Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dhashmap.c133 typedef uint8_t dib_raw_t; typedef
134 #define DIB_RAW_OVERFLOW ((dib_raw_t)0xfdU) /* indicates DIB value is greater than representable */
135 #define DIB_RAW_REHASH ((dib_raw_t)0xfeU) /* entry yet to be rehashed during in-place resize */
136 #define DIB_RAW_FREE ((dib_raw_t)0xffU) /* a free bucket */
195 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
436 static dib_raw_t *dib_raw_ptr(HashmapBase *h) { in dib_raw_ptr()
437 return (dib_raw_t*) in dib_raw_ptr()
446 static unsigned bucket_calculate_dib(HashmapBase *h, unsigned idx, dib_raw_t raw_dib) { in bucket_calculate_dib()
474 dib_raw_t *dibs; in skip_free_buckets()
551 dib_raw_t raw_di in base_remove_entry()
[all...]

Completed in 2 milliseconds