Searched defs:hashtable (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/lib/libc/sysvipc/ |
H A D | sysvipc_hash.c | 37 struct hashtable *hashtable; in _hash_init() local 67 _hash_destroy(struct hashtable *hashtable) in _hash_destroy() 83 _hash_insert(struct hashtable *hashtable, u_long key, void *value) in _hash_insert() 96 _hash_lookup(struct hashtable *hashtable, u_long key) in _hash_lookup() 114 _hash_remove(struct hashtable *hashtable, u_long key) in _hash_remove()
|
H A D | sysvipc_hash.h | 41 struct hashtable { struct 46 struct hashtable *_hash_init(int); argument
|
/dflybsd-src/libexec/bootpd/ |
H A D | hash.c | 124 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset() 181 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists() 209 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() 237 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete() 299 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup() 321 hash_NextEntry(hash_tbl *hashtable) in hash_NextEntry() 373 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 92 class hashtable; in _GLIBCXX_VISIBILITY() local 249 class hashtable; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 93 class hashtable; in _GLIBCXX_VISIBILITY() local 250 class hashtable; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_vlan.c | 142 struct filterhead hashtable[HASHSIZE]; member
|
/dflybsd-src/sys/netgraph7/etf/ |
H A D | ng_etf.c | 152 struct filterhead hashtable[HASHSIZE]; member
|
/dflybsd-src/sys/netgraph/etf/ |
H A D | ng_etf.c | 154 struct filterhead hashtable[HASHSIZE]; member
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | hash.c | 428 char *hashtable[TABLES]; variable
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | hash.c | 428 char *hashtable[TABLES]; variable
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ipa-profile.c | 110 account_time_size (hash_table<histogram_hash> *hashtable, in account_time_size()
|