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

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c485 uint32_t c_rounded_size; local
508 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
510 bytes_used += c_rounded_size;
868 uint32_t c_rounded_size; local
885 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
886 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size);
911 uint32_t c_rounded_size; local
964 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK;
966 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size);
1060 uint32_t c_rounded_size; local
2401 int c_rounded_size; local
2503 int c_rounded_size; local
[all...]

Completed in 102 milliseconds