|
x-engine-c v0.2.13
The C engine for x-lang
|
An address-to-integer table: open addressing over a power of two. More...
Data Fields | |
| x_int_t * | keys |
| x_int_t * | vals |
| x_int_t | mask |
| x_int_t | count |
An address-to-integer table: open addressing over a power of two.
The object index while an image is written, and the cache of the words the naming callable has already answered. An empty key is 0, which no address is.
| x_int_t x_image_table_t::count |
Keys held.
| x_int_t* x_image_table_t::keys |
Addresses; 0 marks an empty slot.
| x_int_t x_image_table_t::mask |
Slot count minus one.
| x_int_t* x_image_table_t::vals |
The value beside each key.