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

/systemd/src/basic/
H A Dhashmap.c137 typedef uint8_t dib_raw_t; typedef
138 #define DIB_RAW_OVERFLOW ((dib_raw_t)0xfdU) /* indicates DIB value is greater than representable */
139 #define DIB_RAW_REHASH ((dib_raw_t)0xfeU) /* entry yet to be rehashed during in-place resize */
140 #define DIB_RAW_FREE ((dib_raw_t)0xffU) /* a free bucket */
200 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
382 static dib_raw_t *dib_raw_ptr(HashmapBase *h) {
383 return (dib_raw_t*)
392 static unsigned bucket_calculate_dib(HashmapBase *h, unsigned idx, dib_raw_t raw_dib) {
420 dib_raw_t *dibs;
497 dib_raw_t raw_di
[all...]

Completed in 16 milliseconds