HomeSort by relevance Sort by last modified time
    Searched refs:EOLcnt (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_fax3.h 257 * 11 consecutive zero bits. This means that if EOLcnt
262 if (EOLcnt == 0) { \
279 EOLcnt = 0; /* reset EOL counter/flag */ \
325 EOLcnt = 1; \
347 EOLcnt = 1; \
502 EOLcnt = 1; \
tif_fax3.c 75 int EOLcnt; /* count of EOL codes recognized */
115 int EOLcnt; /* # EOL codes recognized */ \
128 EOLcnt = sp->EOLcnt; \
138 sp->EOLcnt = EOLcnt; \
155 sp->EOLcnt = 0; /* force initial scan for EOL */
286 printf("\nBitAcc=%08X, BitsAvail = %d EOLcnt = %d",
287 BitAcc, BitsAvail, EOLcnt);
    [all...]

Completed in 93 milliseconds