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

1234567891011>>

/external/chromium_org/third_party/skia/tools/
H A Dxsan_build18 export CC="$(which clang)"
21 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]]; then
26 echo "CC=$CC"
28 $CC --version
/external/skia/tools/
H A Dxsan_build18 export CC="$(which clang)"
21 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]]; then
26 echo "CC=$CC"
28 $CC --version
/external/strace/
H A Dbuild_static_example.sh6 #export CC="i686-gcc"
13 export CC="x86_64-gcc"
29 make CC="$CC" CFLAGS="$CFLAGS"
/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/vixl/tools/
H A Dcross_build_gcc.sh37 export CC=$1gcc
53 if [ ! -x "$CC" ]; then
54 echo "Error: $CC does not exist or is not executable."
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
H A Dmemcpy.S32 CC = R2 <= 0; /* length not positive? */ define
33 IF CC JUMP .L_P1L2147483647; /* Nothing to do */
40 CC = R1 < R0; /* src < dst */ define
41 IF !CC JUMP .Lno_overlap;
43 CC = R0 < R3; /* and dst < src+len */ define
44 IF CC JUMP .Lhas_overlap;
52 CC = R3; /* low bits set on either address? */ define
53 IF CC JUMP .Lnot_aligned;
58 CC = P2 <= 2; define
59 IF !CC JUM
90 CC = R3 == 0; define
[all...]
H A Dmemset.S30 CC = R2 <= 7(IU); define
31 IF CC JUMP .Ltoo_small;
35 CC = R2 == 0; /* AZ set if zero. */ define
36 IF !CC JUMP .Lforce_align ; /* Jump if addr not aligned. */
49 CC = P0 == P2; define
50 IF !CC JUMP .Lbytes_left;
60 CC = P2 == 0; /* Check zero count */ define
61 IF CC JUMP .Lfinished; /* Unusual */
72 CC = BITTST (R0, 0); /* odd byte */ define
77 IF !CC JUM
80 CC = R2 <= 2; /* 2 bytes */ define
[all...]
/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/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>
/external/libvpx/libvpx/third_party/libmkv/
H A DMakefile2 CC=gcc macro
10 $(CC) $(FLAGS) -c EbmlWriter.c
13 $(CC) $(FLAGS) -c EbmlBufferWriter.c
16 $(CC) $(FLAGS) -c WebMElement.c
19 $(CC) $(FLAGS) -c testlibmkv.c
/external/lldb/test/macosx/universal/
H A DMakefile0 CC ?= clang
7 $(CC) -arch i386 -o testit.i386 testit.i386.o
10 $(CC) -arch x86_64 -o testit.x86_64 testit.x86_64.o
13 $(CC) -g -O0 -arch i386 -c -o testit.i386.o main.c
16 $(CC) -g -O0 -arch x86_64 -c -o testit.x86_64.o main.c
1 CC ?= clang macro
/external/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh92 CC=${CC:-gcc}
94 echo $CC gotsan.cc -c -o race_$SUFFIX.syso $FLAGS $CFLAGS
95 $CC gotsan.cc -c -o race_$SUFFIX.syso $FLAGS $CFLAGS
97 $CC test.c race_$SUFFIX.syso -m64 -o test $OSLDFLAGS
/external/clang/tools/diag-build/
H A Ddiag-build.sh9 # you to manually specify "dry-run" and "use $CC and $CXX"; if there is a build
19 echo 'the compiler used matches the CC environment variable.'
34 if [[ -z "$CC" ]]; then
37 CC=$(dirname $0)/clang
39 CC=$(which clang)
43 echo 'Use the CC environment variable to set one explicitly.' 1>&2
54 CXX=$CC
77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC
[all...]
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU55 Solaris Use the Sun cc/CC compilers on Solaris
57 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
135 CC=`which xlc_r`; export CC
136 if [ ! -x $CC ]; then
149 CC=gcc; export CC
156 THE_COMP="Sun's CC"
157 CC=`which cc`; export CC
[all...]
/external/icu/icu4c/source/
H A DrunConfigureICU55 Solaris Use the Sun cc/CC compilers on Solaris
57 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
135 CC=`which xlc_r`; export CC
136 if [ ! -x $CC ]; then
149 CC=gcc; export CC
156 THE_COMP="Sun's CC"
157 CC=`which cc`; export CC
[all...]
/external/lldb/test/functionalities/load_unload/
H A DMakefile3 CC ?= clang macro
13 $(CC) $(CFLAGS) -o a.out main.o -L. -ld
16 $(CC) $(CFLAGS) -c main.c
19 $(CC) $(CFLAGS) -dynamiclib -o hidden/libd.dylib d.o
23 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/liba.dylib" -o liba.dylib a.o -L. -lb
27 $(CC) $(CFLAGS) -c a.c
30 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/libb.dylib" -o libb.dylib b.o
34 $(CC) $(CFLAGS) -c b.c
37 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/libc.dylib" -o libc.dylib c.o
41 $(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/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A DMakefile5 ifneq (,$(findstring icc,$(CC)))
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A DMakefile5 ifneq (,$(findstring icc,$(CC)))
/external/lldb/test/functionalities/data-formatter/rdar-9973865/
H A DMakefile7 ifneq (,$(findstring clang,$(CC)))
/external/lldb/test/functionalities/inline-stepping/
H A DMakefile5 ifneq (,$(findstring icc,$(CC)))
/external/lldb/test/python_api/frame/inlines/
H A DMakefile5 ifneq (,$(findstring icc,$(CC)))
/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

Completed in 508 milliseconds

1234567891011>>