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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
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/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])
  /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])
  /external/chromium_org/third_party/icu/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,
  /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,
  /external/aac/libAACdec/src/
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 */
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 976 milliseconds