HomeSort by relevance Sort by last modified time
    Searched defs:runlen (Results 1 - 5 of 5) sorted by null

  /external/pdfium/third_party/libtiff/
t4.h 38 short runlen; /* run length in bits */ member in struct:tableentry
  /external/u-boot/drivers/video/
video_bmp.c 47 ulong cnt, runlen; local
85 runlen = bmap[1];
89 if (x + runlen > width)
92 cnt = runlen;
97 x += runlen;
99 bmap += runlen;
100 if (runlen & 1)
106 runlen = bmap[0];
112 runlen += bmap[2];
115 if (x + runlen > width
    [all...]
cfb_console.c 1166 unsigned int cnt, runlen; local
1255 runlen = cnt;
1263 x += runlen;
1266 if (x + runlen > width)
1269 x += runlen;
1272 bm += runlen;
1273 if (runlen & 1)
1280 runlen = cnt;
1287 x += runlen;
1291 if (x + runlen > width
    [all...]
  /external/u-boot/common/
lcd.c 458 ulong cnt, runlen; local
495 runlen = bmap[1];
499 if (x + runlen > width)
502 cnt = runlen;
507 x += runlen;
509 bmap += runlen;
510 if (runlen & 1)
516 runlen = bmap[0];
522 runlen += bmap[2];
525 if (x + runlen > width
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 1041 OPJ_UINT32 runlen,
1053 if (runlen == 0) {
1168 OPJ_UINT32 agg, runlen; local
    [all...]

Completed in 909 milliseconds