Searched refs:c2 (Results 251 - 275 of 939) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Diwalsh_v6.asm60 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1]
63 qaddsubx r4, r12, lr ; [b2|c2] [c1+d1 | a1-b1]
66 qadd16 r2, r2, r10 ; [b2+3|c2+3]
68 qadd16 r4, r4, r10 ; [b2+3|c2+3]
98 qaddsubx r6, r2, r3 ; [b2|c2] [c1+d1 | a1-b1]
100 qaddsubx r8, r4, r5 ; [b2|c2] [c1+d1 | a1-b1]
103 qadd16 r6, r6, r10 ; [b2+3|c2+3]
105 qadd16 r8, r8, r10 ; [b2+3|c2+3]
/external/lldb/test/pexpect-2.4/examples/
H A Dchess3.py85 c2 = white.term.get_abs(17,59) variable
89 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
94 c2 = white.term.get_abs(17,59) variable
98 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
/external/stressapptest/src/
H A Dsattypes.h102 static inline bool cpuset_isequal(const cpu_set_t *c1, const cpu_set_t *c2) { argument
104 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0))
109 static inline bool cpuset_issubset(const cpu_set_t *c1, const cpu_set_t *c2) { argument
111 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Daliastst.cpp67 Calendar* c2 = Calendar::createInstance(newLoc, status); local
71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
83 delete c2;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
134 Collator* c2 = Collator::createInstance(newLoc, status); local
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2
[all...]
H A Ditercoll.cpp113 RuleBasedCollator *c2 = NULL; local
114 c2 = new RuleBasedCollator((UnicodeString)"&a < b < c/abd < d", status);
116 if (c2 == NULL || U_FAILURE(status))
119 delete c2;
124 iter = c2->createCollationElementIterator(source);
127 delete c2;
601 int32_t c1, c2, count = 0; local
607 c2 = i2.next(status);
609 if (c1 != c2)
611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2);
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrjpgcom.c107 int c1, c2; local
112 c2 = NEXTBYTE();
113 if (c2 == EOF)
115 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
224 int c1, c2; local
227 c2 = NEXTBYTE();
228 if (c1 != 0xFF || c2 != M_SOI)
230 return c2;
/external/chromium_org/third_party/skia/src/core/
H A DSkQuadClipper.cpp22 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, argument
28 SkScalar A = c0 - c1 - c1 + c2;
/external/chromium_org/ui/views/
H A Dpainter.h48 static Painter* CreateHorizontalGradient(SkColor c1, SkColor c2);
49 static Painter* CreateVerticalGradient(SkColor c1, SkColor c2);
/external/clang/test/SemaCXX/
H A Dwarn-sign-conversion.cpp26 int c2 = 1 ? Foo<bool>::C : i; local
68 int c2 = 1 ? Foo<bool>::C : i; local
/external/icu/icu4c/source/test/intltest/
H A Daliastst.cpp67 Calendar* c2 = Calendar::createInstance(newLoc, status); local
71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
83 delete c2;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
134 Collator* c2 = Collator::createInstance(newLoc, status); local
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2
[all...]
/external/jpeg/
H A Dwrjpgcom.c107 int c1, c2; local
112 c2 = NEXTBYTE();
113 if (c2 == EOF)
115 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
224 int c1, c2; local
227 c2 = NEXTBYTE();
228 if (c1 != 0xFF || c2 != M_SOI)
230 return c2;
/external/libcxx/test/containers/unord/unord.multiset/
H A Demplace_hint.pass.cpp74 C c2; local
75 R r = c1.emplace_hint(c2.begin(), 5, 6);
H A Dinsert_hint_const_lvalue.pass.cpp82 C c2; local
83 C::const_iterator e = c2.end();
/external/libcxx/test/containers/unord/unord.set/
H A Demplace_hint.pass.cpp74 C c2; local
75 R r = c1.emplace_hint(c2.begin(), 5, 6);
H A Dinsert_hint_const_lvalue.pass.cpp82 C c2; local
83 C::const_iterator e = c2.end();
/external/qemu/distrib/jpeg-6b/
H A Dwrjpgcom.c107 int c1, c2; local
112 c2 = NEXTBYTE();
113 if (c2 == EOF)
115 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
224 int c1, c2; local
227 c2 = NEXTBYTE();
228 if (c1 != 0xFF || c2 != M_SOI)
230 return c2;
/external/skia/src/core/
H A DSkQuadClipper.cpp22 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, argument
28 SkScalar A = c0 - c1 - c1 + c2;
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c340 EAS_U8 c1, c2; local
345 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
369 EAS_U8 c1, c2,c3,c4; local
374 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c340 EAS_U8 c1, c2; local
345 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
369 EAS_U8 c1, c2,c3,c4; local
374 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c370 EAS_U8 c1, c2; local
375 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
380 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
382 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
399 EAS_U8 c1, c2,c3,c4; local
404 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS)
413 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
415 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp104 Complex c2(realP2[i], imagP2[i]);
107 double mag2 = abs(c2);
135 double phase2 = arg(c2);
245 Complex c2 = complexFromMagnitudePhase(mag, phase); local
247 realP[i] = static_cast<float>(c2.real());
248 imagP[i] = static_cast<float>(c2.imag());
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc117 unsigned c2 = *s2; local
118 if (c1 != c2) return (c1 < c2) ? -1 : 1;
129 unsigned c2 = *s2; local
130 if (c1 != c2) return (c1 < c2) ? -1 : 1;
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp857 int32_t c2; local
860 c2 = s16[nextIndex++];
861 if(c2 > LATIN_MAX) {
862 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) {
863 c2 = c2 - PUNCT_START + LATIN_LIMIT; // 2000..203F -> 0180..01BF
864 } else if(c2 == 0xfffe || c2 == 0xffff) {
865 c2
[all...]
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_one.pass.cpp88 C c2(std::begin(t2), std::end(t2));
90 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2),
91 next(c2.cbefore_begin(), f));
118 C c2(std::begin(t2), std::end(t2));
120 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2),
121 next(c2.cbefore_begin(), f));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c1195 UChar32 c1, c2; local
1222 c2=iter2->current(iter2);
1223 if(c1!=c2) {
1224 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
1231 c2=iter2->next(iter2);
1232 if(c1!=c2) {
1233 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1241 c2=iter2->previous(iter2);
1242 if(c1!=c2) {
1243 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n
1549 UChar32 c1, c2; local
[all...]

Completed in 622 milliseconds

<<11121314151617181920>>