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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx); local
90 tile = (xpt*ypt*zpt)*s +
91 (xpt*ypt)*(z/dz) +
92 xpt*(y/dy) +
95 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx;
/macosx-10.10.1/nano-12/src/
H A Dprompt.c874 size_t xpt = statusbar_xplustabs(); local
876 wmove(bottomwin, 0, start_col + 1 + xpt -
877 get_statusbar_page_start(start_col, start_col + xpt));
H A Dsearch.c744 size_t xpt = xplustabs(); local
746 xpt, strnlenpt(openfile->current->data,
747 openfile->current_x + match_len) - xpt, FALSE);
H A Dtext.c1842 size_t xpt = xplustabs(); local
1844 xpt, strnlenpt(openfile->current->data,
1845 openfile->current_x + match_len) - xpt, FALSE);
H A Dwinio.c2413 size_t xpt = xplustabs(); local
2415 wmove(edit, openfile->current_y, xpt - get_page_start(xpt));

Completed in 131 milliseconds