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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); local
86 tile = (xpt*ypt*zpt)*s +
87 (xpt*ypt)*(z/dz) +
88 xpt*(y/dy) +
91 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dio-unit.c41 iopte_t *xpt, *xptend; local
56 xpt = of_ioremap(&op->resource[2], 0, PAGE_SIZE * 16, "XPT");
57 if (!xpt) {
63 iounit->page_table = xpt;
67 xpt < xptend;)
68 iopte_val(*xpt++) = 0;

Completed in 110 milliseconds