| /netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| H A D | hash.c | 73 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 D | graph2.h | 87 int SIZED2(_hash)(struct nbperf *, struct SIZED(graph) *);
|
| H A D | nbperf-chm.c | 279 if (SIZED2(_hash)(nbperf, &state.graph)) in chm3_compute()
|
| H A D | graph2.c | 176 SIZED2(_hash)(struct nbperf *nbperf, struct SIZED(graph) *graph) in SIZED2() argument
|
| H A D | nbperf-bdz.c | 303 if (SIZED2(_hash)(nbperf, &state.graph)) in bpz_compute()
|
| /netbsd-src/sys/net/ |
| H A D | if_bridge.c | 200 #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 D | lhash.h | 46 return name##_hash(a); }
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | lhash.h.in | 56 return name##_hash(a); }
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 1752 self._hash = conf.lib.clang_hashCursor(self) 1754 return self._hash
|
| /netbsd-src/external/mpl/dhcp/bind/include/dns/ |
| H A D | code.h | 2150 #define RDATATYPE_FROMTEXT_SW(_hash,_typename,_length,_typep) \ argument 2151 switch (_hash) { \
|
| /netbsd-src/external/mpl/bind/include/dns/ |
| H A D | code.h | 2176 #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 D | ChangeLog-2012 | 34 * module.c (mio_component): Don't skip _hash's initializer.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2016 | 4795 * ipa-icf.h: _hash is removed from sem_item::sem_item,
|