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

1 23 4 5 6 7 8 91011

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
bit2.s 33 //CC = BITTST ( Dreg , uimm5 ) ; /* set CC if bit = 1 (a)*/
34 CC = BITTST ( R7 , 0 ) ;
35 CC = BITTST ( R7 , 31 ) ;
36 CC = BITTST ( R7 , 15 ) ;
37 CC = BITTST ( R1 , 0 ) ;
38 CC = BITTST ( R2 , 1 ) ;
39 CC = BITTST ( R3 , 19 ) ;
41 //CC = ! BITTST ( Dreg , uimm5 ) ; /* set CC if bit = 0 (a)*
    [all...]
control_code2.s 9 //CC = Dreg == Dreg ; /* equal, register, signed (a) */
10 CC = R7 == R0;
11 CC = R6 == R1;
12 CC = R0 == R7;
14 //CC = Dreg == imm3 ; /* equal, immediate, signed (a) */
15 CC = R7 == -4;
16 CC = R7 == 3;
17 CC = R0 == -4;
18 CC = R0 == 3;
20 //CC = Dreg < Dreg ; /* less than, register, signed (a) *
    [all...]
  /art/test/042-new-instance/src/
Main.java 187 CC.newInstance();
195 static class CC {
196 private CC() {}
200 Class c = CC.class;
  /device/linaro/hikey/wpan/uim/
Makefile 9 CC ?= "gcc"
30 @$(NQ) ' CC ' $@
31 $(Q)$(CC) $(CFLAGS) -c -o $@ $<
34 @$(NQ) ' CC ' uim
35 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o uim
38 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /external/autotest/client/deps/iwcap/src/
Makefile 11 CC ?= "gcc"
61 @$(NQ) ' CC ' $@
62 $(Q)$(CC) $(CFLAGS) -c -o $@ $<
65 @$(NQ) ' CC ' iwcap
66 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iwcap
69 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /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/curl/docs/examples/
imap-append.c 40 #define CC "<info@example.org>"
46 "Cc: " CC "(Another example User)\r\n",
smtp-mail.c 41 #define CC "<info@example.org>"
47 "Cc: " CC "(Another example User)\r\n",
109 * To: and Cc: addressees in the header, but they could be any kind of
112 recipients = curl_slist_append(recipients, CC);
smtp-ssl.c 42 #define CC "<info@example.org>"
48 "Cc: " CC "(Another example User)\r\n",
135 * To: and Cc: addressees in the header, but they could be any kind of
138 recipients = curl_slist_append(recipients, CC);
smtp-tls.c 42 #define CC "<info@example.org>"
48 "Cc: " CC "(Another example User)\r\n",
137 * To: and Cc: addressees in the header, but they could be any kind of
140 recipients = curl_slist_append(recipients, CC);
  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
makefile 55 CC = ppc-morphos-gcc
65 $(CC) -c $(CFLAGS) -o $@ $<
68 $(CC) -c $(CFLAGS) -o $@ $<
71 $(CC) -c $(CFLAGS) -o $@ $<
75 $(CC) -c $(CFLAGS) -o $@ $<
78 $(CC) -c $(CFLAGS) -o $@ $<
82 $(CC) -c $(CFLAGS) -o $@ $<
88 $(CC) -c $(CFLAGS) -o $@ $<
91 $(CC) -c $(CFLAGS) -o $@ $<
94 $(CC) -c $(CFLAGS) -o $@ $
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
ansi-cc.mk 18 CC := cc
bcc-dev.mk 18 CC := bcc32
bcc.mk 18 CC := bcc32

Completed in 1142 milliseconds

1 23 4 5 6 7 8 91011