Home
last modified time | relevance | path

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

/aosp_15_r20/external/fastrpc/inc/
H A Duthash.h876 typedef struct UT_hash_table { struct
877 UT_hash_bucket *buckets;
878 unsigned num_buckets, log2_num_buckets;
879 unsigned num_items;
880 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
881 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
907 } UT_hash_table; argument
/aosp_15_r20/external/libdrm/intel/
H A Duthash.h1030 typedef struct UT_hash_table { struct
1031 UT_hash_bucket *buckets;
1032 unsigned num_buckets, log2_num_buckets;
1033 unsigned num_items;
1034 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
1035 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */
1061 } UT_hash_table; argument