Searched refs:CC (Results 276 - 300 of 649) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh87 exportVar CC "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc317 const uint8_t CC = _ptrRTPDataBegin[0] & 0x0f; local
341 const uint8_t CSRCocts = CC * 4;
352 header.numCSRCs = CC;
355 for (unsigned int i = 0; i < CC; ++i) {
/external/clang/test/Sema/
H A Dblock-return.c115 const int (^CC) (void) = ^const int{ const int i = 1; return i; };
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk15 # appropriate choices for CC and CFLAGS.
40 CC := clang macro
/external/e2fsprogs/ext2ed/
H A DMakefile.in35 $(CC) -c $(ALL_CFLAGS) $< -o $@
60 $(CC) $(ALL_LDFLAGS) -o ext2ed $(OBJS) $(LIBS)
/external/libsepol/tests/
H A DMakefile35 $(CC) $(CFLAGS) $(CPPFLAGS) $(objs) $(parserobjs) -lfl -lcunit -lcurses $(LIBSEPOL) -o $@
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h73 const char *MipsFCCToString(Mips::CondCode CC);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h63 unsigned GetCondBranchFromCond(CondCode CC);
67 unsigned getSETFromCond(CondCode CC, bool HasMemoryOperand = false);
71 unsigned getCMovFromCond(CondCode CC, unsigned RegBytes,
79 CondCode GetOppositeBranchCondition(CondCode CC);
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh82 exportVar CC "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
/external/stlport/test/eh/
H A Dcygwin.mak36 CC = c++ macro
37 CXX = $(CC)
H A Ddjgpp.mak36 CC = gcc macro
37 CXX = $(CC)
H A Dgcc-99r1.mak36 CC =c++ macro
37 CXX = $(CC)
H A Dgcc-apple-macosx.mak37 CC = g++ macro
38 CXX = $(CC)
H A Dgcc-freebsd.mak37 CC = c++ -pthread macro
38 CXX = $(CC)
H A Dgcc-irix.mak37 CC = g++ macro
38 CXX = $(CC)
H A Dgcc-linux.mak37 CC = c++ -pthread macro
38 CXX = $(CC)
H A Dgcc-netbsd.mak37 CC = c++ macro
38 CXX = $(CC)
H A Dgcc.mak37 CC = g++ -pthread macro
38 CXX = $(CC)
H A Dhpacc.mak36 CC = aCC macro
37 CXX = $(CC)
H A Dmingw32.mak36 CC = c++ macro
37 CXX = $(CC)
/external/valgrind/main/auxprogs/
H A Dgsl16test92 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
H A Dgsl19test95 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
/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/e2fsprogs/lib/ss/
H A DMakefile.in35 $(E) " CC $<"
36 $(Q) $(CC) $(ALL_CFLAGS) -c $<
38 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
39 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
40 @ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -DSHARED_ELF_LIB -fPIC -o elfshared/$*.o -c $<
41 @BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
164 $(Q) $(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \

Completed in 5983 milliseconds

<<11121314151617181920>>