Home
last modified time | relevance | path

Searched defs:hash_add (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dhash.c151 int hash_add(T_HashTable *H, T_HashTableEl *E, size_t *hint) in hash_add() function
/aosp_15_r20/external/kmod/shared/
H A Dhash.c146 int hash_add(struct hash *hash, const char *key, const void *value) in hash_add() function
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h310 #define hash_add(hashtable, node, key) \ macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/
H A Dapr_random.c48 #define hash_add(h,b,n) (h)->add(h,b,n) macro
/aosp_15_r20/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c358 hash_add(xmlHashTablePtr h, const void * binkey, unsigned int len, void * data) in hash_add() function