Searched refs:c2 (Results 276 - 300 of 939) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/common/
H A Dbmpset.cpp309 UChar c, c2;
338 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
345 if(!containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
378 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
385 if(containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
398 UChar c, c2;
427 } else if(c<0xdc00 || s==limit || (c2=*(limit-1))<0xd800 || c2>
[all...]
H A Dnormalizer2impl.h78 UChar32 c2=c%JAMO_T_COUNT; local
82 if(c2==0) {
85 buffer[2]=(UChar)(JAMO_T_BASE+c2);
97 UChar32 c2=c%JAMO_T_COUNT; local
98 if(c2==0) {
103 buffer[0]=orig-c2; // LV syllable
104 buffer[1]=(UChar)(JAMO_T_BASE+c2);
291 UChar c2; local
292 if(U16_IS_LEAD(c) && s!=limit && U16_IS_TRAIL(c2=*s)) {
293 c=U16_GET_SUPPLEMENTARY(c, c2);
314 UChar c2; local
[all...]
H A Dnormalizer2impl.cpp221 UChar c2; local
222 if(U16_IS_TRAIL(c) && start<codePointStart && U16_IS_LEAD(c2=*(codePointStart-1))) {
224 c=U16_GET_SUPPLEMENTARY(c2, c);
456 UChar c2; local
458 if((src+1)!=limit && U16_IS_TRAIL(c2=src[1])) {
459 c=U16_GET_SUPPLEMENTARY(c, c2);
462 if(prevSrc<src && U16_IS_LEAD(c2=*(src-1))) {
464 c=U16_GET_SUPPLEMENTARY(c2, c);
1075 UChar c2; local
1077 if((src+1)!=limit && U16_IS_TRAIL(c2
1322 UChar c2; local
1609 UChar c2; local
1856 UChar32 c2=c; local
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection.cpp82 Cubic c1, c2; local
84 sub_divide(cubic2, t2s, t2e, c2);
86 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
89 cubic_to_quadratics(c2, calcPrecision(c2) * precisionScale, ts2);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
413 c2Bounds.setBounds(c2);
414 result |= intersectEnd(c1, false, c2, c2Bounds, i);
415 result |= intersectEnd(c1, true, c2, c2Bound
[all...]
H A DSimplifyAddIntersectingTs_Test.cpp94 SimplifyAddIntersectingTsTest::Contour& c2 = contour[1]; local
95 addIntersectTs(&c1, &c2);
98 // bool c2Intersected = c2.fSegments[0].intersected();
109 c2.dump();
/external/icu/icu4c/source/common/
H A Dbmpset.cpp309 UChar c, c2;
338 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
345 if(!containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
378 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
385 if(containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
398 UChar c, c2;
427 } else if(c<0xdc00 || s==limit || (c2=*(limit-1))<0xd800 || c2>
[all...]
H A Dnormalizer2impl.h82 UChar32 c2=c%JAMO_T_COUNT; local
86 if(c2==0) {
89 buffer[2]=(UChar)(JAMO_T_BASE+c2);
101 UChar32 c2=c%JAMO_T_COUNT; local
102 if(c2==0) {
107 buffer[0]=orig-c2; // LV syllable
108 buffer[1]=(UChar)(JAMO_T_BASE+c2);
297 UChar c2; local
298 if(U16_IS_LEAD(c) && s!=limit && U16_IS_TRAIL(c2=*s)) {
299 c=U16_GET_SUPPLEMENTARY(c, c2);
320 UChar c2; local
[all...]
H A Dnormalizer2impl.cpp221 UChar c2; local
222 if(U16_IS_TRAIL(c) && start<codePointStart && U16_IS_LEAD(c2=*(codePointStart-1))) {
224 c=U16_GET_SUPPLEMENTARY(c2, c);
558 UChar c2; local
560 if((src+1)!=limit && U16_IS_TRAIL(c2=src[1])) {
561 c=U16_GET_SUPPLEMENTARY(c, c2);
564 if(prevSrc<src && U16_IS_LEAD(c2=*(src-1))) {
566 c=U16_GET_SUPPLEMENTARY(c2, c);
1177 UChar c2; local
1179 if((src+1)!=limit && U16_IS_TRAIL(c2
1424 UChar c2; local
1711 UChar c2; local
1958 UChar32 c2=c; local
[all...]
/external/skia/experimental/Intersection/
H A DCubicIntersection.cpp82 Cubic c1, c2; local
84 sub_divide(cubic2, t2s, t2e, c2);
86 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
89 cubic_to_quadratics(c2, calcPrecision(c2) * precisionScale, ts2);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
413 c2Bounds.setBounds(c2);
414 result |= intersectEnd(c1, false, c2, c2Bounds, i);
415 result |= intersectEnd(c1, true, c2, c2Bound
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.c51 int8_t c1, c2; local
59 c2 = *s2;
61 if (c2 >=97)
62 c2 = (c2 - 32);
65 while ( (c1 == c2) && (c1 != '\0') && (c2 != '\0') && (count > 0) );
67 if ( (count == 0) || (c1 == c2) )
70 else if ( (c1 > c2) )
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_quota.c196 int c, c2; local
213 while( (c2 = (*(z++)))!=0 ){
214 while( c2!=c ){
215 c2 = *(z++);
216 if( c2==0 ) return 0;
229 c2 = *(zGlob++);
230 if( c2=='^' ){
232 c2 = *(zGlob++);
234 if( c2==']' ){
236 c2
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_mips.cc583 const int c2 = 0x2AAA; local
608 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
642 : [c1] "r" (c1), [c2] "r" (c2)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
/external/chromium_org/third_party/libyuv/source/
H A Dscale_mips.cc583 const int c2 = 0x2AAA; local
608 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
642 : [c1] "r" (c1), [c2] "r" (c2)
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c58 UInt32 a2, b2, c2, d2; local
66 __asm mov c2, ECX; local
71 *c = c2;
/external/chromium_org/third_party/skia/tests/
H A DColorFilterTest.cpp85 SkColor c2 = ~color; local
87 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2));
88 REPORTER_ASSERT(reporter, c2 == expectedColor);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp11 char c2{x}; // expected-error {{ cannot be narrowed }} expected-note {{silence}}
152 Agg<char> c2 = {127}; // OK local
209 Agg<const unsigned char> c2 = {j}; // expected-error {{from type 'int' to 'const unsigned char' in}} expected-note {{silence}} local
H A Dp7-cxx11-nowarn.cpp12 char c2{x}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}}
153 Agg<char> c2 = {127}; // OK local
196 Agg<const unsigned char> c2 = {j}; // expected-warning {{from type 'int' to 'const unsigned char' in}} expected-note {{silence}} local
/external/jpeg/
H A Djchuff.c711 int c1, c2; local
742 /* Find the next smallest nonzero frequency, set c2 = its symbol */
744 c2 = -1;
749 c2 = i;
754 if (c2 < 0)
758 freq[c1] += freq[c2];
759 freq[c2] = 0;
768 others[c1] = c2; /* chain c2 onto c1's tree branch */
770 /* Increment the codesize of everything in c2'
[all...]
/external/libcxxabi/test/
H A Dcatch_class_03.cpp164 catch (const C2& c2) // can catch C2
166 assert(c2.id_ == 3);
167 assert(static_cast<const B&>(c2).id_ == 1);
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
/external/lzma/C/
H A DCpuArch.c57 UInt32 a2, b2, c2, d2; local
65 __asm mov c2, ECX; local
70 *c = c2;
/external/opencv/cv/src/
H A Dcvsegmentation.cpp339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
446 int c0, c1, c2; local
451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
527 tab[s2 - c2
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jchuff.c715 int c1, c2; local
746 /* Find the next smallest nonzero frequency, set c2 = its symbol */
748 c2 = -1;
753 c2 = i;
758 if (c2 < 0)
762 freq[c1] += freq[c2];
763 freq[c2] = 0;
772 others[c1] = c2; /* chain c2 onto c1's tree branch */
774 /* Increment the codesize of everything in c2'
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h136 inline FX_BOOL operator == (const CPWL_Color &c1, const CPWL_Color &c2) argument
138 return c1.nColorType == c2.nColorType &&
139 c1.fColor1 - c2.fColor1 < 0.0001 && c1.fColor1 - c2.fColor1 > -0.0001 &&
140 c1.fColor2 - c2.fColor2 < 0.0001 && c1.fColor2 - c2.fColor2 > -0.0001 &&
141 c1.fColor3 - c2.fColor3 < 0.0001 && c1.fColor3 - c2.fColor3 > -0.0001 &&
142 c1.fColor4 - c2.fColor4 < 0.0001 && c1.fColor4 - c2
145 operator !=(const CPWL_Color &c1, const CPWL_Color &c2) argument
[all...]

Completed in 1013 milliseconds

<<11121314151617181920>>