Home
last modified time | relevance | path

Searched +defs:gen +defs:h (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_ident.c728 ulong_t h = dt_strtab_hash(name, &len) % dhp->dh_hashsz; in dt_idhash_lookup() local
767 const dt_idops_t *ops, void *iarg, ulong_t gen) in dt_idhash_insert()
770 ulong_t h; in dt_idhash_insert() local
796 ulong_t h; in dt_idhash_xinsert() local
816 ulong_t h = dt_strtab_hash(key->di_name, &len) % dhp->dh_hashsz; in dt_idhash_delete() local
909 const dt_idops_t *ops, void *iarg, ulong_t gen) in dt_ident_create()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc3984 rtx (*gen) (rtx, rtx, rtx, rtx) = NULL; in ix86_expand_sse_movcc() local
4508 rtx (*gen) (rtx, rtx, rtx) = NULL; in ix86_expand_int_sse_cmp() local
4846 rtx (*gen) (rtx, rtx, rtx, rtx) = NULL; in ix86_expand_vec_perm_vpermt2() local
4996 rtx (*gen) (rtx, rtx, rtx) = NULL; in ix86_expand_vec_perm() local
14045 rtx (*gen) (rtx, rtx); in ix86_expand_builtin() local
19115 rtx (*gen) (rtx, rtx, rtx); in expand_vec_perm_pshufb() local
19142 rtx (*gen) (rtx, rtx, rtx, rtx); in expand_vec_perm_pshufb() local
19172 rtx (*gen) (rtx, rtx, rtx) = NULL; in ix86_expand_vec_one_operand_perm_avx512() local
19283 rtx (*gen) (rtx, rtx) = NULL; in expand_vec_perm_1() local
20221 rtx (*gen) (rtx, rtx, rtx); in expand_vec_perm_interleave3() local
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Dfasttrap.c249 int h = 1; in fasttrap_highbit() local
437 fasttrap_mod_barrier(uint64_t gen) in fasttrap_mod_barrier()
Ddtrace.c13349 dtrace_genid_t gen; local
16208 dtrace_helper_destroygen(dtrace_helpers_t *help, int gen)
16225 dtrace_helper_action_t *last = NULL, *h, *next; local
16449 dtrace_helper_provider_add(dof_helper_t *dofhp, dtrace_helpers_t *help, int gen)
16752 int i, gen, rv, nhelpers = 0, nprovs = 0, destroy = 1; local
16897 dtrace_helper_action_t *h, *next; local
/netbsd/src/sys/dev/pci/
Dradeonfb.c2765 uint32_t gen = 0, ext = 0, gen2 = 0; in radeonfb_set_fbloc() local
3064 uint32_t w, h; in radeonfb_putchar() local
3175 int w, h, xd, yd; in radeonfb_putchar_aa32() local
3421 uint32_t x, y, w, h, fg, bg, ul; in radeonfb_eraserows() local
3441 uint32_t x, ys, yd, w, h; in radeonfb_copyrows() local
3460 uint32_t xs, xd, y, w, h; in radeonfb_copycols() local
3480 uint32_t x, y, w, h, fg, bg, ul; in radeonfb_erasecols() local
/netbsd/src/sys/kern/
Dtty.c2626 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) in ttsetwater() argument
2857 short gen; in ttysleep() local
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Dtls_openssl.c1846 GENERAL_NAME *gen; in tls_match_altsubject_component() local
2161 GENERAL_NAME *gen; in tls_match_suffix_helper() local
2370 GENERAL_NAME *gen; in openssl_tls_cert_event() local
4334 const EVP_MD *h; in openssl_get_keyblock_size() local
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dearly-remat.cc1419 inchash::hash h; in assign_value_number() local
2025 unsigned int gen = canon_candidate (next_candidate); in process_block() local
/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c1266 uint64_t offset, uint64_t gen, uint64_t txg, uint64_t crtxg) in ztest_bt_generate()
1279 uint64_t offset, uint64_t gen, uint64_t txg, uint64_t crtxg) in ztest_bt_verify()
1559 uint64_t gen, txg, lrtxg, crtxg; in ztest_replay_write() local
2246 dmu_object_type_t type, uint64_t blocksize, uint64_t gen) in ztest_od_init()
5918 hrtime_t h = m / 60; in print_time() local
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dregs.c394 #define WLISTEMPTY(h) DLIST_ISEMPTY(&h,link) argument
1237 static bittype **gen, **killed, **in, **out; variable