HomeSort by relevance Sort by last modified time
    Searched defs:CC (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
emx.mk 18 CC := set GCCOPT="-ansi -pedantic"; gcc
gcc-dev.mk 18 CC := gcc
66 ifeq ($(findstring g++,$(CC)),)
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
win-lcc.mk 18 CC := lcc
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 152 int CC = (int)MI->getOperand(opNum).getImm();
166 // Make sure CC is a fp conditional flag.
167 CC = (CC < 16) ? (CC + 16) : CC;
170 O << SPARCCondCodeToString((SPCC::CondCodes)CC);
  /external/mmc-utils/
Makefile 0 CC ?= gcc
35 $(CC) $(CPPFLAGS) $(CFLAGS) $(DEPFLAGS) -c $< -o $@
38 $(CC) $(CFLAGS) -o $@ $(objects) $(LDFLAGS) $(LIBS)
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 23 CC = cl
204 $(CC) $(CFLAGS) $<
207 $(CC) $(CFLAGS) $<
210 $(CC) $(CFLAGS) $<
213 $(CC) $(CFLAGS) $<
216 $(CC) $(CFLAGS) $<
219 $(CC) $(CFLAGS) $<
222 $(CC) $(CFLAGS) $<
225 $(CC) $(CFLAGS) $<
228 $(CC) $(CFLAGS) $
    [all...]
  /external/zlib/src/contrib/delphi/
zlibd32.mak 10 CC = bcc32
31 $(CC) -c $(CFLAGS) $*.c
  /external/zlib/src/contrib/pascal/
zlibd32.mak 10 CC = bcc32
31 $(CC) -c $(CFLAGS) $*.c
  /prebuilts/go/darwin-x86/src/
make.bat 29 :: CC: Command line to run to compile C code for GOHOSTARCH.
33 :: This is used by cgo. Default is CC.
95 :: host, however, use the host compiler, CC, from `cmd/dist/dist env` instead.
107 set CC=%CC_FOR_TARGET%
  /prebuilts/go/linux-x86/src/
make.bat 29 :: CC: Command line to run to compile C code for GOHOSTARCH.
33 :: This is used by cgo. Default is CC.
95 :: host, however, use the host compiler, CC, from `cmd/dist/dist env` instead.
107 set CC=%CC_FOR_TARGET%
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code.s 4 cc = r6 == r0; define
5 Cc = R7 == r2;
6 CC = R3 == -2;
7 cc = r0 < r1; define
8 cC = r4 < -4;
9 Cc = r4 <= R5;
10 cc = r5 <= 3; define
11 cc = r6 < r7 (iu); define
12 cc = R7 < 4 (iu); define
13 CC = r5 <= R3 (Iu)
19 cc = sp == p0; define
24 cc = r3 <= 3; define
28 cc = r2 <= 0 (IU); define
34 cc = A0 < a1; define
35 cc = a0 <= a1; define
54 cc = AZ; define
62 cc = av1s; define
69 cc = !cc; define
    [all...]
  /external/clang/test/CodeGenCXX/
virtual-base-cast.cpp 9 struct CC : AA, BB { virtual int aa(); virtual int bb(); virtual int cc(); };
10 struct D : virtual C, virtual CC { int e; };
  /external/google-breakpad/src/client/solaris/handler/
Makefile 32 CC=cc
33 CXX=CC
41 THREAD_SRC=solaris_lwp.cc
42 SHARE_SRC=../../minidump_file_writer.cc\
43 ../../../common/md5.cc\
44 ../../../common/string_conversion.cc\
45 ../../../common/solaris/file_id.cc\
46 minidump_generator.cc
47 HANDLER_SRC=exception_handler.cc\
    [all...]
  /external/iproute2/
Makefile 32 CC = gcc
  /external/iw/
Makefile 10 CC ?= "gcc"
101 @$(NQ) ' CC ' $@
102 $(Q)$(CC) $(CFLAGS) -c -o $@ $<
106 @$(NQ) ' CC ' iw
107 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iw
111 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 47 #define CC(number,target,v,maxlen) \
392 CC (entry->components, 1, val, maxlen);
398 CC (entry->components, 124, val, maxlen);
405 CC (entry->components, 4, val, maxlen);
410 CC (entry->components, 4, val, maxlen);
  /external/libweave/
Makefile 54 CC = $(shell which clang-3.6)
89 weave_obj_files := $(WEAVE_SRC_FILES:%.cc=out/$(BUILD_MODE)/%.o)
91 $(weave_obj_files) : out/$(BUILD_MODE)/%.o : %.cc
  /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/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.cc 95 int P, X, CC;
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);

Completed in 2034 milliseconds

1 2 34 5 6 7 8 91011