Searched defs:cflags (Results 1 - 16 of 16) sorted by relevance

/external/fdlibm/
H A DAndroid.mk46 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/
H A Dversion.c143 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsetup.py21 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/
H A Dpkg-config.py15 # 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])
/external/ltrace/
H A Dglob.c180 globcomp(regex_t *preg, const char *glob, int cflags) argument
187 status = regcomp(preg, regex, cflags);
/external/pcre/dist/
H A Dpcreposix.c261 cflags compilation flags
268 regcomp(regex_t *preg, const char *pattern, int cflags) argument
276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS;
277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL;
279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE;
280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8;
281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP;
282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY;
H A Dpcre_compile.c8600 int cflags = REQ_NONE; local
8629 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0;
8641 if (cflags < 0) { c = scode[1]; cflags = 0; }
8654 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; }
8663 *flags = cflags;
H A Dpcretest.c3921 int cflags = 0; local
3923 if ((options & PCRE_CASELESS) != 0) cflags |= REG_ICASE;
3924 if ((options & PCRE_MULTILINE) != 0) cflags |= REG_NEWLINE;
3925 if ((options & PCRE_DOTALL) != 0) cflags |= REG_DOTALL;
3926 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB;
3927 if ((options & PCRE_UTF8) != 0) cflags |= REG_UTF8;
3928 if ((options & PCRE_UCP) != 0) cflags |= REG_UCP;
3929 if ((options & PCRE_UNGREEDY) != 0) cflags |= REG_UNGREEDY;
3931 rc = regcomp(&preg, (char *)p, cflags);
/external/llvm/lib/Support/
H A Dregex2.h137 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
H A Dregcomp.c157 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) argument
170 cflags = GOODFLAGS(cflags);
171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
174 if (cflags&REG_PEND) {
208 g->cflags = cflags;
223 if (cflags&REG_EXTENDED)
225 else if (cflags
[all...]
/external/qemu/include/exec/
H A Dexec-all.h93 int cflags);
158 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
/external/openssl/crypto/bio/
H A Db_print.c186 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
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c873 Uint32 cflags = surface_flags&(SDL_SRCCOLORKEY|SDL_RLEACCELOK); local
878 SDL_SetColorKey(convert, cflags|(flags&SDL_RLEACCELOK),
881 SDL_SetColorKey(surface, cflags, colorkey);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c476 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/
H A Du_snprintf.c476 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/
H A Dtranslate-all.c667 tb->cflags = 0;
983 int flags, int cflags)
1005 tb->cflags = cflags;
1102 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1221 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1503 uint32_t n, cflags; local
1542 cflags = n | CF_LAST_IO;
1549 tb_gen_code(env, pc, cs_base, flags, cflags);
981 tb_gen_code(CPUArchState *env, target_ulong pc, target_ulong cs_base, int flags, int cflags) argument

Completed in 5776 milliseconds