Searched refs:c_rounded_size (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c428 uint32_t c_rounded_size; local
451 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
453 bytes_used += c_rounded_size;
810 uint32_t c_rounded_size; local
827 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
828 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size);
853 uint32_t c_rounded_size; local
906 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
908 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size);
1002 uint32_t c_rounded_size; local
2277 int c_rounded_size; local
2393 int c_rounded_size; local
[all...]

Completed in 20 milliseconds