HomeSort by relevance Sort by last modified time
    Searched refs:FWD (Results 1 - 19 of 19) sorted by null

  /external/aac/libAACdec/src/
rvlcbit.cpp 135 if (readDirection == FWD) {
rvlc_info.h 111 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */
156 /* for RVL-Codeword decoder to distinguish between fwd and bwd decoding */
rvlc.cpp 265 pRvlc->bsAnchor, pBitstreamIndexEsc, FWD);
392 if (direction == FWD) {
403 if (direction == FWD) {
459 pRvlc->direction = FWD;
468 /* main loop fwd long */
577 /* postfetch fwd long */
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.h 40 FWD = 0x20,
49 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
50 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
52 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED,
unisetspan.cpp 318 if(which&FWD) {
337 if(which&FWD) {
354 if(which&FWD) {
    [all...]
  /external/llvm/lib/Support/
regexec.c 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
regengine.inc 873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regexec.c 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
regengine.inc 873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regexec.c 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
regengine.inc 873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regexec.c 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
regengine.inc 873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 994 FWD(aft, bef, 1);
998 FWD(aft, bef, 1);
1002 FWD(aft, bef, 1);
1006 FWD(aft, bef, 1);
1010 FWD(aft, bef, 1);
1014 FWD(aft, bef, 1);
1019 FWD(aft, bef, 1);
1023 FWD(aft, aft, 1);
1026 FWD(aft, aft, 1);
1029 FWD(aft, aft, 1)
    [all...]
regexec.c 127 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
151 #undef FWD
179 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 36 public static final int FWD = 0x20;
44 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
45 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
168 if (0 != (which & FWD)) {
185 if (0 != (which & FWD)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 32 public static final int FWD = 0x20;
40 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
41 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
164 if (0 != (which & FWD)) {
181 if (0 != (which & FWD)) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 77 #define FWD 0
450 ixheaacd_rvlc_read_bits(it_bit_buff, ptr_bitstream_index_esc, FWD);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 858 milliseconds