HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 51 - 75 of 327) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/compile/mclinker/unittests/
SymbolCategoryTest.cpp 62 LDSymbol* cc = LDSymbol::Create(*c); local
68 m_pTestee->add(*cc);
105 LDSymbol* cc = LDSymbol::Create(*c); local
111 c->setSymPtr(cc);
117 m_pTestee->add(*cc);
  /frameworks/native/libs/utils/
FileMap.cpp 205 int cc, sysAdvice; local
218 cc = madvise(mBasePtr, mBaseLength, sysAdvice);
219 if (cc != 0)
221 return cc;
  /bionic/libc/unistd/
fnmatch.c 102 struct cclass *cc; local
124 for (cc = cclasses; cc->name != NULL; cc++) {
125 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
126 if (cc->isctype((unsigned char)test))
131 if (cc->name == NULL) {
  /build/tools/acp/
acp.c 44 int i, cc; local
  /dalvik/vm/
SignalCatcher.cpp 258 int cc; local
287 cc = sigwait(&mask, &rcvd);
288 if (cc != 0) {
289 if (cc == EINTR) {
StdioConverter.cpp 131 int cc; local
136 cc = pthread_cond_signal(&gDvm.stdioConverterCond);
137 assert(cc == 0);
  /external/clang/test/CodeGen/
le32-arguments.c 17 int cc; member in struct:__anon6370
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 78 Class cc = Class.forName(ce.cipherClass); local
79 BlockCipher bc = (BlockCipher) cc.newInstance();
  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 147 CompiledClass cc = new CompiledClass(); local
148 cc.classname = a;
149 cc.metaobject = null;
150 cc.classobject = null;
151 result[++n] = cc;
  /external/libpcap/
pcap-enet.c 61 register int cc, caplen; local
70 if ((cc = read(if_fd, (char *)buf.p, sizeof(buf))) < 0)
78 while (cc > 0) {
91 cc -= inc;
95 caplen = cc > snaplen ? snaplen : cc ;
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
99 (*printit)(buf.hdr.packet, &tv, cc, caplen);
pcap-nit.c 101 register int cc, n; local
107 cc = p->cc;
108 if (cc == 0) {
109 cc = read(p->fd, (char *)p->buffer, p->bufsize);
110 if (cc < 0) {
127 ep = bp + cc;
143 p->cc = ep - bp;
185 p->cc = ep - bp;
191 p->cc = 0
    [all...]
pcap-snoop.c 64 int cc; local
83 cc = read(p->fd, (char *)p->buffer, p->bufsize);
84 if (cc < 0) {
106 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
  /external/regex-re2/re2/
simplify.cc 382 CharClass* cc = re->cc(); local
385 if (cc->empty())
387 if (cc->full())
tostring.cc 6 // Tested by parse_test.cc
256 if (re->cc()->size() == 0) {
263 CharClass* cc = re->cc(); local
264 if (cc->Contains(0xFFFE)) {
265 cc = cc->Negate();
268 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i)
270 if (cc != re->cc()
    [all...]
  /external/regex-re2/re2/testing/
charclass_test.cc 86 static void Broke(const char *desc, const CCTest* t, CharClass* cc) {
104 for (typename CharClass::iterator it = cc->begin(); it != cc->end(); ++it)
118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
122 void Delete(CharClass* cc) {
123 cc->Delete();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
127 CharClassBuilder* ncc = cc->Copy();
132 void Delete(CharClassBuilder* cc) {
206 CharClass* cc = ccb.GetCharClass(); local
    [all...]
  /external/valgrind/main/coregrind/
m_poolalloc.c 40 HChar* cc; /* pool allocator's cc */ member in struct:_PoolAlloc
54 HChar* cc,
62 vg_assert(cc);
64 pa = alloc(cc, sizeof(*pa));
72 pa->cc = cc;
74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) );
99 pool = pa->alloc( pa->cc, pa->elemSzB * pa->nPerPool );
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 36 : /*trash*/ "memory","cc"
69 : /*trash*/ "memory","cc"
106 : /*trash*/"memory","cc","rdi","rax","rbx","rcx"
131 : /*trash*/"memory","cc","edi","eax","ecx"
176 int cc; local
182 : /* out */ "=r" (cc)
184 : "memory", "cc"
186 return cc == 0;
  /external/valgrind/main/none/tests/s390x/
cksm.c 13 char cc; member in struct:__anon17379
24 char cc; local
30 " xr 4,4\n\t" /* set cc to != 0 */
33 : "+d" (sum), "+d" (reg2), "+d" (reg3) : : "cc", "memory");
35 cc = get_cc();
46 if (cc != 0)
51 result.cc = cc;
112 result.cc = 0;
143 if (by_hand.cc != by_insn.cc)
    [all...]
clcl.c 15 uint32_t cc; member in struct:__anon17380
24 uint64_t cc; member in struct:__anon17381
37 register uint32_t cc asm ("7");
43 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a2), "+d" (l2)
44 : : "memory", "cc");
50 regs.cc = cc;
65 result.cc = regs.cc;
134 if (result1.cc != result2.cc
    [all...]
cu21.c 18 uint32_t cc; member in struct:__anon17386
70 int cc = 42; local
83 : "+d"(dest), "+d"(source), "=d"(cc),
86 : "memory", "cc");
93 regs.cc = cc;
116 printf(" cc = %d\n", result.cc);
193 /* When both operands are exhausted, cc=0 takes precedence.
cu21_1.c 18 uint32_t cc; member in struct:__anon17387
70 int cc = 42; local
83 : "+d"(dest), "+d"(source), "=d"(cc),
86 : "memory", "cc");
93 regs.cc = cc;
116 printf(" cc = %d\n", result.cc);
193 /* When both operands are exhausted, cc=0 takes precedence.
cu41.c 15 uint32_t cc; member in struct:__anon17390
71 int cc = 42; local
84 : "+d"(dest), "+d"(source), "=d"(cc),
87 : "memory", "cc");
94 regs.cc = cc;
117 printf(" cc = %d\n", result.cc);
180 /* When both operands are exhausted, cc=0 takes precedence.
195 run_test(buff, 0, invalid, sizeof invalid); // cc =
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 78 inline bool isHexDigit(UChar cc)
80 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F');
83 inline bool isAlphaNumeric(UChar cc)
85 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z')
121 UChar cc = *source; local
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
structs.c 79 struct c cc; local
80 cc.g.a = 3;

Completed in 413 milliseconds

1 23 4 5 6 7 8 91011>>