OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:erun
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/utils/
ppmtolss16
351
$
erun
= 255;
354
$
erun
= $run-16;
357
output_nybble($
erun
);
358
output_nybble($
erun
>> 4);
/external/pdfium/third_party/libtiff/
tif_fax3.c
398
_TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32*
erun
, uint32 lastx)
407
if ((
erun
-runs)&1)
408
*
erun
++ = 0;
410
for (; runs <
erun
; runs += 2) {
[
all
...]
Completed in 1299 milliseconds