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

  /external/bzip2/
bzlib_private.h 373 UInt32 tPos;
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
447 s->tPos = s->tt[s->tPos]; \
448 cccc = (UChar)(s->tPos & 0xff); \
449 s->tPos >>= 8;
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
479 s->tPos = GET_LL(s->tPos);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/u-boot/lib/bzip2/
bzlib_private.h 401 UInt32 tPos;
472 s->tPos = s->tt[s->tPos]; \
473 cccc = (UChar)(s->tPos & 0xff); \
474 s->tPos >>= 8;
499 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
500 s->tPos = GET_LL(s->tPos);
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 103 milliseconds