Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp58 int max_byte = (max_pos + 7) / 8; in FindBit() local
59 while (byte_pos < max_byte) { in FindBit()
65 if (byte_pos == max_byte) { in FindBit()