HomeSort by relevance Sort by last modified time
    Searched defs:LTP (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.h 120 FX_BOOL LTP;
JBig2_GrdProc.cpp 21 LTP(0) {
68 FX_BOOL LTP, SLTP, bVal;
74 LTP = 0;
88 LTP = LTP ^ SLTP;
90 if (LTP == 1) {
158 FX_BOOL LTP, SLTP, bVal;
161 LTP = 0;
167 LTP = LTP ^ SLTP
    [all...]
JBig2_GrrdProc.cpp 37 FX_BOOL LTP, SLTP, bVal;
40 LTP = 0;
46 LTP = LTP ^ SLTP;
48 if (LTP == 0) {
155 FX_BOOL LTP, SLTP, bVal;
165 LTP = 0;
183 LTP = LTP ^ SLTP;
193 if (LTP == 0)
    [all...]

Completed in 209 milliseconds