Home
last modified time | relevance | path

Searched refs:_hash_add (Results 1 – 2 of 2) sorted by relevance

/external/mtools/
Dhash.c107 static int _hash_add(T_HashTable *H,T_HashTableEl *E, size_t *hint) in _hash_add() function
145 _hash_add(H, oldentries[i], 0); in rehash()
157 return _hash_add(H,E, hint); in hash_add()
/external/python/cpython3/Lib/
Ddataclasses.py770 def _hash_add(cls, fields, globals): function
794 (False, True, True, False): _hash_add,
796 (True, False, False, False): _hash_add,
798 (True, False, True, False): _hash_add,
800 (True, True, False, False): _hash_add,
802 (True, True, True, False): _hash_add,