Home
last modified time | relevance | path

Searched defs:hashtable (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/usr.sbin/bootp/common/
H A Dhash.c124 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset()
181 hash_Exists(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Exists()
209 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Insert()
237 hash_Delete(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Delete()
299 hash_Lookup(hash_tbl *hashtable, unsigned int 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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h82 class hashtable; in _GLIBCXX_VISIBILITY() local
239 class hashtable; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h82 class hashtable; in _GLIBCXX_VISIBILITY() local
239 class hashtable; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-profile.cc102 account_time_size (hash_table<histogram_hash> *hashtable, in account_time_size()
264 hash_table<histogram_hash> hashtable (10); in ipa_profile_generate_summary() local
504 hash_table<histogram_hash> hashtable (10); in ipa_profile_read_summary() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py941 def __init__ (self, hashtable): argument
972 def __init__(self, hashtable): argument
999 def hashtable (self): member in Tr1UnorderedSetPrinter
1025 def hashtable (self): member in Tr1UnorderedMapPrinter
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.h135 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1032 def __init__(self, hashtable): argument
1064 def __init__(self, hashtable): argument
1092 def hashtable(self): member in Tr1UnorderedSetPrinter
1119 def hashtable(self): member in Tr1UnorderedMapPrinter
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-profile.c102 account_time_size (hash_table<histogram_hash> *hashtable, in account_time_size()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoff.c3028 bfd_byte *hashtable; in _bfd_ecoff_write_armap() local
3526 const bfd_byte *hashtable; in ecoff_link_add_archive_symbols() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decoff.c3106 bfd_byte *hashtable; in _bfd_ecoff_write_armap() local
3603 const bfd_byte *hashtable; in ecoff_link_add_archive_symbols() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c91 dns_rbtnode_t **hashtable[2]; global() member
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c98 dns_rbtnode_t **hashtable; member