Home
last modified time | relevance | path

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

/minix3/external/bsd/elftoolchain/dist/common/
H A Duthash.h877 typedef struct UT_hash_table { struct
878 UT_hash_bucket *buckets;
879 unsigned num_buckets, log2_num_buckets;
880 unsigned num_items;
881 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
882 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
908 } UT_hash_table; argument
/minix3/minix/fs/isofs/
H A Duthash.h916 typedef struct UT_hash_table { struct
917 UT_hash_bucket *buckets;
918 unsigned num_buckets, log2_num_buckets;
919 unsigned num_items;
920 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
921 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
947 } UT_hash_table; argument
/minix3/minix/lib/libmagicrt/include/common/ut/
H A Duthash.h896 typedef struct UT_hash_table { struct
897 UT_hash_bucket *buckets;
898 unsigned num_buckets, log2_num_buckets;
899 unsigned num_items;
900 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
901 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
927 } UT_hash_table; argument