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

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c482 int c_indx; local
490 c_indx = c_seg->c_firstemptyslot;
491 cs = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
502 for (c_indx = 0; c_indx < c_seg->c_nextslot; c_indx++) {
504 cs = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
913 int c_indx = 0; local
934 c_indx = c_seg->c_firstemptyslot;
935 c_dst = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
2502 int c_indx; local
2800 int c_indx; local
[all...]

Completed in 115 milliseconds