Home
last modified time | relevance | path

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

/src/contrib/libucl/uthash/
H A Duthash.h649 #define HASH_COUNT(head) HASH_CNT(hh,head)
650 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) macro
/src/contrib/elftoolchain/common/
H A Duthash.h848 #define HASH_COUNT(head) HASH_CNT(hh,head)
849 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) macro