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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.cpp 19 int PREV, V;
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 = (PREV << 1) | D
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
31 (elt)->link.prev = (type *)(-1); \
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
47 (list).head->link.prev = (elt); \
50 (elt)->link.prev = NULL; \
62 (elt)->link.prev = (list).tail; \
71 (elt)->link.next->link.prev = (elt)->link.prev; \
74 (list).tail = (elt)->link.prev; \
76 if ((elt)->link.prev != NULL)
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 81 private static final int PREV = 0;
227 placeOnDeck(mSelection, PREV);
240 if (hasSelection() && mOnDeck[PREV] != null) {
242 mSelection = mOnDeck[PREV];
243 mOnDeck[PREV] = null;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);
    [all...]
  /external/libxml2/
xmlregexp.c 61 * Need PREV to check on a '-' within a Character Group. May only be used
64 #define PREV (ctxt->cur[-1])
561 int stateno, atomno, targetno, prev; local
594 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
595 if (prev != 0) {
596 if (prev != targetno + 1) {
601 printf(" previous to is %d\n", prev);
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 365 milliseconds