Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp83 uint32_t pre_pos = FlateGetPossiblyTruncatedTotalOut(context); in FlateOutput() local
87 ASSERT(post_pos >= pre_pos); in FlateOutput()
89 uint32_t written = post_pos - pre_pos; in FlateOutput()