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

  /external/fdlibm/
Android.mk 46 cflags := -D_IEEE_LIBM macro
49 cflags += -D__LITTLE_ENDIAN
54 cflags += -fno-strict-aliasing
58 cflags += -std=c99
65 LOCAL_CFLAGS := $(cflags)
77 LOCAL_CFLAGS := $(cflags)
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 49 int cflags = REG_EXTENDED; local
51 cflags |= REG_NOSUB;
53 if (regcomp(&re, match.string(), cflags) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon37478
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon39392
  /art/build/
Android.common_build.mk 218 # Base set of cflags used by all things ART.
281 # Base set of cflags used by target build only
284 # Base set of cflags used by host build only
329 # Cflags for non-debug ART and ART tools.
333 # Cflags for debug ART and ART tools.
416 define set-target-local-cflags-vars
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 186 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 137 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 134 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 80 int cflags = 0; variable
492 cflags |= REG_ICASE;
651 cflags |= REG_EXTENDED;
672 c = regcomp(&r_pattern[i], pattern[i], cflags);
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 476 int cflags = 0; local
595 cflags = PRINT_C_CHAR;
597 cflags = PRINT_C_SHORT;
603 cflags = PRINT_C_LLONG;
605 cflags = PRINT_C_LONG;
608 cflags = PRINT_C_LDOUBLE;
612 cflags = PRINT_C_INTMAX;
616 cflags = PRINT_C_PTRDIFF;
620 cflags = PRINT_C_SIZE;
631 switch (cflags) {
    [all...]
  /ndk/build/core/
definitions.mk 359 # CFLAGS -> recorded LOCAL_CFLAGS for the module
383 CFLAGS \
538 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
548 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1220 int cflags; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1220 int cflags; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 8812 int cflags = REQ_NONE; local
    [all...]
pcretest.c 3924 int cflags = 0; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha1/
gradle-core-2.2.0-alpha1.jar 

Completed in 1188 milliseconds