HomeSort by relevance Sort by last modified time
    Searched refs:lastrow (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixdiv.py 243 lastrow = None
245 if row == lastrow:
248 lastrow = row
265 lastrow = None
267 if row == lastrow:
269 lastrow = row
294 lastrow = None
297 if row != lastrow:
308 lastrow = None
310 if row != lastrow:
    [all...]
finddiv.py 59 lastrow = None
65 if row != lastrow:
66 lastrow = row
  /external/python/cpython2/Tools/scripts/
fixdiv.py 243 lastrow = None
245 if row == lastrow:
248 lastrow = row
265 lastrow = None
267 if row == lastrow:
269 lastrow = row
294 lastrow = None
297 if row != lastrow:
308 lastrow = None
310 if row != lastrow
    [all...]
finddiv.py 59 lastrow = None
65 if row != lastrow:
66 lastrow = row
  /external/python/cpython3/Tools/scripts/
fixdiv.py 243 lastrow = None
245 if row == lastrow:
248 lastrow = row
265 lastrow = None
267 if row == lastrow:
269 lastrow = row
294 lastrow = None
297 if row != lastrow:
308 lastrow = None
310 if row != lastrow
    [all...]
finddiv.py 59 lastrow = None
65 if row != lastrow:
66 lastrow = row
  /external/libpng/contrib/gregbook/
rpng-x.c 698 ulg i, row, lastrow = 0; local
715 for (lastrow = row = 0; row < image_height; ++row) {
779 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
780 (int)lastrow, image_width, 16);
782 lastrow = row + 1;
789 for (lastrow = row = 0; row < image_height; ++row) {
842 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
843 (int)lastrow, image_width, 16);
845 lastrow = row + 1;
856 if (lastrow < image_height)
    [all...]
rpng-win.c 590 ulg i, row, lastrow; local
606 for (lastrow = row = 0; row < image_height; ++row) {
646 rect.top = (LONG)lastrow;
648 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
651 lastrow = row + 1;
656 if (lastrow < image_height) {
658 rect.top = (LONG)lastrow;
rpng2-x.c 1630 ulg i, row, lastrow = 0; local
    [all...]

Completed in 753 milliseconds