Searched refs:HASH_FIND (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 95 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 167 HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \ 254 HASH_FIND(hh,head,findstr,strlen(findstr),out) 260 HASH_FIND(hh,head,findint,sizeof(int),out) 266 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
| /src/contrib/elftoolchain/common/ |
| H A D | uthash.h | 96 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro 244 HASH_FIND(hh,head,findstr,strlen(findstr),out) 248 HASH_FIND(hh,head,findint,sizeof(int),out) 252 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
| /src/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_abbrev.c | 167 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab); in _dwarf_abbrev_find()
|
| /src/contrib/libucl/src/ |
| H A D | ucl_parser.c | 2616 HASH_FIND (hh, parser->macroes, c, macro_len, macro); in ucl_state_machine()
|