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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c425 int c_indx; local
433 c_indx = c_seg->c_firstemptyslot;
434 cs = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
445 for (c_indx = 0; c_indx < c_seg->c_nextslot; c_indx++) {
447 cs = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
855 int c_indx = 0; local
876 c_indx = c_seg->c_firstemptyslot;
877 c_dst = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx);
2392 int c_indx; local
[all...]

Completed in 20 milliseconds