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

  /external/fdlibm/
Android.mk 46 cflags := "-D_IEEE_LIBM" macro
51 cflags += "-fno-strict-aliasing"
52 cflags += "-ffloat-store"
62 LOCAL_CFLAGS := $(cflags)
85 LOCAL_CFLAGS := $(cflags)
  /external/chromium_org/third_party/openssl/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));
  /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/util/
setup.py 6 cflags = ['-fno-strict-aliasing', '-Wno-write-strings'] variable
7 cflags += getenv('CFLAGS', '').split()
14 extra_compile_args = cflags,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon39284
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon40875
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon42389
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 186 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /external/chromium_org/third_party/openssl/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/llvm/lib/Support/
regex2.h 134 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
  /external/openssh/openbsd-compat/
bsd-snprintf.c 200 int cflags; local
207 currlen = flags = cflags = min = 0;
287 cflags = DP_C_SHORT;
291 cflags = DP_C_LONG;
294 cflags = DP_C_LLONG;
299 cflags = DP_C_LDOUBLE;
311 if (cflags == DP_C_SHORT)
313 else if (cflags == DP_C_LONG)
315 else if (cflags == DP_C_LLONG)
325 if (cflags == DP_C_SHORT
    [all...]
  /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/
exec-all.h 84 int cflags);
131 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
exec.c 903 int flags, int cflags)
924 tb->cflags = cflags;
1002 (current_tb->cflags & CF_COUNT_MASK) != 1) {
3840 uint32_t n, cflags; local
    [all...]
  /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/grep/
grep.c 80 int cflags = 0; variable
495 cflags |= REG_ICASE;
654 cflags |= REG_EXTENDED;
675 c = regcomp(&r_pattern[i], pattern[i], cflags);
  /ndk/build/core/
definitions.mk 356 # CFLAGS -> recorded LOCAL_CFLAGS for the module
380 CFLAGS \
524 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
534 # 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/target-i386/
translate.c 7609 int j, lj, cflags; local
    [all...]

Completed in 517 milliseconds