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

/external/fdlibm/
H A DAndroid.mk46 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/linux-tools-perf/util/
H A Dsetup.py6 cflags = ['-fno-strict-aliasing', '-Wno-write-strings'] variable
7 cflags += getenv('CFLAGS', '').split()
14 extra_compile_args = 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/llvm/lib/Support/
H A Dregex2.h134 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/
H A Dexec-all.h84 int cflags);
131 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
H A Dexec.c903 int flags, int cflags)
924 tb->cflags = cflags;
1002 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1110 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1206 tb->cflags = 0;
3845 uint32_t n, cflags; local
3883 cflags = n | CF_LAST_IO;
3890 tb_gen_code(env, pc, cs_base, flags, cflags);
901 tb_gen_code(CPUState *env, target_ulong pc, target_ulong cs_base, int flags, int cflags) argument
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c200 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
[all...]
/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/qemu/target-i386/
H A Dtranslate.c7609 int j, lj, cflags; local
7620 cflags = tb->cflags;
7686 max_insns = tb->cflags & CF_COUNT_MASK;
7713 if (num_insns + 1 == max_insns && (tb->cflags & CF_LAST_IO))
7754 if (tb->cflags & CF_LAST_IO)

Completed in 196 milliseconds