Searched refs:HASH_FSCK (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/intel/ |
H A D | uthash.h | 268 HASH_FSCK(hh, head); \ 304 HASH_FSCK(hh, head); \ 369 HASH_FSCK(hh,head); \ 395 /* HASH_FSCK checks hash integrity on every add/delete when HASH_DEBUG is defined. 400 #define HASH_FSCK(hh,head) \ macro 452 #define HASH_FSCK(hh,head) macro 927 HASH_FSCK(hh,head); \ 971 HASH_FSCK(hh_dst,dst); \
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 381 HASH_FSCK(hh, head, "HASH_ADD_KEYPTR_BYHASHVALUE_INORDER"); \ 415 HASH_FSCK(hh, head, "HASH_ADD_KEYPTR_BYHASHVALUE"); \ 477 HASH_FSCK(hh, head, "HASH_DELETE_HH"); \ 511 /* HASH_FSCK checks hash integrity on every add/delete when HASH_DEBUG is defined. 517 #define HASH_FSCK(hh,head,where) \ macro 566 #define HASH_FSCK(hh,head,where) macro 969 HASH_FSCK(hh, head, "HASH_SRT"); \ 1033 HASH_FSCK(hh_dst, dst, "HASH_SELECT"); \
|
Completed in 5 milliseconds