Searched defs:cc (Results 51 - 75 of 489) sorted by relevance

1234567891011>>

/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp46 C<char> cc; // expected-note {{here}} variable
/external/curl/tests/unit/
H A Dunit1604.c58 static char *getcurlcodestr(int cc) argument
63 (cc == SANITIZE_ERR_OK ? "SANITIZE_ERR_OK" :
64 cc == SANITIZE_ERR_BAD_ARGUMENT ? "SANITIZE_ERR_BAD_ARGUMENT" :
65 cc == SANITIZE_ERR_INVALID_PATH ? "SANITIZE_ERR_INVALID_PATH" :
66 cc == SANITIZE_ERR_OUT_OF_MEMORY ? "SANITIZE_ERR_OUT_OF_MEMORY" :
68 cc);
/external/libcxx/test/std/containers/
H A Dset_allocator_requirement_test_templates.h37 ConstructController* cc = getConstructController(); local
38 cc->reset();
43 cc->expect<const ValueTp&>();
45 assert(!cc->unchecked());
56 cc->expect<const ValueTp&>();
58 assert(!cc->unchecked());
69 cc->expect<ValueTp&&>();
71 assert(!cc->unchecked());
82 cc->expect<const ValueTp&>();
84 assert(!cc
151 ConstructController* cc = getConstructController(); local
215 ConstructController* cc = getConstructController(); local
293 ConstructController* cc = getConstructController(); local
[all...]
/external/libgsm/tst/
H A Dcod2lin.c34 int cc; local
48 cc = fread((char *)source, sizeof(*source), 76, f);
49 if (cc == 0) {
53 if (cc != 76) {
57 pname, filename, cc);
H A Dcod2txt.c32 int cc; local
45 cc = fread((char *)source, sizeof(*source), 76, f);
46 if (cc == 0) {
50 if (cc != 76) {
54 pname, filename, cc);
H A Dgsm2cod.c32 int cc; local
45 cc = fread((char *)buf, sizeof(buf), 1, f);
46 if (cc == 0) {
50 if (cc != 1) {
H A Dlin2cod.c32 int cc; local
45 if ((cc = fread((char *)source, 1, sizeof(source), f)) == 0) {
53 if (cc != sizeof(source)) {
H A Dlin2txt.c29 int cc, j, k; local
40 if ((cc = fread((char *)source, 1, sizeof(source), f)) == 0) {
/external/libxcam/modules/isp/
H A Dx3a_isp_config.cpp40 cc = *config.cc_config;
41 isp_config.cc_config = &cc;
258 struct atomisp_cc_config cc; local
262 xcam_mem_clear (cc);
263 if (translator->translate_color_matrix (cc_res->get_standard_result(), cc)
269 _isp_content.yuv2rgb_cc = cc;
272 _isp_content.rgb2yuv_cc = cc;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c52 &brw->cc.vp_offset);
71 OUT_BATCH(brw->cc.vp_offset);
117 struct brw_cc_unit_state *cc; local
119 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
120 sizeof(*cc), 64, &brw->cc.state_offset);
121 memset(cc, 0, sizeof(*cc));
127 cc->cc0.stencil_enable = 1;
128 cc
[all...]
/external/v8/src/ic/s390/
H A Dic-s390.cc45 // This code is paired with the JumpPatchSite class in full-codegen-s390.cc
117 Condition cc = al; local
119 cc = static_cast<Condition>((branch_instr & 0x00f00000) >> 20);
120 DCHECK((cc == ne) || (cc == eq));
121 cc = (cc == ne) ? eq : ne;
122 patcher.masm()->brc(cc, Operand(branch_instr & 0xffff));
124 cc = static_cast<Condition>(
126 DCHECK((cc
[all...]
/external/valgrind/memcheck/tests/s390x/
H A Dcds.c12 int cc; // unused local
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
25 : "r0", "r1", "r2", "r3", "cc");
H A Dcdsg.c16 int cc; // unused local
27 : "=d"(cc), "+QS" (_op1), "+QS" (_op2), "+QS" (_op3)
29 : "r0", "r1", "r2", "r3", "cc");
/external/valgrind/none/tests/s390x/
H A Dcdsg.c18 int cc = 1 - expected_cc; local
40 : "=d" (cc), "+QS" (_op1), "+QS" (_op2), "+QS" (_op3)
42 : "r0", "r1", "r2", "r3", "cc");
47 printf("cc = %d\n", cc);
49 if (cc != expected_cc) {
H A Dclc.c13 int cc; local
21 :"=d" (cc)
22 :"a" (a1), "a" (a2), "d" (l): "1", "cc");
23 return cc;
29 int cc; local
31 cc = clc(a1, a2, l);
32 printf("%d bytes:%d\n",l, cc);
H A Dclcle.c17 register unsigned long cc asm ("7");
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3)
25 : "memory", "cc");
31 return cc;
38 int cc; local
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n",
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3);
H A Dtre.c14 uint64_t cc; member in struct:__anon29820
21 int cc; local
33 :"=d"(cc),"+&d"(a1)
40 regs.cc = cc;
59 printf("Resulting cc is %"PRIu64" and the string is ", regs.cc);
77 run_test((char *)&touppercase, &buff, 1, 'a'); //cc = 1
81 run_test((char *)&touppercase, &buff, 3, 'a'); //cc = 1
82 run_test((char *)&touppercase, &buff, 3, 'f'); //cc
[all...]
H A Dtroo.c13 uint64_t cc; member in struct:__anon29821
35 register uint64_t cc asm("5");
37 cc = 2; /* cc result will never be 2 */
42 : "=d"(cc),"+&d"(desaddr)
51 regs.cc = cc;
74 if (regs.cc == 0 && regs.len != 0)
75 printf("length is not zero but cc is zero\n");
83 return regs.cc;
88 int cc; local
[all...]
H A Dtrot.c13 uint64_t cc; member in struct:__anon29822
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+&d"(desaddr)
52 regs.cc = cc;
75 if (regs.cc == 0 && regs.len != 0)
76 printf("length is not zero but cc is zero\n");
84 return regs.cc;
90 int cc; local
[all...]
H A Dtrto.c13 uint64_t cc; member in struct:__anon29823
35 register uint64_t cc asm("5");
37 cc = 2; /* cc result will never be 2 */
42 : "=d"(cc),"+&d"(desaddr)
51 regs.cc = cc;
74 if (regs.cc == 0 && regs.len != 0)
75 printf("length is not zero but cc is zero\n");
83 return regs.cc;
88 int cc; local
[all...]
H A Dtrtt.c13 uint64_t cc; member in struct:__anon29824
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+d"(desaddr),"+d"(srcaddr)
52 regs.cc = cc;
76 if (regs.cc == 0 && regs.len != 0)
77 printf("length is not zero but cc is zero\n");
85 return regs.cc;
91 int cc; local
[all...]
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DAdviceAdapterTest2.class ... .asm.commons.AdviceAdapterTest2$AdvisingClassLoader cl Class cc java.lang.reflect.Method m java. ...
/external/boringssl/src/decrepit/des/
H A Dcfb64ede.c76 uint8_t *iv, c, cc; local
118 cc = *(in++);
120 iv[n] = cc;
121 *(out++) = c ^ cc;
125 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/external/capstone/bindings/java/capstone/
H A DSparc.java55 public int cc; field in class:Sparc.UnionOpInfo
66 readField("cc");
76 return Arrays.asList("cc", "hint", "op_count", "op");
81 public int cc; field in class:Sparc.OpInfo
87 cc = op_info.cc;
H A DSystemz.java58 public int cc; field in class:Systemz.UnionOpInfo
68 readField("cc");
77 return Arrays.asList("cc", "op_count", "op");
82 public int cc; field in class:Systemz.OpInfo
87 cc = op_info.cc;

Completed in 1518 milliseconds

1234567891011>>