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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 78 struct ilo_state_cc cc; member in struct:ilo_blitter
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp 250 unsigned cc = newpredset->bc.op_ptr->flags & AF_CC_MASK; local
254 cc = invert_setcc_condition(cc, swapargs);
261 unsigned newopcode = get_predsetcc_op(cc, cmptype);
sb_peephole.cpp 97 unsigned cc = flags & AF_CC_MASK; local
99 if ((cc != AF_CC_E && cc != AF_CC_NE) || a->pred)
135 if (cc == AF_CC_E)
140 cc = bop.n->bc.op_ptr->flags & AF_CC_MASK;
143 cc = invert_setcc_condition(cc, swap_args);
161 newop = get_predsetcc_op(cc, cmp_type);
164 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
167 newop = get_killcc_op(cc, cmp_type)
194 unsigned cc = flags & AF_CC_MASK; local
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 57 GLfloat cc = ex*fy - ey*fx; local
61 facing = (cc < 0.0F) ^ ctx->Polygon._FrontBit;
141 if (cc * cc > 1e-16F) {
144 const GLfloat oneOverArea = 1.0F / cc;
  /external/pdfium/core/fxcrt/
fx_string.cpp 102 size_t cc = 0; local
104 cc++;
109 cc++;
112 while (cc < strc.GetLength() && std::isdigit(strc[cc])) {
113 integer = integer * 10 + FXSYS_DecimalCharToInt(strc.CharAt(cc));
116 cc++;
148 int cc = 0; local
152 cc++;
155 cc++
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 84 int cc; member in struct:pcap
  /external/ppp/pppd/plugins/pppoatm/
ans.c 201 int cc; local
215 if (sscanf(buffer,"%d",&cc) == 1) {
216 if (cc < 10) cc_table[cc] = 1;
217 else if (cc < 100) cc_table[cc] = 2;
218 else cc_table[cc/10] = 3;
  /external/python/cpython2/Modules/
termios.c 61 [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] where cc is a list\n\
65 indexing in the cc array must be done using the symbolic constants defined\n\
73 PyObject *cc; local
89 cc = PyList_New(NCCS);
90 if (cc == NULL)
97 PyList_SetItem(cc, i, v);
107 PyList_SetItem(cc, VMIN, v);
111 PyList_SetItem(cc, VTIME, v);
123 PyList_SetItem(v, 6, cc);
151 PyObject *term, *cc, *v; local
    [all...]
  /external/python/cpython3/Modules/
termios.c 54 [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] where cc is a list\n\
58 indexing in the cc array must be done using the symbolic constants defined\n\
66 PyObject *cc; local
82 cc = PyList_New(NCCS);
83 if (cc == NULL)
90 PyList_SetItem(cc, i, v);
100 PyList_SetItem(cc, VMIN, v);
104 PyList_SetItem(cc, VTIME, v);
116 PyList_SetItem(v, 6, cc);
144 PyObject *term, *cc, *v; local
    [all...]
  /external/strace/tests/
ioctl_v4l2.c 332 unsigned char cc[sizeof(int)] = { 'A', '\'', '\\', '\xfa' }; local
872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]);
878 cc[0], cc[1], cc[2], cc[3]);
    [all...]
  /external/strace/tests-m32/
ioctl_v4l2.c 332 unsigned char cc[sizeof(int)] = { 'A', '\'', '\\', '\xfa' }; local
872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]);
878 cc[0], cc[1], cc[2], cc[3]);
    [all...]
  /external/strace/tests-mx32/
ioctl_v4l2.c 332 unsigned char cc[sizeof(int)] = { 'A', '\'', '\\', '\xfa' }; local
872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]);
878 cc[0], cc[1], cc[2], cc[3]);
    [all...]
  /external/toybox/toys/pending/
sh.c 271 char *prompt = getenv("PS1"), *s, c, cc; local
284 cc = *(prompt++);
285 if (!cc) goto down;
289 if (cc=='[' || cc==']') continue;
290 else if (cc=='$') putchar(getuid() ? '$' : '#');
291 else if (cc=='h' || cc=='H') {
294 if (cc=='h' && (s = strchr(toybuf, '.'))) *s = 0;
296 } else if (cc=='s') fputs(getbasename(*toys.argv), stdout)
    [all...]
  /external/valgrind/coregrind/
