Home
last modified time | relevance | path

Searched refs:erun (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/utils/
Dppmtolss16351 $erun = 255;
354 $erun = $run-16;
357 output_nybble($erun);
358 output_nybble($erun >> 4);
/external/pdfium/third_party/libtiff/
Dtif_fax3.c368 _TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) in _TIFFFax3fillruns() argument
377 if ((erun-runs)&1) in _TIFFFax3fillruns()
378 *erun++ = 0; in _TIFFFax3fillruns()
380 for (; runs < erun; runs += 2) { in _TIFFFax3fillruns()