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

/xnu-2422.115.4/bsd/dev/
H A Dkmreg_com.h62 * color to be used for the clear operation (data.fill).
74 int fill; /* Const color for erase operation. */ member in union:km_drawrect::__anon26
/xnu-2422.115.4/libkern/zlib/
H A Dinftrees.c77 unsigned fill; /* index for replicating entries */ local
177 Create and fill in decoding tables. In this loop, the table being
182 fill the table with replicated entries.
231 next = *table; /* current table to fill in */
261 fill = 1U << curr;
262 min = fill; /* save offset to next table */
264 fill -= incr;
265 next[(huff >> drop) + fill] = this;
266 } while (fill != 0);
323 drops back to the root table to fill i
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c522 * Machine-dependent routine to fill in an array with up to callstack_max
533 void fillPage(ppnum_t pa, unsigned int fill) argument
542 *addr++ = fill;
/xnu-2422.115.4/osfmk/vm/
H A Dpmap.h617 extern void fillPage(ppnum_t pa, unsigned int fill);
H A Dvm_resident.c832 unsigned int i, npages, pages_initialized, fill, fillval; local
865 fill = 0; /* Assume no fill */
866 if (PE_parse_boot_argn("fill", &fillval, sizeof (fillval))) fill = 1; /* Set fill */
872 if (fill == 0) {
873 fill = 1;
877 if (fill)
883 if(fill) fillPag
[all...]
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c2982 * page and let the fault handler provide a zero-fill
3306 * it up to a page boundary, zero fill
3311 int fill; local
3313 fill = residual & (vm_page_size - 1);
3314 lsize = (xfer_size - residual) + fill;

Completed in 44 milliseconds