Searched defs:c2 (Results 126 - 150 of 462) sorted by relevance

1234567891011>>

/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp82 struct C2 : InaccessibleDtor { C2(); } c2; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} variable in typeref:struct:C2
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp75 C<long>::E c2 = C<long>::E::e5; member in struct:C
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp59 const A c2() { return A(); } function
60 // CHECK: "\01?c2@@YA?BVA@@XZ"
H A Dmangle-ms-templates.cpp49 Class<Nested<Typename> > c2; local
H A Dvalue-init.cpp189 const C &c2; member in struct:PR8726::S
/external/clang/test/Sema/
H A DMicrosoftExtensions.c13 char c2[]; /* expected-warning {{flexible array member 'c2' in a union is a Microsoft extension}} */ member in union:C::__anon17139
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp29 double c2; member in union:X::__anon17307
H A Ddcl_init_aggr.cpp111 C2 c2; variable
115 B2 b2_3 = { c2, a2, a2 };
H A Dscope-check.cpp230 const C &c2 = c0; local
H A Dwarn-sign-conversion.cpp26 int c2 = 1 ? Foo<bool>::C : i; local
68 int c2 = 1 ? Foo<bool>::C : i; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc97 unsigned c2 = *s2; local
98 if (c1 != c2) return (c1 < c2) ? -1 : 1;
109 unsigned c2 = *s2; local
110 if (c1 != c2) return (c1 < c2) ? -1 : 1;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java613 * @param c2 code unit to write
616 short c2) {
619 out.writeShort(c2);
628 * @param c2 code unit to write
632 short c2, short c3) {
635 out.writeShort(c2);
645 * @param c2 code unit to write
650 short c2, short c3, short c4) {
653 out.writeShort(c2);
615 write(AnnotatedOutput out, short c0, short c1, short c2) argument
631 write(AnnotatedOutput out, short c0, short c1, short c2, short c3) argument
649 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
/external/icu4c/common/
H A Dpunycode.cpp189 UChar c, c2; local
230 } else if(U16_IS_LEAD(c) && U16_IS_TRAIL(c2=src[j+1])) {
232 n|=(int32_t)U16_GET_SUPPLEMENTARY(c, c2);
263 } else if(U16_IS_LEAD(c) && (j+1)<srcLength && U16_IS_TRAIL(c2=src[j+1])) {
265 n|=(int32_t)U16_GET_SUPPLEMENTARY(c, c2);
H A Dubidi_props.c152 UChar32 c2; local
160 c2=UBIDI_GET_MIRROR_CODE_POINT(m);
161 if(c==c2) {
164 } else if(c<c2) {
H A Ducasemap.cpp220 UChar32 c, c2 = 0; local
241 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
243 dest[destIndex++]=(uint8_t)c2;
428 UChar32 c, c2; local
443 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
445 dest[destIndex++]=(uint8_t)c2;
H A Ducmndata.c106 int32_t c2=(uint8_t)*s2++; local
107 cmp=c1-c2;
H A Duinvchar.c453 UChar32 c1, c2; local
477 c2=*localString++;
478 if(!UCHAR_IS_INVARIANT(c2)) {
479 c2=-2;
482 if((c1-=c2)!=0) {
498 UChar32 c1, c2; local
524 c2=*localString++;
525 if(!UCHAR_IS_INVARIANT(c2)) {
526 c2=-2;
529 if((c1-=c2)!
542 int32_t c1, c2; local
[all...]
H A Dunormcmp.cpp64 * get one code unit c2 from s2 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
170 UChar32 c1, c2, cp1, cp2; local
211 c1=c2=-1;
243 if(c2<0) {
246 if(s2==limit2 || ((c2
[all...]
/external/icu4c/test/cintltst/
H A Dutf16tst.c352 UChar32 c, c2; local
384 U16_GET(input, 0, j, -1, c2);
385 if(c2!=c) {
386 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
/external/icu4c/test/intltest/
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/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp211 UChar32 c, c2; local
221 for(c2=0xdc00; c2<=0xdfff; ++c2) {
222 utf16[1]=(UChar)c2;
224 set.add(U16_GET_SUPPLEMENTARY(c, c2));
262 UChar32 c, c2; local
272 for(c2=0xdc00; c2<=0xdfff; ++c2) {
[all...]
/external/icu4c/tools/genrb/
H A Dread.c323 UChar32 c, c2; local
357 c2 = ucbuf_getc(buf, status); /* "/ * c" */
358 if(c2 == ASTERISK){ /* "/ * *" */
362 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java74 public static final float[] mix(final float[] c1, final float[] c2, final float f) { argument
75 return new float[] { ShaderUtils.mix(c1[0], c2[0], f), ShaderUtils.mix(c1[1], c2[1], f), ShaderUtils.mix(c1[2], c2[2], f) };
153 float c0, c1, c2, c3; /* coefficients of the cubic. */
166 c2 = CR10 * knot[span + 0] + CR11 * knot[span + 1] + CR12 * knot[span + 2] + CR13 * knot[span + 3];
169 return ((c3 * x + c2) * x + c1) * x + c0;
/external/jpeg/
H A Drdjpgcom.c88 int c1, c2; local
93 c2 = NEXTBYTE();
94 if (c2 == EOF)
96 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
175 int c1, c2; local
178 c2 = NEXTBYTE();
179 if (c1 != 0xFF || c2 != M_SOI)
181 return c2;
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c54 int c2, d2; local
75 c2 = temp3 - temp4;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
107 c2 = temp3 - temp4;
123 op[7] = b1 + c2;
124 op[11] = b1 - c2;
145 c2 = temp3 - temp4;
161 op[5] = (b1 + c2 + 4) >> 3;
162 op[6] = (b1 - c2
286 int a2, b2, c2, d2; local
[all...]

Completed in 1405 milliseconds

1234567891011>>