HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 1 - 25 of 833) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/soong/cc/
gen_test.go 15 package cc package
library_test.go 15 package cc package
genrule.go 15 package cc package
kernel_headers.go 15 package cc package
strip.go 15 package cc package
check.go 15 package cc package
24 "android/soong/cc/config"
proto.go 15 package cc package
39 // genProto creates a rule to convert a .proto file to generated .pb.cc and .pb.h files and returns
47 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.cc")
52 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.cc"))
tidy.go 15 package cc package
22 "android/soong/cc/config"
toolchain_library.go 15 package cc package
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
expected_comparison_errors.s 0 CC = A0 == A0;
2 CC = A1 == A1;
3 CC = A1 == A0;
4 cc = A0 < a0; define
5 cc = A1 < a1; define
6 cc = A1 < a0; define
7 cc = a0 <= a0; define
8 cc = a1 <= a1; define
9 cc = a1 <= a0; define
10 CC = R0 == P0
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/locale/
btowc.c 37 char cc; local
48 cc = (char)c;
49 if (mbrtowc(&wc, &cc, 1, &mbs) > 1)
  /external/clang/test/CodeGen/
2007-10-30-Volatile.c 4 volatile int cc = 0; local
5 p += cc;
  /external/clang/test/CodeGenCXX/
cxx1y-generic-lambdas.cpp 10 custom_copy_ctor<void> cc; local
11 [cc](auto){}(1);
  /external/valgrind/none/tests/s390x/
cs.c 12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
csg.c 12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
laa.c 12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
35 printf("cc = 0, but result != 0\n");
38 printf("cc = 1, but result >= 0\n");
41 printf("cc = 2, but result <= 0\n");
43 /* the test for cc = 3 is left as an exercise for the reader. *
    [all...]
popcnt.c 9 int cc = ~expected_cc; local
12 "ipm %[cc]\n\t"
13 "srl %[cc],28\n\t"
14 : [cc]"=d" (cc), [out]"=d" (out)
16 : "cc");
17 printf("popcnt %16lx -> %16lx %s cc=%d %s\n",
19 cc, (cc == expected_cc ? " " : "ERR"));
  /external/capstone/arch/PowerPC/
PPCMapping.h 23 int cc; // code condition member in struct:ppc_alias
27 // given alias mnemonic, return instruction ID & CC
  /external/toybox/toys/other/
chvt.c 25 char *consoles[]={"/dev/console", "/dev/vc/0", "/dev/tty", NULL}, **cc; local
28 for (cc = consoles; *cc; cc++)
29 if (-1 != (fd = open(*cc, O_RDWR))) break;
32 if (!*cc || fd < 0 || ioctl(fd, 0x5606, vtnum) || ioctl(fd, 0x5607, vtnum))
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 8 int cc = c; member in struct:C
  /external/libcxx/test/libcxx/containers/sequences/array/array.zero/
db_back.pass.cpp 38 C const& cc = c; local
40 assert(CheckDebugThrows(cc));
45 C const& cc = c; local
47 assert(CheckDebugThrows(cc));
db_front.pass.cpp 38 C const& cc = c; local
40 assert(CheckDebugThrows(cc));
45 C const& cc = c; local
47 assert(CheckDebugThrows(cc));
db_indexing.pass.cpp 38 C const& cc = c; local
41 assert(CheckDebugThrows(cc, 0));
42 assert(CheckDebugThrows(cc, 1));
47 C const& cc = c; local
50 assert(CheckDebugThrows(cc, 0));
51 assert(CheckDebugThrows(cc, 1));
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size_value.pass.cpp 93 ConstructController* cc = getConstructController(); local
94 cc->reset();
97 cc->expect<int const&>(6);
99 assert(!cc->unchecked());
  /external/pcre/dist2/src/
pcre2_pattern_info.c 256 PCRE2_SPTR cc; local
273 cc = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code))
279 switch (*cc)
340 cc += PRIV(OP_lengths)[*cc];
342 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
359 cc += PRIV(OP_lengths)[*cc];
    [all...]

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>