Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.h129 struct c_slot { struct
130 uint64_t c_offset:C_SEG_OFFSET_BITS;
131 uint64_t c_size:C_SLOT_C_SIZE_BITS;
133 uint64_t c_codec:C_SLOT_C_CODEC_BITS;
143 uint32_t c_inline_popcount:C_SLOT_C_POPCOUNT_BITS;
146 uint64_t c_padding:C_SLOT_C_PADDING_BITS;
148 uint64_t c_packed_ptr:C_SLOT_PACKED_PTR_BITS;
152 unsigned int c_hash_data;
155 unsigned int c_hash_compressed_data;
158 unsigned int c_pop_cdata;