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

1234567891011>>

/external/zopfli/
H A DMakefile0 CC = gcc
23 $(CC) $(ZOPFLILIB_SRC) $(ZOPFLIBIN_SRC) $(CFLAGS) -o zopfli
27 $(CC) $(ZOPFLILIB_SRC) $(CFLAGS) -fPIC -c
28 $(CC) $(ZOPFLILIB_OBJ) $(CFLAGS) -shared -Wl,-soname,libzopfli.so.1 -o libzopfli.so.1.0.1
32 $(CC) $(ZOPFLILIB_SRC) $(CFLAGS) -c
1 CC = gcc macro
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro
16 $(CC) -c -O2 -o $@ -I host_src -D UNIFIED_DEBUG_MESSAGES -D EAS_FM_SYNTH -D _IMELODY_PARSER -D _RTTTL_PARSER -D _OTA_PARSER -D _WAVE_PARSER -D _REVERB_ENABLED -D _CHORUS_ENABLED $<
/external/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro
16 $(CC) -c -O2 -o $@ -I host_src -D UNIFIED_DEBUG_MESSAGES -D EAS_HYBRID_SYNTH -D _IMELODY_PARSER -D _RTTTL_PARSER -D _OTA_PARSER -D _WAVE_PARSER -D _REVERB_ENABLED -D _CHORUS_ENABLED $<
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro
16 $(CC) -c -O2 -o $@ -I host_src -D UNIFIED_DEBUG_MESSAGES -D EAS_WT_SYNTH -D _IMELODY_PARSER -D _RTTTL_PARSER -D _OTA_PARSER -D _XMF_PARSER -D _WAVE_PARSER -D _REVERB_ENABLED -D _CHORUS_ENABLED -D MMAPI_SUPPORT -D JET_INTERFACE $<
/external/stlport/test/eh/
H A Dcray.mak26 CC = CC macro
27 CXX = $(CC)
/external/blktrace/
H A DMakefile0 CC = gcc
23 $(CC) -o $*.o -c $(ALL_CFLAGS) $<
26 $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^)
29 $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
32 $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^)
35 $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^)
38 $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) -lrt
53 @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
1 CC = gcc macro
/external/jemalloc/android/scripts/
H A Dconf_arm.sh53 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \
H A Dconf_arm64.sh52 eval ./configure CC=\"${aarch64_cc} ${includes[@]}\" \
H A Dconf_mips.sh52 eval ./configure CC=\"${mips_cc} ${includes[@]}\" \
H A Dconf_x86.sh53 eval ./configure CC=\"${x86_cc} ${includes[@]}\" \
H A Dconf_x86_64.sh53 eval ./configure CC=\"${x86_64_cc} ${includes[@]}\" \
/external/libunwind/android/
H A Dconf_arm.sh61 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \
H A Dconf_mips.sh58 eval ./configure CC=\"${cc} ${includes[@]}\" \
H A Dconf_x86.sh58 eval ./configure CC=\"${cc} ${includes[@]}\" \
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h36 const uint32_t* getCallPreservedMask(CallingConv::ID CC) const override;
38 const uint32_t* getRTCallPreservedMask(CallingConv::ID CC) const;
/external/blktrace/btt/
H A DMakefile8 CC = gcc macro
26 @$(CC) -MM $(CFLAGS) -I.. $^ 1> .depend
38 $(CC) $(CFLAGS) -c -o $*.o $<
41 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
/external/nanopb-c/examples/network_server/
H A DMakefile16 $(CC) $(CFLAGS) -o $@ $^ $(NANOPB_CORE)
/external/nanopb-c/examples/using_union_messages/
H A DMakefile19 $(CC) $(CFLAGS) -o $@ $^ $(NANOPB_CORE)
/external/wpa_supplicant_8/hs20/server/
H A DMakefile3 ifndef CC
4 CC=gcc macro
8 LDO=$(CC)
/external/chromium_org/third_party/lcov/example/
H A DMakefile10 CC := gcc macro
33 $(CC) example.o iterate.o gauss.o -o example -lgcov
36 $(CC) $(CFLAGS) -c example.c -o example.o
39 $(CC) $(CFLAGS) -c methods/iterate.c -o iterate.o
42 $(CC) $(CFLAGS) -c methods/gauss.c -o gauss.o
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_DummyRTPpacket.cc95 int P, X, CC; local
96 parseBasicHeader(&tempRTPinfo, &P, &X, &CC);
99 if (X != 0 || CC != 0)
101 int newLen = _kBasicHeaderLen + CC * 4 + X * 4;
115 int totHdrLen = calcHeaderLength(X, CC);
/external/llvm/lib/IR/
H A DMangler.cpp112 CallingConv::ID CC; local
115 CC = MSFunc->getCallingConv();
117 if (CC == CallingConv::X86_FastCall)
132 if ((CC == CallingConv::X86_FastCall || CC == CallingConv::X86_StdCall) &&
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh54 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
60 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
66 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
72 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@
78 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp45 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
107 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
147 // Then peek at the next instruction to see if it's predicated on CC or OCC.
156 if (NCC == CC || NCC == OCC)
172 ARMCC::CondCodes CC = getITInstrPredicate(MI, PredReg); local
173 if (CC == ARMCC::AL) {
184 .addImm(CC);
195 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
213 if (NCC == CC || NCC == OCC) {
221 MoveCopyOutOfITBlock(NMI, CC, OC
106 MoveCopyOutOfITBlock(MachineInstr *MI, ARMCC::CondCodes CC, ARMCC::CondCodes OCC, SmallSet<unsigned, 4> &Defs, SmallSet<unsigned, 4> &Uses) argument
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Dmh-mpras14 GEN_DEPS.c= $(CC) -Hnocopyr -I/usr/include -Hcpplvl=3 -Xa -Hmake $(DEFS) $(CPPFLAGS)
18 LINK.c= $(CC) $(CXXFLAGS) $(LDFLAGS)
22 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -G

Completed in 1744 milliseconds

1234567891011>>