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

/external/fdlibm/
H A DAndroid.mk46 cflags := "-D_LIB_VERSION_TYPE=\"const enum _IEEE_\"" macro
56 LOCAL_CFLAGS := $(cflags)
78 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/qemu/
H A Dexec-all.h80 int cflags);
127 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
H A Dexec.c893 int flags, int cflags)
914 tb->cflags = cflags;
992 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1101 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1197 tb->cflags = 0;
3621 uint32_t n, cflags; local
3659 cflags = n | CF_LAST_IO;
3666 tb_gen_code(env, pc, cs_base, flags, cflags);
891 tb_gen_code(CPUState *env, target_ulong pc, target_ulong cs_base, int flags, int cflags) argument
/external/clearsilver/util/
H A Dsnprintf.c154 int cflags; local
159 currlen = flags = cflags = min = 0;
252 cflags = DP_C_SHORT;
256 cflags = DP_C_LONG;
260 cflags = DP_C_LDOUBLE;
273 if (cflags == DP_C_SHORT)
275 else if (cflags == DP_C_LONG)
283 if (cflags == DP_C_SHORT)
285 else if (cflags == DP_C_LONG)
293 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.12/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);

Completed in 89 milliseconds