Searched refs:CC (Results 176 - 200 of 406) sorted by relevance

1234567891011>>

/external/valgrind/main/auxprogs/
H A Dgsl19test90 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
H A DMakefile41 CC = bcc macro
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak10 CC = bcc32 macro
31 $(CC) -c $(CFLAGS) $*.c
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak10 CC = bcc32 macro
31 $(CC) -c $(CFLAGS) $*.c
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk15 if $(CC) -arch $$arch -c \
30 CC := clang macro
83 override CC := $(subst -arch ,-arch_,$(CC))
84 override CC := $(patsubst -arch_%,,$(CC))
/external/e2fsprogs/lib/ss/
H A DMakefile.in40 $(E) " CC $<"
41 $(Q) $(CC) $(ALL_CFLAGS) -c $<
42 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
43 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
44 @ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -DSHARED_ELF_LIB -fPIC -o elfshared/$*.o -c $<
45 @BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
168 $(Q) $(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \
/external/libffi/
H A Dltcf-c.sh55 # If archive_cmds runs LD, not CC, wlarc should be empty
95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
112 else $CC -o impgen impgen.c ; fi)~
139 test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
171 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
173 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
175 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
179 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
183 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
184 archive_expsym_cmds='$CC
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c215 #define TEST_FCMOV(a, b, eflags, CC)\
220 "fcmov" CC " %2, %0\n"\
224 CC, (long long int)eflags, res);\
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c205 #define TEST_FCMOV(a, b, eflags, CC)\
210 "fcmov" CC " %2, %0\n"\
214 CC, eflags, res);\
/external/openssl/
H A Dimport_openssl.sh142 # The perl scripts expect to run the target compiler as $CC to determine
143 # the endianess of the target. Setting CC to true is a hack that forces the scripts
145 CC=true perl crypto/aes/asm/aes-mips.pl o32 > crypto/aes/asm/aes-mips.s
146 CC=true perl crypto/bn/asm/mips.pl o32 > crypto/bn/asm/bn-mips.s
147 CC=true perl crypto/bn/asm/mips-mont.pl o32 > crypto/bn/asm/mips-mont.s
148 CC=true perl crypto/sha/asm/sha1-mips.pl o32 > crypto/sha/asm/sha1-mips.s
149 CC=true perl crypto/sha/asm/sha512-mips.pl o32 > crypto/sha/asm/sha256-mips.s
/external/stressapptest/
H A Dconfigure609 CC
714 CC
1262 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1353 CC C compiler command
2321 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2322 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3035 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3079 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3530 ac_link='$CC
[all...]
/external/mksh/src/
H A DBuild.sh25 # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF
168 vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr"
436 case $CC in
444 case $CC in
465 case $CC in
533 : ${CC=cc -YPOSIX}
552 : ${CC=cc} ${NROFF=nroff}
600 CPP="$CC -E"
681 vv '|' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN $LIBS -version"
691 vv '|' "$CC
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h495 getCondCodeAction(ISD::CondCode CC, EVT VT) const {
496 assert((unsigned)CC < array_lengthof(CondCodeActions) &&
500 ((CondCodeActions[CC] >> (2*VT.getSimpleVT().SimpleTy)) & 3);
507 bool isCondCodeLegal(ISD::CondCode CC, EVT VT) const {
508 return getCondCodeAction(CC, VT) == Legal ||
509 getCondCodeAction(CC, VT) == Custom;
1151 void setCondCodeAction(ISD::CondCode CC, MVT VT,
1154 (unsigned)CC < array_lengthof(CondCodeActions) &&
1156 CondCodeActions[(unsigned)CC] &= ~(uint64_t(3UL) << VT.SimpleTy*2);
1157 CondCodeActions[(unsigned)CC] |
[all...]
/external/quake/quake/src/WinQuake/
H A DMakefile.Solaris22 CC=gcc
30 DO_CC=$(CC) $(CFLAGS) -o $@ -c $<
31 DO_AS=$(CC) $(CFLAGS) -DELF -x assembler-with-cpp -o $@ -c $<
154 $(CC) -o $(@) $(QUAKE_OBJS) $(QUAKE_AS_OBJS) $(QUAKE_X_OBJS) $(LDFLAGS)
157 $(CC) -o $(@) $(QUAKE_OBJS) $(QUAKE_AS_OBJS) $(QUAKE_XIL_OBJS) $(XIL_LDFLAGS)
160 $(CC) -o $(@) $(QUAKE_OBJS) $(QUAKE_X_OBJS) $(LDFLAGS)
163 $(CC) -o $(@) $(QUAKE_OBJS) $(QUAKE_XIL_OBJS) $(XIL_LDFLAGS)
/external/libvorbis/
H A Dconfigure851 CC
913 CC
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1529 CC C compiler command
1967 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1968 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2640 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2641 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2651 if test -n "$CC"; then
2652 ac_cv_prog_CC="$CC" # Le
[all...]
/external/chromium/third_party/libevent/
H A Dconfigure841 CC
918 CC
1486 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1576 CC C compiler command
2024 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2025 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2540 if test -n "$CC"; then
2541 ac_cv_prog_CC="$CC" # Le
[all...]
/external/genext2fs/
H A Dconfigure674 CC
699 CC
1211 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1282 CC C compiler command
1708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2209 if test -n "$CC"; then
2210 ac_cv_prog_CC="$CC" # Le
[all...]
/external/libpcap/
H A Dconfigure667 CC
699 CC
1211 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1296 CC C compiler command
1722 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1723 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1904 if test -z "$CC" ; then
1947 CC=shlicc2
1948 export CC
1953 if test -z "$CC"
[all...]
/external/bison/
H A Dconfigure315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP WARNING_CFLAGS WERROR_CFLAGS WARNING_CXXFLAGS YACC_SCRIPT YACC_LIBRARY LEX LEXLIB LEX_OUTPUT_ROOT YACC RANLIB ac_ct_RANLIB M4 STDBOOL_H HAVE__BOOL LIBOBJS GETOPT_H MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os INTL_MACOSX_LIBS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB UNISTD_H BISON_LOCALEDIR aclocaldir VALGRIND CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE BISON_CXX_WORKS BISON_CXX_WORKS_TRUE BISON_CXX_WORKS_FALSE AUTOM4TE GCC O0CFLAGS O0CXXFLAGS LTLIBOBJS'
756 ac_env_CC_set=${CC+set}
757 ac_env_CC_value=$CC
758 ac_cv_env_CC_set=${CC+set}
759 ac_cv_env_CC_value=$CC
796 To assign environment variables (e.g., CC, CFLAGS...), specify them as
884 CC C compiler command
1313 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1314 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1876 ac_compile='$CC
[all...]
/external/libusb/
H A Dconfigure804 CC
887 CC
1438 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1534 CC C compiler command
2355 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2881 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2882 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2892 if test -n "$CC"; then
2893 ac_cv_prog_CC="$CC" # Le
[all...]
/external/libusb-compat/
H A Dconfigure842 CC
920 CC
1485 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1578 CC C compiler command
2034 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2035 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2548 if test -n "$CC"; then
2549 ac_cv_prog_CC="$CC" # Le
[all...]
/external/protobuf/gtest/
H A Dconfigure826 CC
889 CC
1405 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1494 CC C compiler command
1932 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1933 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2449 if test -n "$CC"; then
2450 ac_cv_prog_CC="$CC" # Le
[all...]
/external/e2fsprogs/
H A Dconfigure721 CC
820 CC
1372 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1468 --with-cc no longer supported, use CC= instead
1480 CC C compiler command
2594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2757 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2758 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2768 if test -n "$CC"; the
[all...]
/external/elfutils/
H A Dconfigure661 CC
755 CC
1318 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1410 CC C compiler command
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2540 if test -n "$CC"; then
2541 ac_cv_prog_CC="$CC" # Le
[all...]
/external/protobuf/
H A Dconfigure838 CC
900 CC
1415 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1511 CC C compiler command
1948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2603 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2604 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2614 if test -n "$CC"; then
2615 ac_cv_prog_CC="$CC" # Le
[all...]

Completed in 5593 milliseconds

1234567891011>>