Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h1096 typedef struct UT_hash_table { struct
1097 UT_hash_bucket *buckets;
1098 unsigned num_buckets, log2_num_buckets;
1099 unsigned num_items;
1100 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
1101 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
1127 } UT_hash_table; typedef

Completed in 15 milliseconds