Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/uthash/
H A Duthash.h676 typedef struct UT_hash_table { struct
677 UT_hash_bucket *buckets;
678 unsigned num_buckets, log2_num_buckets;
679 unsigned num_items;
680 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
681 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
707 } UT_hash_table; argument
/freebsd/contrib/elftoolchain/common/
H A Duthash.h875 typedef struct UT_hash_table { struct
876 UT_hash_bucket *buckets;
877 unsigned num_buckets, log2_num_buckets;
878 unsigned num_items;
879 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
880 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
906 } UT_hash_table; argument