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

/freebsd-11-stable/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
/freebsd-11-stable/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

Completed in 102 milliseconds