/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnorm.cpp | 1185 uint8_t cc, trailCC, foldCC, foldTrailCC; local [all...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 129 uint8_t cc; member in struct:Norm 247 void Normalizer2DataBuilder::setCC(UChar32 c, uint8_t cc) { 248 createNorm(c)->cc=cc; 252 return getNormRef(c).cc; 330 if(norms[value].cc!=0) { 525 void append(UChar32 c, uint8_t cc) { 526 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) { 527 if(cc==0) 613 uint8_t cc=buffer.ccAt(combMarkIndex); \/\/ !=0 because after last starter local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoengine_unittest.h | 614 // Read X and CC fields. 617 uint8 cc = (u08 & 0x0F); local 637 for (uint8 i = 0; i < cc; ++i) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 58 void emitCondCode(CondCode cc, int pos); 190 void CodeEmitterNVC0::emitCondCode(CondCode cc, int pos) 194 switch (cc) { 233 if (i->cc == CC_NOT_P) 939 CondCode cc = i->setCond; local 942 cc = reverseCondCode(cc); 944 emitCondCode(cc, 32 + 23); 954 if (i->cc == CC_NOT_P || i->src(2).mod & Modifier(NV50_IR_MOD_NOT)) 963 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_fxt1.c | 559 fxt1_quantize_CHROMA (GLuint *cc, 573 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */ 581 ((Fx64 *)cc)[1] = hi; 594 cc[1] = lohi; 595 cc[0] = lolo; 600 fxt1_quantize_ALPHA0 (GLuint *cc, 634 ((Fx64 *)cc)[1] = hi; 647 cc[1] = lohi; 648 cc[0] = lolo; 653 fxt1_quantize_ALPHA1 (GLuint *cc, 1410 const GLuint *cc; local 1445 const GLuint *cc; local 1468 const GLuint *cc; local 1554 const GLuint *cc; local [all...] |
/external/chromium_org/third_party/re2/re2/ |
parse.cc | 316 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) { 326 if (!cc->AddRange(lo, hi)) // lo-hi was already there? we're done 360 AddFoldedRange(cc, lo1, hi1, depth+1); 518 // Adds r to cc, along with r's upper case if foldascii is set. 519 static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { 520 cc->AddRange(r, r); 522 cc->AddRange(r + 'A' - 'a', r + 'A' - 'a'); 956 CharClass* cc = re->cc(); local 957 for (CharClass::iterator it = cc->begin(); it != cc->end(); ++it [all...] |
regexp.h | 94 // Keep in sync with string list kOpcodeNames[] in testing/dump.cc 159 // Keep in sync with string list in regexp.cc 329 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; } function in class:re2::Regexp 394 static Regexp* NewCharClass(CharClass* cc, ParseFlags flags); 420 // on the Regexp. See mimics_pcre.cc for the exact conditions. 593 void AddCharClass(CharClassBuilder* cc);
|
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 43 typedef const char cc; typedef 44 typedef cc *ccp;
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_atomic.cc | 1 //===-- tsan_interface_atomic.cc ------------------------------------------===// 368 T cc = *c; local 369 T pr = func_cas(a, cc, v); 372 if (pr == cc)
|
/external/icu4c/common/ |
normalizer2impl.cpp | 54 // Set reorderStart after the last code point with cc<=1 if there is one. 70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 74 if(lastCC<=cc || cc==0) { 78 lastCC=cc; 79 if(cc<=1) { 83 insert(c, cc); 230 // Requires 0<cc<lastCC which implies reorderStart<limit. 231 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { 232 for(setIterator(), skipPrevious(); previousCC()>cc;) {} 498 uint8_t cc=getCCFromYesOrMaybe(norm16); local 651 uint8_t firstCC, prevCC, cc; local 820 uint8_t cc, prevCC; local 1205 uint8_t cc=(uint8_t)norm16; \/\/ cc!=0 local 1361 uint8_t cc=getCCFromYesOrMaybe(norm16); local [all...] |
/external/icu4c/test/intltest/ |
tstnorm.cpp | 1217 uint8_t cc, trailCC, foldCC, foldTrailCC; local 1509 uint8_t cc=fn2.getCombiningClass(c); local [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 130 uint8_t cc; member in struct:Norm 272 void Normalizer2DataBuilder::setCC(UChar32 c, uint8_t cc) { 273 createNorm(c)->cc=cc; 277 return getNormRef(c).cc; 355 if(norms[value].cc!=0) { 556 void append(UChar32 c, uint8_t cc) { 557 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) { 558 if(cc==0) 652 uint8_t cc=buffer.ccAt(combMarkIndex); \/\/ !=0 because after last starter local [all...] |
/external/iputils/ |
arping.c | 1216 int cc; local 1218 if ((cc = recvfrom(s, packet, sizeof(packet), 0, 1228 recv_pack(packet, cc, (struct sockaddr_ll *)&from);
|
ping_common.c | 728 int cc; local 812 cc = recvmsg(icmp_sock, &msg, polling); 815 if (cc < 0) { 845 not_ours = parse_reply(&msg, cc, addrbuf, recv_timep); 866 int cc, __u16 seq, int hops, 868 void (*pr_reply)(__u8 *icmph, int cc)) 878 if (timing && cc >= 8+sizeof(struct timeval)) { 936 printf("%d bytes from %s:", cc, from); 939 pr_reply(icmph, cc); 944 if (cc < datalen+8) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
ChaseCamera.java | 519 ChaseCamera cc = new ChaseCamera(cam, spatial, inputManager);
local 520 cc.setMaxDistance(getMaxDistance());
521 cc.setMinDistance(getMinDistance());
522 return cc;
|
/external/jpeg/ |
jdmarker.c | 305 int i, ci, n, c, cc, pi; local 326 INPUT_BYTE(cinfo, cc, return FALSE); 331 if (cc == compptr->component_id) 335 ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc); 343 TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc, 346 /* This CSi (cc) should differ from the previous CSi */ 349 ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc); [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 134 void printCallingConv(CallingConv::ID cc); 267 void CppWriter::printCallingConv(CallingConv::ID cc){ 269 switch (cc) { 274 default: Out << cc; break; local [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 58 void emitCondCode(CondCode cc, int pos); 190 void CodeEmitterNVC0::emitCondCode(CondCode cc, int pos) 194 switch (cc) { 233 if (i->cc == CC_NOT_P) 939 CondCode cc = i->setCond; local 942 cc = reverseCondCode(cc); 944 emitCondCode(cc, 32 + 23); 954 if (i->cc == CC_NOT_P || i->src(2).mod & Modifier(NV50_IR_MOD_NOT)) 963 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5) [all...] |
/external/mesa3d/src/mesa/main/ |
texcompress_fxt1.c | 559 fxt1_quantize_CHROMA (GLuint *cc, 573 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */ 581 ((Fx64 *)cc)[1] = hi; 594 cc[1] = lohi; 595 cc[0] = lolo; 600 fxt1_quantize_ALPHA0 (GLuint *cc, 634 ((Fx64 *)cc)[1] = hi; 647 cc[1] = lohi; 648 cc[0] = lolo; 653 fxt1_quantize_ALPHA1 (GLuint *cc, 1410 const GLuint *cc; local 1445 const GLuint *cc; local 1468 const GLuint *cc; local 1554 const GLuint *cc; local [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 944 cc - reduces requirements to number stitch (cc>1) 948 double cc = 100; local 1079 anorm *= cc; [all...] |
/external/openssh/ |
mux.c | 194 Channel *cc, *c = channel_by_id(cid); local 200 if ((cc = channel_by_id(c->ctl_chan)) == NULL) 204 cc->remote_id = -1; 205 chan_rcvd_oclose(cc); 1184 Channel *c, *cc; local 1192 if ((cc = channel_by_id(c->ctl_chan)) == NULL [all...] |
/external/qemu/android/ |
main-common.c | 1191 CoreConsole* cc = opaque; local [all...] |
/external/qemu/android/skin/ |
trackball.c | 284 int cc; local 285 for (cc = 0; cc < DOT_CELLS; cc++) {
|
/external/qemu/distrib/jpeg-6b/ |
jdmarker.c | 305 int i, ci, n, c, cc; local 326 INPUT_BYTE(cinfo, cc, return FALSE); 331 if (cc == compptr->component_id) 335 ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc); 343 TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc, [all...] |
/external/qemu/hw/ |
bt-hci.c | 1249 read_country_code_rp cc ={ local [all...] |