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

  /bionic/libc/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /development/ndk/platforms/android-8/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /external/llvm/lib/Support/
regex_impl.h 90 #define REG_LARGE 01000 /* force large representation */
regexec.c 158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 99 #define REG_LARGE 01000 /* force large representation */
regexec.c 156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 95 #define REG_LARGE 01000 /* force large representation */
  /bionic/libc/regex/
regexec.c 156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))

Completed in 45 milliseconds