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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
2007-10-30-Volatile.c 4 volatile int cc = 0; local
5 p += cc;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 8 register int c, cc = 0, wc = 0, lc = 0; local
12 ++cc;
19 ++cc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
  /frameworks/base/cmds/system_server/
system_main.cpp 36 int cc; local
41 cc = sigprocmask(SIG_BLOCK, &mask, NULL);
42 assert(cc == 0);
  /external/javassist/sample/
Test.java 28 CtClass cc = pool.get("sample.Test"); local
30 cc.getDeclaredMethod("g");
37 CtMethod fMethod = cc.getDeclaredMethod("f");
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
39 cc.addMethod(gMethod);
40 cc.writeFile(); // update the class file
  /external/chromium/chrome/browser/ui/views/
ssl_client_certificate_selector_win.cc 37 PCCERT_CONTEXT cc = cert_request_info->client_certs[i]->os_cert_handle(); local
38 ok = CertAddCertificateContextToStore(client_certs, cc,
  /external/openssl/crypto/bf/
bf_cfb64.c 74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
  /external/openssl/crypto/des/
cfb64enc.c 74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=c=cc=0;
cfb64ede.c 76 unsigned char *iv,c,cc; local
125 cc= *(in++);
127 iv[n]=cc;
128 *(out++)=c^cc;
132 v0=v1=ti[0]=ti[1]=c=cc=0;
  /external/openssl/crypto/rc2/
rc2cfb64.c 75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
  /external/valgrind/main/callgrind/
costs.c 46 CostChunk* cc = (CostChunk*) CLG_MALLOC("cl.costs.gc.1", local
49 cc->size = COSTCHUNK_SIZE;
50 cc->used = 0;
51 cc->next = 0;
54 cost_chunk_current->next = cc;
55 cost_chunk_current = cc;
57 if (!cost_chunk_base) cost_chunk_base = cc;
72 CostChunk* cc = cost_chunk_base, *cc_next; local
73 while(cc) {
74 cc_next = cc->next
    [all...]
  /external/srec/srec/cfront/
log_tabl.c 122 int ii, aa, bb, cc, value, shift; local
138 cc = value >> 2;
139 value = aa + bb + cc;
147 bb += cc;
149 cc >>= 2;
150 value = aa + bb + cc;
  /external/valgrind/main/none/tests/amd64/
smc1.c 89 void cc ( int x ) { dd(x, (void(*)(int)) &code[0]); } function
92 void bb ( int x ) { cc(x); }
  /external/valgrind/main/none/tests/x86/
smc1.c 72 void cc ( int x ) { dd(x, (void(*)(int)) &code[0]); } function
75 void bb ( int x ) { cc(x); }
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 34 ConfirmationCallback cc; field in class:ConfirmationCallbackTest
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
67 cc = new ConfirmationCallback(3, ot[1], dopt[1]);
71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]);
75 cc = new ConfirmationCallback(mt[1], ot[1], 4);
88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]);
91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]);
94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]);
98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]);
111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0])
    [all...]
  /dalvik/vm/jdwp/
JdwpMain.cpp 48 ssize_t cc = write(clientSock, expandBufGetBuffer(pReply), local
52 return cc;
  /development/tools/jdwpspy/
Main.cpp 31 01234567: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef\n
136 int cc = run("localhost", connectPort, listenPort); local
138 return (cc != 0);
  /external/bluetooth/bluez/audio/
rtp.h 27 unsigned cc:4; member in struct:rtp_header
55 unsigned cc:4; member in struct:rtp_header
  /external/javassist/src/main/javassist/
CtConstructor.java 247 CtClass cc = declaringClass; local
248 cc.checkModify();
257 Javac jv = new Javac(b, cc);
266 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
CtNewConstructor.java 100 CtConstructor cc = new CtConstructor(parameters, declaring); local
101 cc.setExceptionTypes(exceptions);
102 cc.setBody(body);
103 return cc;
  /external/webkit/Source/WebCore/platform/
Length.cpp 93 UChar cc = data[i]; local
94 if (cc > '9' || (cc < '0' && cc != '-' && cc != '*' && cc != '.'))
97 spacified[i] = cc;
  /frameworks/base/libs/utils/
FileMap.cpp 205 int cc, sysAdvice; local
218 cc = madvise(mBasePtr, mBaseLength, sysAdvice);
219 if (cc != 0)
221 return cc;
  /bionic/libm/src/
s_fma.c 57 double c, cc, hx, hy, p, q, tx, ty; local
146 * Arrange so that x * y = c + cc, and x * y + z = r + rr.
163 cc = p - c + q + tx * ty;
168 rr = (c - (r - s)) + (zs - s) + cc;
182 cc = (r - (c - s)) + (p - s) + rr;
184 r = (c + cc) - p;
s_fmal.c 52 long double c, cc, hx, hy, p, q, tx, ty; local
141 * Arrange so that x * y = c + cc, and x * y + z = r + rr.
158 cc = p - c + q + tx * ty;
163 rr = (c - (r - s)) + (zs - s) + cc;
177 cc = (r - (c - s)) + (p - s) + rr;
179 r = (c + cc) - p;
  /build/tools/acp/
acp.c 44 int i, cc; local
  /dalvik/vm/
SignalCatcher.cpp 256 int cc; local
285 cc = sigwait(&mask, &rcvd);
286 if (cc != 0) {
287 if (cc == EINTR) {

Completed in 2251 milliseconds

1 2 3 4 5 6 7 8 9