/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_inttab.c | 43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { in dt_inttab_create() 64 dt_free(ip->int_hdl, ip->int_hash); in dt_inttab_destroy() 75 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) { in dt_inttab_insert() 84 hp->inh_hash = ip->int_hash[h]; in dt_inttab_insert() 90 ip->int_hash[h] = hp; in dt_inttab_insert()
|
H A D | dt_inttab.h | 48 dt_inthash_t **int_hash; /* array of hash buckets */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-traits.h | 83 struct int_hash : typed_noop_remove <Type> struct 99 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() argument 106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 113 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) in mark_deleted() 121 int_hash <Type, Empty, Deleted>::mark_empty (Type &x) in mark_empty() 128 int_hash <Type, Empty, Deleted>::is_deleted (Type x) in is_deleted() 135 int_hash <Type, Empty, Deleted>::is_empty (Type x) in is_empty()
|
H A D | hash-map-tests.c | 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings() 289 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key()
|
H A D | hash-set-tests.c | 181 struct value_hash_traits: int_hash<int, -1, -2> 183 typedef int_hash<int, -1, -2> base_type;
|
H A D | tree-inline.h | 38 typedef int_hash <unsigned short, 0> dependence_hash;
|
H A D | input.h | 188 struct location_hash : int_hash <location_t, UNKNOWN_LOCATION> { };
|
H A D | tree-ssa-live.h | 269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map;
|
H A D | cfghooks.h | 57 typedef int_hash <unsigned short, 0> dependence_hash;
|
H A D | ordered-hash-map-tests.cc | 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings()
|
H A D | symbol-summary.h | 207 typedef int_hash <int, 0, -1> map_hash; in class() 696 typedef int_hash <int, 0, -1> map_hash;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-traits.h | 95 struct int_hash : typed_noop_remove <Type> struct 111 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() argument 118 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 125 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) in mark_deleted() 133 int_hash <Type, Empty, Deleted>::mark_empty (Type &x) in mark_empty() 140 int_hash <Type, Empty, Deleted>::is_deleted (Type x) in is_deleted() 147 int_hash <Type, Empty, Deleted>::is_empty (Type x) in is_empty()
|
H A D | hash-map-tests.cc | 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings() 347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map; in test_map_of_type_with_ctor_and_dtor_expand() 452 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; in test_nonzero_empty_key()
|
H A D | hash-set-tests.cc | 181 struct value_hash_traits: int_hash<int, -1, -2> 183 typedef int_hash<int, -1, -2> base_type;
|
H A D | tree-inline.h | 38 typedef int_hash <unsigned short, 0> dependence_hash;
|
H A D | tree-ssa-live.h | 269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map;
|
H A D | input.h | 59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
|
H A D | attribs.h | 335 struct rdwr_access_hash: int_hash<int, -1> { };
|
H A D | cfghooks.h | 60 typedef int_hash <unsigned short, 0> dependence_hash;
|
H A D | ordered-hash-map-tests.cc | 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings()
|
H A D | symbol-summary.h | 256 typedef int_hash <int, 0, -1> map_hash; in class() 752 typedef int_hash <int, 0, -1> map_hash;
|
H A D | coroutine-passes.cc | 295 hash_map<int_hash<HOST_WIDE_INT, -1, -2>, tree> destinations; in execute_early_expand_coro_ifns()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | lhash_test.c | 37 static unsigned long int int_hash(const int *p) in int_hash() function 83 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp); in test_int_lhash()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | lhash_test.c | 38 static unsigned long int int_hash(const int *p) in int_hash() function 94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp); in test_int_lhash()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-shorten-memrefs.cc | 73 typedef int_hash <HOST_WIDE_INT, 0> regno_hash;
|