Searched refs:CC (Results 51 - 75 of 406) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4111 # _LT_CC_BASENAME(CC)
225 old_CC="$CC"
229 test -z "$CC" && CC=cc
230 test -z "$LTCC" && LTCC=$CC
248 LT_SUPPORTED_TAG([CC])
848 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
850 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
853 # If no C compiler was specified, use CC.
854 LTCC=${LTCC-"$CC"}
[all...]
/external/zlib/src/
H A Dconfigure8 # 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
75 old_cc="$CC"
130 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
170 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
171 cc=${CC-${CROSS_PREFIX}gcc}
185 CC="$cc"
240 CC
[all...]
/external/clang/utils/ABITest/layout/
H A DMakefile16 CC := gcc macro
55 $(CC) $(CFLAGS) $(CC_CFLAGS) -o $@ $^
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk8 CC := clang macro
/external/dhcpcd/mk/
H A Dprog.mk34 ${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@
37 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o
45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}
/external/dnsmasq/bld/
H A DMakefile8 $(CC) $(CFLAGS) $(COPTS) $(I18N) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
11 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(DNSMASQ_LIBS) $(LIBS)
/external/elfutils/
H A DMakefile.am43 CC="$(CC)"
/external/icu4c/samples/udata/
H A DMakefile59 $(CC) -o $@ $^ $(LDFLAGS)
62 $(CC) -o $@ $^ $(LDFLAGS)
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h42 inline static const char *NVPTXCondCodeToString(NVPTXCC::CondCodes CC) { argument
43 switch (CC) {
/external/llvm/lib/Target/Sparc/
H A DSparc.h74 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) { argument
75 switch (CC) {
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp30 void EmitCallingConv(Record *CC, raw_ostream &O);
40 // Emit prototypes for all of the CC's so that they can forward ref each
57 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { argument
58 ListInit *CCActions = CC->getValueAsListInit("Actions");
61 O << "\n\nstatic bool " << CC->getName()
63 << std::string(CC->getName().size()+13, ' ')
65 << std::string(CC->getName().size()+13, ' ')
73 O << "\n return true; // CC didn't match.\n";
104 Record *CC = Action->getValueAsDef("CC"); local
[all...]
/external/stlport/test/eh/
H A Dsunpro42.mak33 CC = CC macro
34 CXX = $(CC)
48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
/external/valgrind/main/cachegrind/
H A Dcg_diff.in151 # Add each event count to the CC array. '.' counts become undef, as do
157 my @CC = (split /\s+/, $line);
158 (@CC <= $numEvents) or die("Line $.: too many event counts\n");
159 return \@CC;
196 my %CCs; # hash("$filename#$funcname" => CC array)
197 my $currCC = undef; # CC array
205 my $CC = line_to_CC($_, $numEvents);
207 add_array_a_to_b($CC, $currCC);
265 # hashref("$filename#$funcname", CC array)
316 while (my ($filefuncname, $CC)
[all...]
H A Dcg_annotate.in82 # hash(filename:fn_name => CC array)
86 # hash(filename => hash(line_num => CC array))
303 # Add each event count to the CC array. '.' counts become undef, as do
307 my @CC = (split /\s+/, $_[0]);
308 (@CC <= @events) or die("Line $.: too many event counts\n");
309 return \@CC;
389 my $currFileCCs = {}; # hash(line_num => CC)
396 my $CC = line_to_CC($_);
398 add_array_a_to_b($CC, $currFuncCC);
400 # If currFileName is selected, add CC t
[all...]
/external/e2fsprogs/misc/
H A DMakefile.in97 $(E) " CC $<"
98 $(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
99 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
122 $(E) " CC $<"
123 $(Q) $(CC) -c $(ALL_CFLAGS) $(srcdir)/../e2fsck/profile.c -o $@
124 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/profile.o -c \
129 $(Q) $(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o
133 $(Q) $(CC) $(ALL_LDFLAGS) -o partinfo partinfo.o
137 $(Q) $(CC) $(ALL_LDFLAGS) -o e2initrd_helper e2initrd_helper.o $(LIBS) \
143 $(Q) $(CC)
[all...]
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in121 my @CC = (split /\s+/, $_[0]);
122 (@CC <= @events) or die("Line $.: too many event counts\n");
123 return \@CC;
143 # correspond to @CC positions.
144 foreach my $CC (@CCs) {
145 foreach my $i (0 .. scalar(@$CC)-1) {
146 if (defined $CC->[$i]) {
148 my $length = length $CC->[$i];
157 # Print the CC with each column's size dictated by $CC_col_widths.
160 my ($CC,
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp130 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm()); local
132 switch (CC) {
135 CC = MSP430CC::COND_NE;
138 CC = MSP430CC::COND_E;
141 CC = MSP430CC::COND_GE;
144 CC = MSP430CC::COND_L;
147 CC = MSP430CC::COND_LO;
150 CC = MSP430CC::COND_HS;
154 Cond[0].setImm(CC);
/external/bzip2/
H A DMakefile18 CC=gcc macro
41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
44 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o
118 $(CC) $(CFLAGS) -c blocksort.c
120 $(CC) $(CFLAGS) -c huffman.c
122 $(CC) $(CFLAGS) -c crctable.c
124 $(CC) $(CFLAGS) -c randtable.c
126 $(CC) $(CFLAGS) -c compress.c
128 $(CC) $(CFLAGS) -c decompress.c
130 $(CC)
[all...]
/external/checkpolicy/
H A DMakefile34 $(CC) $(CFLAGS) -o $@ -c $<
37 $(CC) $(filter-out -Werror, $(CFLAGS)) -o $@ -c $<
40 $(CC) $(filter-out -Werror, $(CFLAGS)) -o $@ -c $<
/external/libsepol/src/
H A DMakefile27 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
34 $(CC) $(CFLAGS) -fPIC -c -o $@ $<
37 $(CC) $(CFLAGS) -fPIC -DSHARED -c -o $@ $<
/external/llvm/utils/
H A Dcheck-each-file13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
130 gmake ${f} CC=gcc > /dev/null 2>&1
/external/openssh/contrib/
H A Dfindssl.sh66 CC=gcc
149 ${CC} -o conftest conftest.c $lib 2>>findssl.log
174 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log
/external/jpeg/
H A Dltconfig70 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.c 1>&5'
71 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.c $LIBS 1>&5'
93 old_CC="$CC"
355 if test "$with_gcc" != yes || test -z "$CC"; then
356 # If CC is not set, then try to find GCC or a usable CC.
357 if test -z "$CC"; then
364 CC="gcc"
370 if test -n "$CC"; then
371 echo "$ac_t$CC"
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltconfig70 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.c 1>&5'
71 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.c $LIBS 1>&5'
93 old_CC="$CC"
355 if test "$with_gcc" != yes || test -z "$CC"; then
356 # If CC is not set, then try to find GCC or a usable CC.
357 if test -z "$CC"; then
364 CC="gcc"
370 if test -n "$CC"; then
371 echo "$ac_t$CC"
[all...]
/external/valgrind/main/VEX/useful/
H A Dhd_fpu.c644 IFDB(Text t_src CC)
671 IFDB( Text t_src CC)
725 opc_aux = regno_from_modRM ( r_eip, 4 IFDB(CC &t_opc_aux) );
727 IFDB(CC &t_addr), &isreg );
732 fp_do_op_mem_ST_0 ( a_addr, IFDB(t_addr CC)
737 fp_do_op_mem_ST_0 ( a_addr, IFDB(t_addr CC)
742 fp_do_COM_mem_ST_0 ( a_addr, IFDB(t_addr CC)
747 fp_do_COM_mem_ST_0 ( a_addr, IFDB(t_addr CC)
752 fp_do_op_mem_ST_0 ( a_addr, IFDB(t_addr CC)
757 fp_do_op_mem_ST_0 ( a_addr, IFDB(t_addr CC)
[all...]

Completed in 679 milliseconds

1234567891011>>