Searched refs:int_hash (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_inttab.c43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) {
64 dt_free(ip->int_hdl, ip->int_hash);
75 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) {
84 hp->inh_hash = ip->int_hash[h];
90 ip->int_hash[h] = hp;
H A Ddt_inttab.h48 dt_inthash_t **int_hash; /* array of hash buckets */ member in struct:dt_inttab
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h83 struct int_hash : typed_noop_remove <Type> struct in inherits:typed_noop_remove
99 int_hash <Type, Empty, Deleted>::hash (value_type x)
106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y)
113 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x)
121 int_hash <Type, Empty, Deleted>::mark_empty (Type &x)
128 int_hash <Type, Empty, Deleted>::is_deleted (Type x)
135 int_hash <Type, Empty, Deleted>::is_empty (Type x)
H A Dtree-inline.h38 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dhash-map-tests.c108 /* Construct a hash_map using int_hash and verify that
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
289 typedef int_hash<int, INT_MIN, INT_MAX> IntHash;
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 Dcfghooks.h57 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 Dordered-hash-map-tests.cc108 /* Construct an ordered_hash_map using int_hash and verify that various
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
H A Dcoroutine-passes.cc295 hash_map<int_hash<HOST_WIDE_INT, -1, -2>, tree> destinations;
H A Dsymbol-summary.h207 typedef int_hash <int, 0, -1> map_hash;
696 typedef int_hash <int, 0, -1> map_hash;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-traits.h95 struct int_hash : typed_noop_remove <Type> struct in inherits:typed_noop_remove
111 int_hash <Type, Empty, Deleted>::hash (value_type x)
118 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y)
125 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x)
133 int_hash <Type, Empty, Deleted>::mark_empty (Type &x)
140 int_hash <Type, Empty, Deleted>::is_deleted (Type x)
147 int_hash <Type, Empty, Deleted>::is_empty (Type x)
H A Dtree-inline.h38 typedef int_hash <unsigned short, 0> dependence_hash;
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 Dhash-map-tests.cc108 /* Construct a hash_map using int_hash and verify that
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
339 'int_hash'. */
347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map;
452 typedef int_hash<int, INT_MIN, INT_MAX> IntHash;
H A Dattribs.h335 struct rdwr_access_hash: int_hash<int, -1> { };
H A Dtree-ssa-live.h269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map;
H A Dcfghooks.h60 typedef int_hash <unsigned short, 0> dependence_hash;
H A Dinput.h44 typedef int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
50 : int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> {};
59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
H A Dordered-hash-map-tests.cc108 /* Construct an ordered_hash_map using int_hash and verify that various
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
H A Dcoroutine-passes.cc295 hash_map<int_hash<HOST_WIDE_INT, -1, -2>, tree> destinations;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dlhash_test.c37 static unsigned long int int_hash(const int *p) function
83 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dlhash_test.c38 static unsigned long int int_hash(const int *p) function
94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-shorten-memrefs.cc73 typedef int_hash <HOST_WIDE_INT, 0> regno_hash;

Completed in 306 milliseconds

12