Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h1069 #define HASH_COUNT(head) HASH_CNT(hh,head)
1070 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U) macro

Completed in 6 milliseconds