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

  /external/fdlibm/
Android.mk 46 cflags := "-D_IEEE_LIBM" macro
49 cflags += "-D__LITTLE_ENDIAN"
54 cflags += "-fno-strict-aliasing"
55 cflags += "-ffloat-store"
59 cflags += "-std=c99"
67 LOCAL_CFLAGS := $(cflags)
79 LOCAL_CFLAGS := $(cflags)
  /external/openssl/apps/
version.c 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
159 cflags=1;
167 date=version=cflags=options=platform=dir=1;
212 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex27.c 30 int cflags; member in struct:tests
49 if (regcomp (&r, tests[i].regex, tests[i].cflags))
tst-rxspencer.c 214 test (const char *pattern, int cflags, const char *string, int eflags,
221 n = regcomp (&re, pattern, cflags);
288 if (cflags & REG_NOSUB)
319 mb_test (const char *pattern, int cflags, const char *string, int eflags,
337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb,
349 mb_tests (const char *pattern, int cflags, const char *string, int eflags,
398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches,
441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; local
477 cflags &= ~REG_EXTENDED;
486 cflags |= REG_ICASE
    [all...]
  /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) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 21 cflags = getenv('CFLAGS', '').split() variable
22 # switch off several checks (need to be at the end of cflags list)
23 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter' ]
36 extra_compile_args = cflags,
  /external/chromium_org/build/config/linux/
pkg-config.py 15 # The result will be [ <includes>, <cflags>, <libs>, <lib_dirs>, <ldflags> ]
125 [ options.pkg_config, "--cflags", "--libs-only-l", "--libs-only-L" ] +
141 cflags = [] variable
164 cflags.append(flag)
166 # Output a GN array, the first one is the cflags, the second are the libs. The
169 print json.dumps([includes, cflags, libs, lib_dirs, ldflags])
  /art/build/
Android.common_build.mk 289 # Addition CPU specific CFLAGS.
314 define set-target-local-cflags-vars
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon25728
  /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:__anon27464
  /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
  /external/openssl/crypto/bio/
b_print.c 186 int cflags; local
190 flags = currlen = cflags = min = 0;
267 cflags = DP_C_SHORT;
272 cflags = DP_C_LLONG;
275 cflags = DP_C_LONG;
279 cflags = DP_C_LLONG;
283 cflags = DP_C_LDOUBLE;
295 switch (cflags) {
319 switch (cflags) {
340 if (cflags == DP_C_LDOUBLE
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 873 Uint32 cflags = surface_flags&(SDL_SRCCOLORKEY|SDL_RLEACCELOK); local
878 SDL_SetColorKey(convert, cflags|(flags&SDL_RLEACCELOK),
881 SDL_SetColorKey(surface, cflags, colorkey);
  /external/qemu/include/exec/
exec-all.h 93 int cflags);
158 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
  /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);
  /ndk/build/core/
definitions.mk 359 # CFLAGS -> recorded LOCAL_CFLAGS for the module
383 CFLAGS \
537 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
547 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/qemu/
translate-all.c 667 tb->cflags = 0;
983 int flags, int cflags)
1005 tb->cflags = cflags;
1102 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1503 uint32_t n, cflags; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 8600 int cflags = REQ_NONE; local
    [all...]
pcretest.c 3921 int cflags = 0; local
    [all...]

Completed in 772 milliseconds