m_rangemap.c 52 const HChar* cc; /* cost centre for alloc */ member in struct:_RangeMap
66 const HChar* cc,
73 RangeMap* rm = alloc_fn(cc, sizeof(RangeMap));
75 rm->cc = cc;
77 rm->ranges = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(Range) );
  /external/valgrind/none/tests/s390x/
mvcl.c 15 uint32_t cc; member in struct:__anon43137
24 uint64_t cc; member in struct:__anon43138
38 register uint32_t cc asm ("7");
43 :"=d"(cc), "+d"(a1), "+d"(l1), "+d"(a2), "+d"(l2)
45 : "memory", "cc");
51 regs.cc = cc;
66 result.cc = regs.cc;
139 if (result1.cc != result2.cc
    [all...]
pfpo.c 29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \
38 :"=f"(dst_reg), "=d"(ret), "=d" (cc) \
49 int cc; local
72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc);
73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc);
76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc);
77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc);
87 i, ret_code, cc);
    [all...]
  /external/vboot_reference/tests/
vb2_api_tests.c 22 static struct vb2_context cc; variable in typeref:struct:vb2_context
52 memset(&cc, 0, sizeof(cc));
53 cc.workbuf = workbuf;
54 cc.workbuf_size = sizeof(workbuf);
56 vb2_init_context(&cc);
57 sd = vb2_get_sd(&cc);
59 vb2_nv_init(&cc);
61 vb2_secdata_create(&cc);
62 vb2_secdata_init(&cc);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 274 register int32 cc = (int32)op3; local
280 "r"(cc));
290 register int32 cc = (int32)round; local
296 "r"(cc));
306 register int32 cc = (int32)k1; local
312 "r"(cc));
322 register int32 cc = (int32)k1; local
328 "r"(cc));
337 register int32 cc = (int32)k1; local
343 "r"(cc));
354 register int32 cc = (int32)k2; local
    [all...]
fastquant_inline.h 453 register int32 cc = coeff; local
462 : "r"(cc),
515 register int32 cc = (int32)round; local
521 "r"(cc));
541 register int32 cc = coeff; local
548 : "r"(cc),
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_OffloadManager.cpp 122 IPACM_ConntrackClient *cc; local
127 cc = IPACM_ConntrackClient::GetInstance();
129 if(!cc)
131 IPACMERR("Init failed: cc %p\n", cc);
142 if(cc->fd_tcp > -1 && cc->fd_udp > -1) {
143 IPACMDBG_H("has valid FDs fd_tcp %d, fd_udp %d, ignore fd %d.\n", cc->fd_tcp, cc->fd_udp, fd);
147 if (groups == cc->subscrips_tcp)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactorySpiTest.java 78 Certificate cc = certFactorySpi.engineGenerateCertificate(bais); local
79 assertNull("Not null Cerificate", cc);
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 121 @SuppressWarnings("unchecked") CopyOnWriteArraySet<E> cc = local
123 al = new CopyOnWriteArrayList<E>(cc.al);
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
cshared_test.go 22 // C compiler with args (from $(go env CC) $(go env GOGCCFLAGS)).
23 var cc []string var
69 cc = []string{goEnv("CC")}
80 cc = append(cc, s[start:i])
101 cc = append(cc, s[start:])
108 cc = append(cc, []string{"-framework", "CoreFoundation", "-framework", "Foundation"}...
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
complit.go 13 type SS struct{ aa,bb,cc S };
32 test("ss.cc.a", ss.cc.a);
33 test("ss.cc.b", ss.cc.b);
34 test("ss.cc.c", ss.cc.c);
70 test("cc[i][j]", cc[i][j]);
114 var cc = [][]int{[]int{4201,4202,4203}, []int{4204,4205,4206}, []int{4207,4208,4209} var
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
cshared_test.go 22 // C compiler with args (from $(go env CC) $(go env GOGCCFLAGS)).
23 var cc []string var
69 cc = []string{goEnv("CC")}
80 cc = append(cc, s[start:i])
101 cc = append(cc, s[start:])
108 cc = append(cc, []string{"-framework", "CoreFoundation", "-framework", "Foundation"}...
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 6 7 891011>>