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

  /external/ltp/testcases/kernel/fs/dmapi/
Makefile 29 CFLAGS += -g -Wall -D$(dmapi_imp)
46 CFLAGS += -DINTERIOR_HOLES -DMULTIPLE_REGIONS
48 cflags = $(std_cflags) $(extra_cflags) macro
  /external/fdlibm/
Android.mk 46 cflags := -D_IEEE_LIBM macro
49 cflags += -D__LITTLE_ENDIAN
54 cflags += -fno-strict-aliasing
58 cflags += -std=c99
61 cflags += -Wno-sign-compare -Wno-dangling-else -Wno-unknown-pragmas
69 LOCAL_CFLAGS := $(cflags)
82 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:__anon54649
  /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:__anon56566
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 186 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 316 int min = 0, max = -1, state = DP_S_DEFAULT, flags = 0, cflags = 0; local
394 cflags = DP_C_SHORT;
398 cflags = DP_C_LONG;
401 cflags = DP_C_LONG_LONG;
406 cflags = DP_C_LONG_LONG;
410 cflags = DP_C_LDOUBLE;
422 if (cflags == DP_C_SHORT)
424 else if (cflags == DP_C_LONG)
426 else if (cflags == DP_C_LONG_LONG)
434 if (cflags == DP_C_SHORT)
    [all...]
  /external/llvm/lib/Support/
regex2.h 137 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
  /external/openssh/openbsd-compat/
bsd-snprintf.c 190 int cflags; local
197 currlen = flags = cflags = min = 0;
277 cflags = DP_C_SHORT;
281 cflags = DP_C_INTMAX;
285 cflags = DP_C_LONG;
288 cflags = DP_C_LLONG;
293 cflags = DP_C_LDOUBLE;
297 cflags = DP_C_SIZE;
309 if (cflags == DP_C_SHORT)
311 else if (cflags == DP_C_LONG
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 134 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 137 int cflags; /* copy of llvm_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);
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 3239 func (b *builder) cflags(p *Package) (cppflags, cflags, cxxflags, fflags, ldflags []string) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 3239 func (b *builder) cflags(p *Package) (cppflags, cflags, cxxflags, fflags, ldflags []string) { func
    [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/dist2/src/
pcre2_compile.c 8162 int cflags = REQ_NONE; local
    [all...]
pcre2test.c 4737 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 1602 milliseconds