OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashTable_Find
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
hash.c
114
HashTable_Find
(HashTable *t, Substring key, unsigned h)
120
DEBUG4(HASH, "
HashTable_Find
: %p h=%08x key=%.*s\n",
180
return
HashTable_Find
(t, Substring_Init(key, keyEnd), h);
198
HashEntry *he =
HashTable_Find
(t, key, h);
261
HashEntry *he =
HashTable_Find
(t, Substring_Init(key, keyEnd), h);
/src/usr.bin/make/unit-tests/
varname.mk
47
# simple hash function. Ensure that
HashTable_Find
handles collisions
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025