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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.h 34 LTP = 0;
78 FX_BOOL LTP;
JBig2_GeneralDecoder.cpp 51 FX_BOOL LTP, SLTP, bVal;
55 LTP = 0;
61 LTP = LTP ^ SLTP;
63 if(LTP == 1) {
96 FX_BOOL LTP, SLTP, bVal;
103 LTP = 0;
116 LTP = LTP ^ SLTP;
118 if(LTP == 1) {
    [all...]

Completed in 51 milliseconds