HomeSort by relevance Sort by last modified time
    Searched refs:cflags (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/stlport/
configure 46 --with-extra-cflags=<options>
100 \$CFLAGS pass extra options to C compiler
186 --with-extra-cflags=*)
315 if [ -n "${CFLAGS}" ]; then
317 write_option "${CFLAGS}" EXTRA_CFLAGS
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
  /external/llvm/lib/Support/
regengine.inc 146 if (g->cflags&REG_NOSUB)
523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 199 if (g->cflags&REG_NOSUB)
611 (m->g->cflags&REG_NEWLINE)) )
619 (m->g->cflags&REG_NEWLINE)) )
627 (m->g->cflags&REG_NEWLINE)) ||
638 (m->g->cflags&REG_NEWLINE)) ||
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
814 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
907 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 142 if (g->cflags&REG_NOSUB)
514 (m->g->cflags&REG_NEWLINE)) )
522 (m->g->cflags&REG_NEWLINE)) )
530 (m->g->cflags&REG_NEWLINE)) ||
541 (m->g->cflags&REG_NEWLINE)) ||
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
707 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
784 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
789 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /development/tools/emulator/opengl/
Android.mk 21 # common cflags used by several modules
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 17 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
18 alsa_save_CFLAGS="$CFLAGS"
24 dnl Get the cflags and libraries for alsa
41 AC_MSG_CHECKING(for ALSA CFLAGS)
44 CFLAGS="$CFLAGS -I$alsa_inc_prefix"
135 CFLAGS="$alsa_save_CFLAGS"
  /external/qemu/
exec-all.h 84 int cflags);
131 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
android-configure.sh 137 # And we may need to add a -Wa,--32 to CFLAGS to let the assembler
332 SDL_CFLAGS=`$SDL_CONFIG --cflags`
335 # quick hack, remove the -D_GNU_SOURCE=1 of some SDL Cflags
426 ORG_CFLAGS=$CFLAGS
445 CFLAGS="$ORG_CFLAGS"
469 CFLAGS=$ORG_CFLAGS
exec.c 903 int flags, int cflags)
924 tb->cflags = cflags;
1002 (current_tb->cflags & CF_COUNT_MASK) != 1) {
3845 uint32_t n, cflags; local
    [all...]
  /gdk/build/core/
definitions.mk 172 # CFLAGS -> recorded LOCAL_CFLAGS for the module
196 CFLAGS \
313 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
323 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
688 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
694 # source file. This is set by the function TARGET-set-cflags
750 # Macro : set-src-files-target-cflags
753 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>)
759 set-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $2))
762 # Macro : add-src-files-target-cflags
    [all...]
  /ndk/build/core/
definitions.mk 507 # CFLAGS -> recorded LOCAL_CFLAGS for the module
531 CFLAGS \
668 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
678 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
    [all...]
  /sdk/emulator/opengl/
Android.mk 21 # common cflags used by several modules
  /external/qemu/distrib/sdl-1.2.15/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/zlib/src/
configure 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
76 old_cflags="$CFLAGS"
130 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
172 cflags=${CFLAGS-"-O3"}
173 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
182 show $cc -c $cflags $test.
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 687 --cflags="$HOST_CFLAGS" \
783 CFLAGS=
788 CFLAGS="-O2 -Os -fomit-frame-pointer -s"
789 CXXFLAGS=$CFLAGS
792 CFLAGS="-O0 -g"
793 CXXFLAGS=$CFLAGS
796 export CFLAGS CXXFLAGS LDFLAGS
build-host-gcc.sh 242 # '--with-cflags=...' or 'export CFLAGS' configuration, which makes
869 --cflags="$HOST_CFLAGS" \
    [all...]
  /external/libvpx/build/make/
configure.sh 81 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
168 CFLAGS="${CFLAGS} $@"
277 check_cmd ${CC} ${CFLAGS} "$@" -c -o ${TMP_O} ${TMP_C}
284 check_cmd ${CC} ${CFLAGS} "$@" -E -o ${TMP_O} ${TMP_C}
386 CFLAGS = ${CFLAGS}
446 --extra-cflags=*
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 451 REG_EXTENDED bit in CFLAGS is set; otherwise, to
453 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
460 CFLAGS is a series of bits which affect compilation.
479 regcomp (preg, pattern, cflags)
482 int cflags;
485 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
497 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
500 if (cflags & REG_NEWLINE)
509 preg->no_sub = !!(cflags & REG_NOSUB);
    [all...]
  /external/qemu/target-i386/
translate.c 7609 int j, lj, cflags; local
    [all...]
  /bionic/libc/
Android.mk 500 # Define some common cflags
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 5 ifndef CFLAGS
6 CFLAGS = -MMD -O2 -Wall -g
13 CFLAGS += -I../src
14 CFLAGS += -I../src/utils
87 CFLAGS += -DOS_NO_C_LIB_DEFINES
95 CFLAGS += -DWPA_TRACE
101 CFLAGS += -funwind-tables
103 CFLAGS += -DWPA_TRACE_BFD
117 CFLAGS += -DCONFIG_ELOOP_POLL
122 CFLAGS += -Werror -DEAPOL_TES
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 526 CFLAGS += -DEAP_GPSK_SHA256
915 DBUS_INCLUDE := $(shell pkg-config --cflags dbus-1)
Makefile 5 ifndef CFLAGS
6 CFLAGS = -MMD -O2 -Wall -g
12 CFLAGS += -I../src
13 CFLAGS += -I../src/crypto
14 CFLAGS += -I../src/utils
15 CFLAGS += -I../src/common
16 CFLAGS += -I../src/rsn_supp
73 CFLAGS += -DOS_NO_C_LIB_DEFINES
87 CFLAGS += -Werror -DEAPOL_TEST
99 CFLAGS += -DCONFIG_BACKEND_FIL
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 980 milliseconds

1 23 4