Searched refs:CC (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/external/openssh/
H A Dsurvey.sh.in19 CC="@CC@"
50 echo "cc: $CC"
60 echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
62 echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
/external/chromium_org/tools/idl_parser/test_parser/
H A Dinline_ppapi.idl41 *Inline(CC)
43 #inline CC
44 This is my block of CC code
/external/zlib/src/contrib/untgz/
H A DMakefile0 CC=cc
5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
8 $(CC) $(CFLAGS) -c -I../.. untgz.c
1 CC=cc macro
/external/skia/tools/
H A Dxsan_build18 export CC="$(which clang)"
22 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]] || [[ -z "${LINK}" ]]; then
/external/stlport/stlport/
H A Drlocks.h6 # include <../CC/rlocks.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
H A Dstdiostream.h6 # include <../CC/stdiostream.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
/external/stlport/stlport/stl/config/
H A D_cray.h19 #define _STLP_COMPILER "CC"
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
H A D_sunprocc.h4 #define _STLP_COMPILER "Sunpro CC"
22 # define _STLP_NATIVE_INCLUDE_PATH ../CC/Cstd
23 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../CC
25 # define _STLP_NATIVE_INCLUDE_PATH ../CC
29 # define _STLP_NATIVE_INCLUDE_PATH ../CC
80 // # define _STLP_NATIVE_C_HEADER(header) <../CC/##header##.SUNWCCh>
81 # define _STLP_NATIVE_CPP_C_HEADER(header) <../CC/##header##.SUNWCCh>
84 # define _STLP_NATIVE_C_INCLUDE_PATH ../CC/std
85 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/std
88 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/st
[all...]
/external/libvpx/libvpx/third_party/libmkv/
H A DMakefile2 CC=gcc macro
9 $(CC) $(FLAGS) -c EbmlWriter.c
12 $(CC) $(FLAGS) -c EbmlBufferWriter.c
15 $(CC) $(FLAGS) -c MkvElement.c
18 $(CC) $(FLAGS) -c testlibmkv.c
/external/clang/tools/diag-build/
H A Ddiag-build.sh10 echo 'the compiler used matches the CC environment variable.'
25 if [[ -z "$CC" ]]; then
28 CC=$(dirname $0)/clang
30 CC=$(which clang)
34 echo 'Use the CC environment variable to set one explicitly.' 1>&2
45 CXX=$CC
68 set_compiler="CC='$CC' CXX='$CXX'"
71 set_compiler="CC='$CC' CX
[all...]
/external/dropbear/libtommath/etc/
H A Dmakefile11 $(CC) pprime.o $(LIBNAME) -o pprime
15 $(CC) tune.o $(LIBNAME) -o tune
20 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
25 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
30 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l
34 $(CC) mersenne.o $(LIBNAME) -o mersenne
38 $(CC) drprime.o $(LIBNAME) -o drprime
42 $(CC) 2kprime.o $(LIBNAME) -o 2kprime
45 $(CC) mont.o $(LIBNAME) -o mont
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU47 Solaris Use the Sun cc/CC compilers on Solaris
49 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
127 CC=`which xlc_r`; export CC
128 if [ ! -x $CC ]; then
141 CC=gcc; export CC
148 THE_COMP="Sun's CC"
149 CC=`which cc`; export CC
[all...]
/external/icu4c/
H A DrunConfigureICU54 Solaris Use the Sun cc/CC compilers on Solaris
56 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
134 CC=`which xlc_r`; export CC
135 if [ ! -x $CC ]; then
148 CC=gcc; export CC
155 THE_COMP="Sun's CC"
156 CC=`which cc`; export CC
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A DMakefile0 CC=cc
8 $(CC) -c $(CFLAGS) $*.c
13 $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS)
16 $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
1 CC=cc macro
/external/zlib/src/contrib/minizip/
H A DMakefile0 CC=cc
8 $(CC) -c $(CFLAGS) $*.c
13 $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS)
16 $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
1 CC=cc macro
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A DMakefile13 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
16 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
19 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
22 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
25 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
28 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
/external/libpcap/
H A Dmkdep20 CC=cc # default C compiler is "cc"
26 CC=$2
77 $CC -M $* |
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A DMakefile13 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
16 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
19 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
22 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
25 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
28 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
/external/tcpdump/
H A Dmkdep20 CC=cc # default C compiler is "cc"
26 CC=$2
77 $CC -M $* |
/external/libexif/contrib/watcom/
H A DMakefile28 CC= wcl386 macro
97 $(CC) -c $(CFLAGS) $[*
100 $(CC) -c $(CFLAGS) $[*
103 $(CC) -c $(CFLAGS) $[*
106 $(CC) -c $(CFLAGS) $[*
109 $(CC) -c $(CFLAGS) $[*
112 $(CC) -c $(CFLAGS) $[*
115 $(CC) -c $(CFLAGS) $[*
118 $(CC) -c $(CFLAGS) $[*
121 $(CC)
[all...]
/external/blktrace/btreplay/
H A DMakefile8 CC = gcc macro
32 $(CC) $(CFLAGS) -c -o $*.o $<
35 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^)
38 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
41 @$(CC) -MM $(CFLAGS) *.c 1> .depend
/external/lzma/CPP/Common/
H A DNewHandler.cpp69 class CC class
72 CC() function in class:CC
77 ~CC()
/external/clang/test/CodeGenCXX/
H A Dvirtual-base-cast.cpp9 struct CC : AA, BB { virtual int aa(); virtual int bb(); virtual int cc(); }; struct in inherits:AA,BB
10 struct D : virtual C, virtual CC { int e; };
/external/e2fsprogs/config/
H A Dparse-types.sh11 if test -z "$CC"; then
12 CC=gcc
16 CPP="$CC -E"
109 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure12 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
14 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
18 # If you have problems, try without defining CC and CFLAGS before reporting
36 old_cc="$CC"
66 test -z "$CC" && echo Checking for gcc...
67 cc=${CC-gcc}
75 CC="$cc"
104 CC=${CC
[all...]

Completed in 509 milliseconds

1234567891011>>