Searched defs:hash_add (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mtools/ |
H A D | hash.c | 151 int hash_add(T_HashTable *H, T_HashTableEl *E, size_t *hint) in hash_add() function
|
/aosp_15_r20/external/kmod/shared/ |
H A D | hash.c | 146 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 D | hashtable.h | 310 #define hash_add(hashtable, node, key) \ macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/ |
H A D | apr_random.c | 48 #define hash_add(h,b,n) (h)->add(h,b,n) macro
|
/aosp_15_r20/external/libxml2/os400/iconv/bldcsndfa/ |
H A D | bldcsndfa.c | 358 hash_add(xmlHashTablePtr h, const void * binkey, unsigned int len, void * data) in hash_add() function
|