Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h1003 #define HASH_COUNT(head) HASH_CNT(hh,head)
1004 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U) macro
/third_party/libcoap/include/coap3/
Duthash.h1065 #define HASH_COUNT(head) HASH_CNT(hh,head)
1066 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U) macro