Searched refs:FWD (Results 1 - 13 of 13) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlcbit.cpp117 if (readDirection == FWD) {
H A Drvlc_info.h94 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */ macro
H A Drvlc.cpp245 FWD);
373 if (direction == FWD) {
382 if (direction == FWD) {
437 pRvlc->direction = FWD;
/external/icu/icu4c/source/common/
H A Dunisetspan.h40 FWD = 0x20, enumerator in enum:UnicodeSetStringSpan::__anon7402
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,
H A Dunisetspan.cpp318 if(which&FWD) {
337 if(which&FWD) {
354 if(which&FWD) {
/external/llvm/lib/Support/
H A Dregengine.inc873 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(af
[all...]
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD macro
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregengine.inc873 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(af
[all...]
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD macro
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregengine.inc873 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(af
[all...]
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD macro
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUnicodeSetStringSpan.java36 public static final int FWD = 0x20; field in class:UnicodeSetStringSpan
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)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUnicodeSetStringSpan.java32 public static final int FWD = 0x20; field in class:UnicodeSetStringSpan
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)) {

Completed in 1181 milliseconds