Searched refs:_hash (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| 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/ |
| D | graph2.h | 87 int SIZED2(_hash)(struct nbperf *, struct SIZED(graph) *);
|
| D | nbperf-chm.c | 279 if (SIZED2(_hash)(nbperf, &state.graph)) in chm3_compute()
|
| D | graph2.c | 176 SIZED2(_hash)(struct nbperf *nbperf, struct SIZED(graph) *graph) in SIZED2() argument
|
| D | nbperf-bdz.c | 303 if (SIZED2(_hash)(nbperf, &state.graph)) in bpz_compute()
|
| /netbsd/src/sys/net/ |
| D | if_bridge.c | 200 #define BRIDGE_RTHASH_READER_FOREACH(_brt, _sc, _hash) \ argument 201 PSLIST_READER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \ 203 #define BRIDGE_RTHASH_WRITER_FOREACH(_brt, _sc, _hash) \ argument 204 PSLIST_WRITER_FOREACH((_brt), &(_sc)->sc_rthash[(_hash)], \ 206 #define BRIDGE_RTHASH_WRITER_INSERT_HEAD(_sc, _hash, _brt) \ argument 207 PSLIST_WRITER_INSERT_HEAD(&(_sc)->sc_rthash[(_hash)], brt, brt_hash)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2016 | 4795 * ipa-icf.h: _hash is removed from sem_item::sem_item,
|