Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.c122 typedef uint8_t dib_raw_t; typedef
123 #define DIB_RAW_OVERFLOW ((dib_raw_t)0xfdU) /* indicates DIB value is greater than representable …
124 #define DIB_RAW_REHASH ((dib_raw_t)0xfeU) /* entry yet to be rehashed during in-place resize */
125 #define DIB_RAW_FREE ((dib_raw_t)0xffU) /* a free bucket */
180 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
408 static dib_raw_t* dib_raw_ptr(HashmapBase *h) { in dib_raw_ptr()
409 return (dib_raw_t*) in dib_raw_ptr()
418 static unsigned bucket_calculate_dib(HashmapBase *h, unsigned idx, dib_raw_t raw_dib) { in bucket_calculate_dib()
446 dib_raw_t *dibs; in skip_free_buckets()
523 dib_raw_t raw_dib, *dibs; in base_remove_entry()
[all …]