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

  /external/fdlibm/
Android.mk 46 cflags := "-D_LIB_VERSION_TYPE=\"const enum _IEEE_\"" macro
56 LOCAL_CFLAGS := $(cflags)
78 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));
  /bionic/libc/regex/
regex2.h 134 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
  /external/clearsilver/util/
snprintf.c 154 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 == 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.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 80 int cflags);
127 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
exec.c 893 int flags, int cflags)
914 tb->cflags = cflags;
992 (current_tb->cflags & CF_COUNT_MASK) != 1) {
3621 uint32_t n, cflags; local
    [all...]
  /ndk/build/core/
definitions.mk 169 # CFLAGS -> recorded LOCAL_CFLAGS for the module
193 CFLAGS \
326 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
336 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
700 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
706 # source file. This is set by the function TARGET-set-cflags
762 # Macro : set-src-files-target-cflags
765 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>)
771 set-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $2))
774 # Macro : add-src-files-target-cflags
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c 862 uint32 cflags; local
866 cflags = si_core_cflags(sih, 0, 0);
878 si_core_cflags(sih, 0xffff, cflags);
    [all...]

Completed in 200 milliseconds