HomeSort by relevance Sort by last modified time
    Searched refs:CC (Results 151 - 175 of 1038) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libunwind/android/
conf_arm.sh 61 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \
conf_mips.sh 9 cc="${ANDROID_TOOLCHAIN}/mipsel-linux-android-gcc"
58 eval ./configure CC=\"${cc} ${includes[@]}\" \
59 CPP=\"${cc} ${includes[@]} -E\" \
conf_x86.sh 9 cc="${ANDROID_TOOLCHAIN}/i686-linux-android-gcc"
58 eval ./configure CC=\"${cc} ${includes[@]}\" \
59 CPP=\"${cc} ${includes[@]} -E\" \
  /external/llvm/lib/IR/
Mangler.cpp 77 static bool hasByteCountSuffix(CallingConv::ID CC) {
78 switch (CC) {
139 CallingConv::ID CC =
142 CC != CallingConv::X86_VectorCall)
145 if (CC == CallingConv::X86_FastCall)
147 else if (CC == CallingConv::X86_VectorCall)
159 if (CC == CallingConv::X86_VectorCall)
162 if (hasByteCountSuffix(CC) &&
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 29 CallingConv::ID CC) const override;
31 const uint32_t* getRTCallPreservedMask(CallingConv::ID CC) const;
  /external/rootdev/
Makefile 16 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $^ -o $@
19 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -shared -fPIC \
  /external/selinux/policycoreutils/hll/pp/
Makefile 20 $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
23 $(CC) $(CFLAGS) -c -o $@ $^
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
pe-compile.exp 29 if { [which $CC] == 0 } {
37 global CC
43 if ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/basefile1.s tmpdir/basefile1.o] {
78 global CC
84 if ![ld_compile "$CC $CFLAGS -shared" $srcdir/$subdir/vers-script-dll.c tmpdir/vers-script-dll.o] {
90 global CC
95 if ![ld_simple_link "$CC -shared \
  /art/runtime/interpreter/mterp/mips/
fbinopWide.S 14 srl a3, a0, 8 # a3 <- CC
16 EAS2(t1, rFP, a3) # a3 <- &fp[CC]
  /external/autotest/client/site_tests/hardware_TLBMissCost/src/
Makefile 4 CC=${CHOST}-gcc
  /external/blktrace/btt/
Makefile 8 CC = gcc
26 @$(CC) -MM $(CFLAGS) -I.. $^ 1> .depend
38 $(CC) $(CFLAGS) -c -o $*.o $<
41 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
  /external/iproute2/misc/
Makefile 26 $(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LIBNETLINK) -lm
29 $(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LIBNETLINK) -lm
32 $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
35 $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
ansi-cc.mk 18 CC := cc
emx.mk 18 CC := set GCCOPT="-ansi -pedantic"; gcc
gcc.mk 18 CC := gcc
intelc.mk 18 CC := icl
unix-lcc.mk 18 CC := lcc
visualage.mk 18 CC := icc
visualc.mk 18 CC := cl
watcom.mk 18 CC := wcc386
  /external/nanopb-c/examples/network_server/
Makefile 16 $(CC) $(CFLAGS) -o $@ $^ $(NANOPB_CORE)
  /external/nanopb-c/examples/using_union_messages/
Makefile 19 $(CC) $(CFLAGS) -o $@ $^ $(NANOPB_CORE)
  /ndk/build/tools/
gen-toolchain-wrapper.sh 27 simple scripts that act as toolchain binaries (e.g. my-cc, my-c++, my-ld,
38 /tmp/my-toolchain/my-cc
46 calling the host version of 'cc', 'gcc', etc...
91 PROGRAMS="cc gcc c++ g++ cpp as ld ar ranlib strip strings nm objdump dlltool"
114 local CC="$1"
116 if [ ! -f "$CC" ]; then
120 "$CC" -xc /dev/null -dM -E | grep -q MINGW
126 "$CC" -xc -c /dev/null -include dlfcn.h -o /dev/null > /dev/null 2>&1
146 cc|gcc|cpp)
  /external/curl/docs/examples/
smtp-mail.c 35 #define CC "<info@example.org>"
41 "Cc: " CC "(Another example User)\r\n",
101 * To: and Cc: addressees in the header, but they could be any kind of
104 recipients = curl_slist_append(recipients, CC);
smtp-tls.c 36 #define CC "<info@example.org>"
42 "Cc: " CC "(Another example User)\r\n",
129 * To: and Cc: addressees in the header, but they could be any kind of
132 recipients = curl_slist_append(recipients, CC);

Completed in 989 milliseconds

1 2 3 4 5 67 8 91011>>