Home
last modified time | relevance | path

Searched refs:_hash (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.c73 static unsigned long _hash(const char *str, unsigned len) in _hash() function
145 unsigned h = _hash(key, len) & (t->num_slots - 1); in _find()
271 unsigned h = _hash(n->key, n->keylen) & (t->num_slots - 1); in dm_hash_get_next()
/netbsd-src/usr.bin/nbperf/
H A Dgraph2.h87 int SIZED2(_hash)(struct nbperf *, struct SIZED(graph) *);
H A Dnbperf-chm.c279 if (SIZED2(_hash)(nbperf, &state.graph)) in chm3_compute()
H A Dgraph2.c176 SIZED2(_hash)(struct nbperf *nbperf, struct SIZED(graph) *graph) in SIZED2() argument
H A Dnbperf-bdz.c303 if (SIZED2(_hash)(nbperf, &state.graph)) in bpz_compute()
/netbsd-src/sys/net/
H A Dif_bridge.c200 #define BRIDGE_RTHASH_READER_FOREACH(_brt, _sc, _hash) \
201 PSLIST_READER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \
203 #define BRIDGE_RTHASH_WRITER_FOREACH(_brt, _sc, _hash) \
204 PSLIST_WRITER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \
206 #define BRIDGE_RTHASH_WRITER_INSERT_HEAD(_sc, _hash, _brt) \
207 PSLIST_WRITER_INSERT_HEAD(&(_sc)->sc_rthash[(_hash)], brt, brt_hash)
199 BRIDGE_RTHASH_READER_FOREACH(_brt,_sc,_hash) global() argument
202 BRIDGE_RTHASH_WRITER_FOREACH(_brt,_sc,_hash) global() argument
205 BRIDGE_RTHASH_WRITER_INSERT_HEAD(_sc,_hash,_brt) global() argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dlhash.h46 return name##_hash(a); }
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dlhash.h.in56 return name##_hash(a); }
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1752 self._hash = conf.lib.clang_hashCursor(self)
1754 return self._hash
/netbsd-src/external/mpl/dhcp/bind/include/dns/
H A Dcode.h2150 #define RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) \ argument
2151 switch (_hash) { \
/netbsd-src/external/mpl/bind/include/dns/
H A Dcode.h2176 #define RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) \
2177 switch (_hash) { \
2148 RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) global() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-201234 * module.c (mio_component): Don't skip _hash's initializer.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20164795 * ipa-icf.h: _hash is removed from sem_item::sem_item,