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

  /external/aac/libAACdec/src/
rvlcbit.cpp 117 if (readDirection == FWD) {
rvlc_info.h 94 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */
129 /* for RVL-Codeword decoder to distinguish between fwd and bwd decoding */
rvlc.cpp 245 FWD);
373 if (direction == FWD) {
382 if (direction == FWD) {
437 pRvlc->direction = FWD;
446 /* main loop fwd long */
562 /* postfetch fwd long */
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.h 38 FWD = 0x20,
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
50 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED,
unisetspan.cpp 316 if(which&FWD) {
335 if(which&FWD) {
352 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...]
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
98 #undef FWD
123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
engine.c 862 FWD(aft, bef, 1);
866 FWD(aft, bef, 1);
870 FWD(aft, bef, 1);
874 FWD(aft, bef, 1);
878 FWD(aft, bef, 1);
882 FWD(aft, bef, 1);
887 FWD(aft, bef, 1);
891 FWD(aft, aft, 1);
894 FWD(aft, aft, 1);
897 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/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 30 public static final int FWD = 0x20;
38 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
39 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
160 if (0 != (which & FWD)) {
177 if (0 != (which & FWD)) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 118 milliseconds