Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_fax3.h262 if (EOLcnt == 0) { \
279 EOLcnt = 0; /* reset EOL counter/flag */ \
325 EOLcnt = 1; \
347 EOLcnt = 1; \
502 EOLcnt = 1; \
Dtif_fax3.c75 int EOLcnt; /* count of EOL codes recognized */ member
115 int EOLcnt; /* # EOL codes recognized */ \
128 EOLcnt = sp->EOLcnt; \
138 sp->EOLcnt = EOLcnt; \
155 sp->EOLcnt = 0; /* force initial scan for EOL */ in Fax3PreDecode()
287 BitAcc, BitsAvail, EOLcnt); in Fax3Decode2D()
1452 if (EOLcnt) in Fax4Decode()