Searched refs:PREV (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithIntDecoder.cpp19 int PREV, V; local
22 PREV = 1;
23 S = pArithDecoder->DECODE(IAx + PREV);
24 PREV = (PREV << 1) | S;
25 D = pArithDecoder->DECODE(IAx + PREV);
26 PREV = (PREV << 1) | D;
28 D = pArithDecoder->DECODE(IAx + PREV);
29 PREV
94 int PREV; local
[all...]
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp125 #define CATEGORY(NAME, PREV) \
127 Offset += NUM_BUILTIN_##PREV##_DIAGNOSTICS - DIAG_START_##PREV - 1; \
128 ID -= DIAG_START_##NAME - DIAG_START_##PREV; \
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
5006 * the start of ctxt->string, and PREV should be safe
5008 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
/external/libxml2/
H A Dxmlregexp.c61 * Need PREV to check on a '-' within a Character Group. May only be used
64 #define PREV (ctxt->cur[-1]) macro
5016 * the start of ctxt->string, and PREV should be safe
5018 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {

Completed in 574 milliseconds