HomeSort by relevance Sort by last modified time
    Searched defs:CC (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 91 unsigned CC = MI->getOperand(OpNo).getImm();
93 switch (CC) {
95 llvm_unreachable("Unsupported CC code");
  /external/selinux/libsemanage/tests/
Makefile 13 CC = gcc
22 $(CC) $(OBJECTS) $(LIBS) $(LDFLAGS) -o $@
25 $(CC) $(CFLAGS) $(INCLUDE) $*.c -o $*.o
  /external/wpa_supplicant_8/hs20/client/
Makefile 3 ifndef CC
4 CC=gcc
8 LDO=$(CC)
86 $(Q)$(CC) -c -o $@ $(CFLAGS) $<
87 @$(E) " CC " $<
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 10 ifndef CC
11 CC=gcc
30 $(Q)$(CC) -c -o $@ $(CFLAGS) $<
31 @$(E) " CC " $<
  /external/zopfli/
Makefile 0 CC = gcc
16 ZOPFLIPNGLIB_SRC := src/zopflipng/zopflipng_lib.cc
17 ZOPFLIPNGBIN_SRC := src/zopflipng/zopflipng_bin.cc
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 16 CC = 6
26 mode[CC][VMIN] = 1
27 mode[CC][VTIME] = 0
34 mode[CC][VMIN] = 1
35 mode[CC][VTIME] = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 16 CC = 6
26 mode[CC][VMIN] = 1
27 mode[CC][VTIME] = 0
34 mode[CC][VMIN] = 1
35 mode[CC][VTIME] = 0
  /art/test/042-new-instance/src/
Main.java 180 CC.newInstance();
188 static class CC {
189 private CC() {}
193 Class c = CC.class;
  /external/blktrace/
Makefile 0 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
  /external/bzip2/
Makefile 18 CC=gcc
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) $(CFLAGS) -c bzlib.
    [all...]
  /external/clang/utils/ABITest/layout/
Makefile 16 CC := gcc
55 $(CC) $(CFLAGS) $(CC_CFLAGS) -o $@ $^
  /external/compiler-rt/make/
options.mk 7 CC := gcc
  /external/compiler-rt/make/platform/
multi_arch.mk 8 CC := clang
  /external/dhcpcd/
config.mk 9 CC= gcc
  /external/icu/icu4c/source/samples/
defs.mk 8 CC=$(shell icu-config --cc)
  /external/libexif/contrib/watcom/
Makefile 28 CC= wcl386
52 # Link-time cc options:
97 $(CC) -c $(CFLAGS) $[*
100 $(CC) -c $(CFLAGS) $[*
103 $(CC) -c $(CFLAGS) $[*
106 $(CC) -c $(CFLAGS) $[*
109 $(CC) -c $(CFLAGS) $[*
112 $(CC) -c $(CFLAGS) $[*
115 $(CC) -c $(CFLAGS) $[*
118 $(CC) -c $(CFLAGS) $[*
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 43 #define CC(number,target,v,maxlen) \
208 CC (entry->components, 4, val, maxlen);
229 CC (entry->components, 1, val, maxlen);
252 CC (entry->components, 2, val, maxlen);
260 CC (entry->components, 1, val, maxlen);
  /external/llvm/lib/IR/
Mangler.cpp 62 static bool hasByteCountSuffix(CallingConv::ID CC) {
63 switch (CC) {
123 CallingConv::ID CC =
126 CC != CallingConv::X86_VectorCall)
129 if (CC == CallingConv::X86_FastCall)
131 else if (CC == CallingConv::X86_VectorCall)
143 if (CC == CallingConv::X86_VectorCall)
146 if (hasByteCountSuffix(CC) &&
  /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/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
  /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/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);

Completed in 2428 milliseconds

12 3 4 5 6 7 8 9