Home
last modified time | relevance | path

Searched defs:c_slot (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/osfmk/vm/
H A Dvm_compressor.h139 struct c_slot { struct
140 uint64_t c_offset:C_SEG_OFFSET_BITS;
141 uint64_t c_size:C_SLOT_C_SIZE_BITS;
143 uint64_t c_codec:C_SLOT_C_CODEC_BITS;
153 uint32_t c_inline_popcount:C_SLOT_C_POPCOUNT_BITS;
156 uint64_t c_padding:C_SLOT_C_PADDING_BITS;
158 uint64_t c_packed_ptr:C_SLOT_PACKED_PTR_BITS;
162 unsigned int c_hash_data;
165 unsigned int c_hash_compressed_data;
168 unsigned int c_pop_cdata;