HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 276 - 300 of 620) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
convtest.cpp 89 ConversionCase cc; local
115 cc.caseNr=i;
119 cc.charset=charset;
130 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
132 cc.unicode=unicode.getBuffer();
133 cc.unicodeLength=unicode.length();
136 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
138 cc.offsets=NULL;
145 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode)
210 ConversionCase cc; local
    [all...]
itspoof.cpp 318 UChar32 cc = 0; local
322 if (cc > 0) {
323 result.append(cc);
324 cc = 0;
327 cc = (cc<<4) + (c - 0x30);
329 cc = (cc<<4) + (c & 0x0f)+9;
333 if (cc > 0) {
334 result.append(cc);
    [all...]
  /external/iproute2/lib/
utils.c 933 ssize_t cc; local
936 if ((cc = getline(linep, lenp, in)) < 0)
937 return cc; /* eof or error */
968 cc += cc1 - 2;
972 return cc;
  /external/iputils/
ping.c 721 int cc; local
743 cc = datalen + 8; /* skips ICMP portion */
746 icp->checksum = in_cksum((u_short *)icp, cc, 0);
760 iov.iov_len = cc;
766 return (cc == i ? 0 : i);
783 parse_reply(struct msghdr *msg, int cc, void *addr, struct timeval *tv)
800 if (cc < hlen + 8 || ip->ihl < 5) {
802 fprintf(stderr, "ping: packet too short (%d bytes) from %s\n", cc,
829 cc -= hlen;
831 csfailed = in_cksum((u_short *)icp, cc, 0)
    [all...]
traceroute6.c 92 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
112 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
146 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
294 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from,
298 void print(unsigned char *buf, int cc, struct sockaddr_in6 *from);
600 int cc, reset_timer; local
609 while ((cc = wait_for_reply(icmp_sock, &from, &to, reset_timer)) != 0) {
611 if ((i = packet_ok(packet, cc, &from, &to, seq, &t1))) {
614 print(packet, cc, &from);
643 if (cc <= 0
665 int cc = 0; local
    [all...]
  /external/libpcap/
pcap-int.h 167 int cc; member in struct:pcap
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 359 CondCode cc = mul->cc; local
378 def->getInsn()->setPredicate(cc, pred);
639 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O }; local
666 (tex[l] = cloneForward(func, i))->setPredicate(cc[l], flags);
676 bld.mkMov(res[l][d], tex[l]->getDef(d))->setPredicate(cc[l], flags);
1023 insn->setPredicate(insn->cc, cdst);
1036 if (i->cc != CC_ALWAYS)
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 647 T cc = ci*ch; local
657 M[i][j] = sj*sh; M[j][j] = -cj*ss+cc; M[k][j] = -cj*cs-sc;
658 M[i][k] = -sj*ch; M[j][k] = cj*sc+cs; M[k][k] = cj*cc-ss;
662 M[i][i] = cj*ch; M[j][i] = sj*sc-cs; M[k][i] = sj*cc+ss;
663 M[i][j] = cj*sh; M[j][j] = sj*ss+cc; M[k][j] = sj*cs-sc;
690 T cc = ci*ch; local
700 M[i][j] = sj*sh; M[j][j] = -cj*ss+cc; M[k][j] = -cj*cs-sc;
701 M[i][k] = -sj*ch; M[j][k] = cj*sc+cs; M[k][k] = cj*cc-ss;
705 M[i][i] = cj*ch; M[j][i] = sj*sc-cs; M[k][i] = sj*cc+ss;
706 M[i][j] = cj*sh; M[j][j] = sj*ss+cc; M[k][j] = sj*cs-sc
734 T cc = ci*ch; local
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 167 FX_FLOAT cc = local
173 mc = cc;
179 FX_FLOAT cc = mc * pMatrix->a + md * pMatrix->c; local
183 mc = cc;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 214 int cc = 0; local
218 while (XFA_IsSpace(str[cc]) && cc < len) {
219 cc++;
221 if (cc >= len) {
225 cc++;
228 cc++;
231 while (cc < len) {
232 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) {
289 int32_t cc = 0; local
    [all...]
  /external/regex-re2/re2/
compile.cc 790 CharClass* cc = re->cc(); local
791 if (cc->empty()) {
804 bool foldascii = cc->FoldsASCII();
809 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i) {
    [all...]
regexp.cc 6 // Tested by parse_test.cc
300 Regexp* Regexp::NewCharClass(CharClass* cc, ParseFlags flags) {
302 re->cc_ = cc;
368 CharClass* acc = a->cc();
369 CharClass* bcc = b->cc();
766 void CharClassBuilder::AddCharClass(CharClassBuilder *cc) {
767 for (iterator it = cc->begin(); it != cc->end(); ++it)
781 CharClassBuilder* cc = new CharClassBuilder; local
783 cc->ranges_.insert(RuneRange(it->lo, it->hi))
865 CharClass* cc; local
883 CharClass* cc = CharClass::New(nranges_+1); local
920 CharClass* cc = CharClass::New(ranges_.size()); local
    [all...]
  /external/toybox/toys/pending/
diff.c 418 int i, j, cc, cl; local
425 cc = fgetc(fp);
426 if (cc == EOF) {
430 if ((cc == '\t') && (toys.optflags & FLAG_t))
433 putchar(cc); //xputc has calls to fflush, it hurts performance badly.
  /external/v8/src/compiler/arm/
code-generator-arm.cc 1009 Condition cc = FlagsConditionToCondition(branch->condition); local
1029 Condition cc = FlagsConditionToCondition(condition); local
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 253 // Print the integer value of the cc field for the bc1t/f instructions.
255 int cc = instr->FBccValue(); local
256 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
260 // Print the integer value of the cc field for the FP compare instructions.
262 int cc = instr->FCccValue(); local
263 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
725 case 'c': { // 'bc - Special for bc1 cc field.
741 case 'C': { // 'Cc - Special for c.xx.d cc field
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 261 // Print the integer value of the cc field for the bc1t/f instructions.
263 int cc = instr->FBccValue(); local
264 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
268 // Print the integer value of the cc field for the FP compare instructions.
270 int cc = instr->FCccValue(); local
271 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
740 case 'c': { // 'bc - Special for bc1 cc field.
761 case 'C': { // 'Cc - Special for c.xx.d cc field
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 217 TILEGXCondCode cc; local
314 cc = TILEGXcc_AL;
331 cc = TILEGXcc_AL;
337 cc = iselCondCode(env, guard);
355 if (cc == TILEGXcc_AL)
356 addInstr(env, TILEGXInstr_CallAlways(cc, target, argiregs));
358 addInstr(env, TILEGXInstr_Call(cc, target, argiregs, src));
637 TILEGXCondCode cc; local
642 cc = TILEGXcc_EQ;
647 cc = TILEGXcc_NE
708 TILEGXCondCode cc; local
818 TILEGXCondCode cc = TILEGXcc_NE8x8; local
923 TILEGXCondCode cc; local
937 TILEGXCondCode cc; local
990 TILEGXCondCode cc; local
1245 TILEGXCondCode cc = iselCondCode_wrk(env,e); local
1279 TILEGXCondCode cc; local
1604 TILEGXCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 818 int cc; local
882 cc = readchar (1);
883 if (cc > 0)
884 dlog(3, "[received '%c' (0x%x)]\n", cc, (unsigned)cc);
886 if (cc <= 0) {
887 if (cc == 0)
897 if (cc == '\003')
900 while (cc != '+');
    [all...]
  /external/valgrind/coregrind/
m_oset.c 116 const HChar* cc; // cost centre for allocator member in struct:_OSet
289 OSetAlloc_t alloc_fn, const HChar* cc,
302 t = alloc_fn(cc, sizeof(AvlTree));
306 t->cc = cc;
318 OSetAlloc_t alloc_fn, const HChar* cc,
325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn);
334 cc,
347 t = os->alloc_fn(os->cc, sizeof(AvlTree));
351 t->cc = os->cc
    [all...]
  /external/valgrind/helgrind/
hg_wordset.c 152 const HChar* cc; member in struct:_WordSetU
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new );
348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new );
357 const HChar* cc,
364 wsu = alloc_nofail( cc, sizeof(WordSetU) );
367 wsu->cc = cc;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 110 CODING_CONTEXT *const cc = &cpi->coding_context; local
117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost);
118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs);
126 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas);
127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
129 cc->fc = cm->fc;
133 CODING_CONTEXT *const cc = &cpi->coding_context; local
138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 773 struct charclass *cc; local
817 for (cc = charclasses; cc->cc_name; cc++)
818 if (strncmp((const char *) prestr + 1, (const char *) cc->cc_name, cc->cc_namelen) == 0)
820 if (cc->cc_name != NULL && prestr[1 + cc->cc_namelen] == ':' &&
821 prestr[2 + cc->cc_namelen] == ']') {
822 prestr += cc->cc_namelen + 3
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 84 final Address[] cc = message.getRecipients(Message.RecipientType.CC); local
143 localMessage.mCc = Address.toString(cc);
389 message.setRecipients(RecipientType.CC, Address.fromHeader(localMessage.mCc));

Completed in 1622 milliseconds

<<11121314151617181920>>