Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.h137 struct c_slot { struct
138 uint64_t c_offset:C_SEG_OFFSET_BITS;
139 uint64_t c_size:C_SLOT_C_SIZE_BITS;
141 uint64_t c_codec:C_SLOT_C_CODEC_BITS;
151 uint32_t c_inline_popcount:C_SLOT_C_POPCOUNT_BITS;
154 uint64_t c_padding:C_SLOT_C_PADDING_BITS;
156 uint64_t c_packed_ptr:C_SLOT_PACKED_PTR_BITS;
160 unsigned int c_hash_data;
163 unsigned int c_hash_compressed_data;
166 unsigned int c_pop_cdata;