Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/uthash/
H A Duthash.h650 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) macro
/freebsd/contrib/elftoolchain/common/
H A Duthash.h849 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) macro