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

<<414243444546474849

  /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/pdfium/core/src/fpdftext/
fpdf_text.cpp 76 int cc = 0; local
86 FX_FLOAT char_left = pPosArray ? pPosArray[cc * 2] : char_box.left * pText->m_TextState.GetFontSize() / 1000;
87 FX_FLOAT char_right = pPosArray ? pPosArray[cc * 2 + 1] : char_box.right * pText->m_TextState.GetFontSize() / 1000;
90 cc ++;
113 int cc = 0; local
122 FX_FLOAT char_left = pPosArray[cc * 2];
123 FX_FLOAT char_right = pPosArray[cc * 2 + 1];
124 cc ++;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 324 int i, ci, n, c, cc; local
345 INPUT_BYTE(cinfo, cc, return FALSE);
352 if (cc == cinfo->cur_comp_info[j]->component_id) break;
355 cc += 0xf0;
360 if (cc == compptr->component_id)
364 ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc);
372 TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc,
374 /* This CSi (cc) should differ from the previous CSi */
377 ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 1009 int cc = 0; local
1012 cc++;
1015 cc++;
1018 while (cc < len) {
1019 if (str[cc] == '.') {
1022 integer = integer * 10 + str[cc] - '0';
1023 cc ++;
1026 if (str[cc] == '.') {
1027 cc ++;
1029 while (cc < len) {
    [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/regex-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/valgrind/main/VEX/priv/
guest_s390_helpers.c 254 UInt cc; local
259 : "+Q" (*addr), "=d" (cc) : : "cc");
260 return cc;
266 UInt cc; local
271 : "+Q" (*addr), "=d" (cc) : : "cc");
272 return cc;
277 UInt cc; local
282 : "+Q" (*addr), "=d" (cc) : : "cc")
314 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; local
1795 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.c 152 size_t nbytes, cc, rr; local
180 cc = ((size_t)realadd)/16;
185 retadd = (char *)((cc+1)*16);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 792 static bool isNullPad(CCData *cc) {
793 return cc->mData1 < 0x10 && cc->mData2 < 0x10;
803 CCData *cc = (CCData *) (ccBuf->data() + offset); local
805 if (isNullPad(cc)) {
811 if (cc->mData1 >= 0x20 && cc->mData1 <= 0x7f) {
813 sprintf(tmp, "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 439 ;// label {,cc}
440 ;// [base] {,,,cc}
441 ;// [base, offset]{!} {,,cc}
442 ;// [base, offset, shift]{!} {,cc}
443 ;// [base], offset {,,cc}
444 ;// [base], offset, shift {,cc}
575 M_ADR $a, $b, $cc
576 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F)
581 M_ADR16 $a, $b, $cc
582 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 442 ;// label {,cc}
443 ;// [base] {,,,cc}
444 ;// [base, offset]{!} {,,cc}
445 ;// [base, offset, shift]{!} {,cc}
446 ;// [base], offset {,,cc}
447 ;// [base], offset, shift {,cc}
578 M_ADR $a, $b, $cc
579 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F)
584 M_ADR16 $a, $b, $cc
585 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 552 const uint32_t cc = v[0].flags; local
553 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
590 const uint32_t cc = v0->flags & v1->flags; local
591 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
612 const uint32_t cc = v0->flags & v1->flags; local
613 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
638 const uint32_t cc = v[0].flags & v[1].flags; local
639 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
684 const uint32_t cc = v0->flags & v1->flags & v2->flags; local
685 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))
734 const uint32_t cc = v[0].flags & v[1].flags & v[2].flags; local
796 const uint32_t cc = v0->flags & v1->flags; local
823 const uint32_t cc = v0->flags & v1->flags; local
833 const uint32_t cc = v0->flags & v1->flags; local
849 const uint32_t cc = v0->flags & v1->flags; local
884 const uint32_t cc = v0->flags & v1->flags & v2->flags; local
920 const uint32_t cc = v0->flags & v1->flags & v2->flags; local
934 const uint32_t cc = v0->flags & v1->flags & v2->flags; local
    [all...]
primitives.cpp 577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL; local
578 if (ggl_likely(!cc)) {
891 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; local
893 if (cc & 1) {
948 cc >>= 1;
950 } while (cc);
957 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; local
959 if (cc & 1) {
1040 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; local
1076 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; local
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 395 AbstractPreferences[] cc = cachedChildren(); local
397 for (i = 0; i < cc.length; i++) {
398 cc[i].flush();
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 804 message.getRecipients(RecipientType.CC);
916 Address[] cc = message.getRecipients(RecipientType.CC); local
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 540 Cursor cc = new MergeCursor(new Cursor [] {autoplaylistscursor, c}); local
541 return cc;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 216 ConversationCursor cc = (ConversationCursor) adapter.getCursor(); local
237 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values);
239 cc.mostlyArchive(convList);
241 cc.mostlyDelete(convList);
243 cc.moveFailedIntoDrafts(convList);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 516 char[] cc = new char[s.length()]; local
517 Arrays.fill(cc, SCRAMBLED);
518 return new String(cc);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 707 int cc = NV; local
709 case GGL_NEVER: cc = NV; break;
710 case GGL_LESS: cc = LT; break;
711 case GGL_EQUAL: cc = EQ; break;
712 case GGL_LEQUAL: cc = LS; break;
713 case GGL_GREATER: cc = HI; break;
714 case GGL_NOTEQUAL: cc = NE; break;
715 case GGL_GEQUAL: cc = HS; break;
717 B(cc^1, "discard_after_textures");
732 int cc=AL, ic=AL local
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 98 X86ConditionCode cc = X86ConditionEncoding(cond); local
100 cc);
117 X86ConditionCode cc = X86ConditionEncoding(cond); local
118 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc);
238 // and it cannot use xor because it makes cc flags to be dirty
335 ConditionCode cc = true_zero_case ? NegateComparison(ccode) : ccode; local
340 OpCondRegReg(kOpCmov, cc, rl_result.reg, temp1_reg);
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 675 int cc = 0; local
687 sinePresentFlag |= (i >= sineMapped[cc]);
688 cc++;
    [all...]

Completed in 2250 milliseconds

<<414243444546474849