Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_compressor.h88 #define C_SLOT_C_SIZE_BITS 12 macro
98 #define C_SLOT_C_SIZE_BITS 14 macro
108 #define C_SLOT_C_SIZE_BITS 12 macro
123 #define C_SLOT_NO_POPCOUNT ((16u << C_SLOT_C_SIZE_BITS) - 1)
125 static_assert((C_SEG_OFFSET_BITS + C_SLOT_C_SIZE_BITS +
131 uint64_t c_size:C_SLOT_C_SIZE_BITS;