Home
last modified time | relevance | path

Searched refs:int_hash (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_inttab.c43 (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 Ddt_inttab.h48 dt_inthash_t **int_hash; /* array of hash buckets */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h83 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 Dhash-map-tests.c116 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 Dhash-set-tests.c181 struct value_hash_traits: int_hash<int, -1, -2>
183 typedef int_hash<int, -1, -2> base_type;
H A Dtree-inline.h38 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dinput.h188 struct location_hash : int_hash <location_t, UNKNOWN_LOCATION> { };
H A Dtree-ssa-live.h269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map;
H A Dcfghooks.h57 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dordered-hash-map-tests.cc116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings()
H A Dsymbol-summary.h207 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 Dhash-traits.h95 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 Dhash-map-tests.cc116 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 Dhash-set-tests.cc181 struct value_hash_traits: int_hash<int, -1, -2>
183 typedef int_hash<int, -1, -2> base_type;
H A Dtree-inline.h38 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dtree-ssa-live.h269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map;
H A Dinput.h59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
H A Dattribs.h335 struct rdwr_access_hash: int_hash<int, -1> { };
H A Dcfghooks.h60 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dordered-hash-map-tests.cc116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; in test_map_of_int_to_strings()
H A Dsymbol-summary.h256 typedef int_hash <int, 0, -1> map_hash; in class()
752 typedef int_hash <int, 0, -1> map_hash;
H A Dcoroutine-passes.cc295 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 Dlhash_test.c37 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 Dlhash_test.c38 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 Driscv-shorten-memrefs.cc73 typedef int_hash <HOST_WIDE_INT, 0> regno_hash;

12