Searched refs:UT_hash_bucket (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
153 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
156 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
222 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
443 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
444 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
445 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
448 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
473 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
625 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
652 typedef struct UT_hash_bucket { struct
670 } UT_hash_bucket; typedef in typeref:struct:UT_hash_bucket
[all...]
/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h152 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
153 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
156 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
212 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
656 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
657 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
658 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
661 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
686 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
830 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
851 typedef struct UT_hash_bucket { struct
869 } UT_hash_bucket; typedef in typeref:struct:UT_hash_bucket
[all...]

Completed in 62 milliseconds