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

  /external/fdlibm/
Android.mk 46 cflags := "-D_LIB_VERSION_TYPE=\"const enum _IEEE_\"" macro
51 cflags += "-fno-strict-aliasing"
52 cflags += "-ffloat-store"
62 LOCAL_CFLAGS := $(cflags)
84 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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 63 unsigned long cflags; member in struct:__anon20919
  /bionic/libc/regex/
regex2.h 134 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 134 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.12/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 902 int flags, int cflags)
923 tb->cflags = cflags;
1001 (current_tb->cflags & CF_COUNT_MASK) != 1) {
3819 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
  /ndk/build/core/
definitions.mk 273 # CFLAGS -> recorded LOCAL_CFLAGS for the module
297 CFLAGS \
432 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
442 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
619 $(__ndk_modules.$1.CFLAGS) \
628 $(eval __ndk_modules.$1.CFLAGS := $(filter-out $2,$(__ndk_modules.$1.CFLAGS)))\
    [all...]
  /external/pcre/
pcretest.c 1682 int cflags = 0; local
    [all...]
  /external/qemu/target-i386/
translate.c 7608 int j, lj, cflags; local
    [all...]

Completed in 363 milliseconds