HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 751 - 775 of 1211) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 122 unsigned cc; local
128 cc = 0;
131 cc = 4;
134 cc = 1;
137 cc = 2;
140 cc = 1;
144 cc = 2;
161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 57 GLfloat cc = ex*fy - ey*fx; local
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
141 if (cc * cc > 1e-16) {
144 const GLfloat oneOverArea = 1.0F / cc;
  /external/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
216 cc=count*3*8/BUFSIZE+1;
259 printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n",cc,
263 for (count=0,run=1; COND(cc); count++)
269 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/openssl/crypto/rc2/
rc2speed.c 185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/openssl/crypto/rc4/
rc4speed.c 185 long ca,cb,cc; local
208 cc=count*8/BUFSIZE+1;
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
239 for (count=0,run=1; COND(cc); count++)
244 c=((double)COUNT(cc)*BUFSIZE)/d;
  /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/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java 199 Carbon cc = (Carbon)msg.getExtension("received", Carbon.NAMESPACE); local
200 if (cc == null)
201 cc = (Carbon)msg.getExtension("sent", Carbon.NAMESPACE);
202 return cc;
  /external/strace/
count.c 55 struct call_counts *cc; local
66 cc = &counts[scno];
68 cc->calls++;
70 cc->errors++;
105 tv_add(&cc->time, &cc->time, count_wallclock ? &wtv : tv);
199 struct call_counts *cc = &counts[idx]; local
200 if (cc->calls == 0)
202 tv_div(&dtv, &cc->time, cc->calls)
    [all...]
  /external/valgrind/main/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));
76 rm->cc = cc;
78 rm->ranges = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(Range) );
  /external/valgrind/main/none/tests/s390x/
mvcl.c 15 uint32_t cc; member in struct:__anon36931
24 uint64_t cc; member in struct:__anon36932
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...]
  /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),
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactorySpiTest.java 78 Certificate cc = certFactorySpi.engineGenerateCertificate(bais); local
79 assertNull("Not null Cerificate", cc);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 145 char *cc = (char *)c; local
146 for (int i=0; i<8; i++,cc++) *cc = ' ';
147 while (*cc < '0' || *cc > '9') { *cc = ' '; cc++; }
148 while (*cc >= '0' && *cc <= '9') { *cc = ' '; cc++;
    [all...]
  /system/core/libcutils/
properties.c 186 int cc; local
199 cc = connect(sock, (struct sockaddr*) &addr, SUN_LEN(&addr));
200 if (cc < 0) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 52 final ClusterChain cc = new ClusterChain( local
55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException(
58 return new FatFile(entry, cc);
  /external/javassist/src/main/javassist/
CtBehavior.java 394 CtClass cc = declaringClass; local
395 cc.checkModify();
397 Javac jv = new Javac(cc);
405 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
497 CtClass cc = declaringClass; local
498 cc.checkModify();
499 ClassPool pool = cc.getClassPool();
505 cc.getDeclaredField(fname);
515 CtField field = new CtField(type, fname, cc);
691 CtClass cc = declaringClass; local
761 CtClass cc = declaringClass; local
1006 CtClass cc = declaringClass; local
    [all...]
  /external/icu/icu4c/source/
icudefs.mk 112 CC = gcc
164 COMPILE.c= $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c
165 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
168 LINK.c= $(CC) $(CFLAGS) $(LDFLAGS)
169 LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
172 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
173 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
181 # $(CC) -o foo
183 # $(call SILENT_COMPILE,$(CC) -o foo)
293 LINK.c = $(LINK.cc)
    [all...]
  /art/runtime/jdwp/
jdwp_adb.cc 421 int cc = TEMP_FAILURE_RETRY(write(clientSock, input_buffer_, kMagicHandshakeLen)); local
422 if (cc != kMagicHandshakeLen) {
423 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
jdwp_main.cc 377 ssize_t cc = netStateBase->WritePacket(pReply, replyLength); local
385 if (cc != static_cast<ssize_t>(replyLength)) {
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 87 double z, s,c,ss,cc,r,u,v; local
98 cc = s+c;
101 if ((s*c)<zero) cc = z/ss;
102 else ss = z/cc;
105 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
106 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
108 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(x);
111 z = invsqrtpi*(u*cc-v*ss)/sqrt(x);
148 double z, s,c,ss,cc,u,v; local
172 cc = s+c
    [all...]
e_j0f.c 44 float z, s,c,ss,cc,r,u,v; local
55 cc = s+c;
58 if ((s*c)<zero) cc = z/ss;
59 else ss = z/cc;
62 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
63 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
65 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(x);
68 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x);
105 float z, s,c,ss,cc,u,v; local
129 cc = s+c
    [all...]
e_j1.c 88 double z, s,c,ss,cc,r,u,v,y; local
99 cc = s-c;
102 if ((s*c)>zero) cc = z/ss;
103 else ss = z/cc;
106 * j1(x) = 1/sqrt(pi) * (P(1,x)*cc - Q(1,x)*ss) / sqrt(x)
107 * y1(x) = 1/sqrt(pi) * (P(1,x)*ss + Q(1,x)*cc) / sqrt(x)
109 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(y);
112 z = invsqrtpi*(u*cc-v*ss)/sqrt(y);
145 double z, s,c,ss,cc,u,v; local
158 cc = s-c
    [all...]

Completed in 3062 milliseconds

<<31323334353637383940>>