Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_fax3.h260 if (EOLcnt == 0) { \
277 EOLcnt = 0; /* reset EOL counter/flag */ \
323 EOLcnt = 1; \
345 EOLcnt = 1; \
500 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()
1404 if (EOLcnt) in Fax4Decode()