Searched refs:c4 (Results 1 - 25 of 70) sorted by relevance

123

/external/clang/test/Sema/
H A Dpointer-conversion.c9 volatile char * c4; variable
10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}}
H A Dattr-cleanup.c36 void c4(_Bool a);
38 __attribute((cleanup(c4))) void* g;
H A Darray-init.c163 char c4[4] = { "Hello" }; //expected-warning{{initializer-string for char array is too long}} local
/external/clang/test/Parser/
H A Dc1x-alignas.c7 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}}
/external/clang/test/CodeGen/
H A Dconstant-comparison.c8 int *c4 = &a - (6 * 5 > 30); variable
/external/v8/test/mjsunit/bugs/
H A D618.js77 var c4 = new C4();
78 assertEquals(23, c4.x);
79 assertEquals("undefined", typeof c4.y);
84 var c4 = new C4();
85 assertEquals("undefined", typeof c4.x);
86 assertEquals(23, c4.y);
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp13 Constant<float (*)(int, double), f> *c4; variable
H A Dattributes.cpp20 check_alignment<4>::t c4; member in namespace:attribute_aligned
/external/valgrind/main/exp-ptrcheck/tests/
H A Dunaligned.c10 char c0[8], c1[8], c2[8], c3[8], c4[8]; local
15 char** p4 = (char**)&c4[4];
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c13 void c4(int n) { malloc(n); } function
14 void c3(int n) { c4(n); }
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js89 var c4 = new C4();
90 assertEquals("undefined", typeof c4.x);
91 assertEquals(23, c4.y);
/external/icu4c/i18n/
H A Dcecal.cpp133 int32_t c4; // number of 4 year cycle (1461 days) local
136 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);
138 year = 4 * c4 + (r4/365 - r4/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp41 void c4(enum B<float>::Member); // expected-error {{use of 'Member' with tag type that does not match previous declaration}}
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h47 static UChar convertUnicode(int c1, int c2, int c3, int c4);
165 inline UChar Lexer::convertUnicode(int c1, int c2, int c3, int c4) argument
167 return (convertHex(c1, c2) << 8) | convertHex(c3, c4);
/external/chromium/base/
H A Dcallback_unittest.cc82 Callback<void(int,int,int,int)> c4; local
90 EXPECT_TRUE(c4.is_null());
/external/kernel-headers/original/linux/
H A Dbinder.h25 #define B_PACK_CHARS(c1, c2, c3, c4) \
26 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/external/valgrind/main/coregrind/
H A Dm_libcbase.c449 Int c4; local
458 c4 = c & 0xFF;
459 c4 |= (c4 << 8);
460 c4 |= (c4 << 16);
462 ((Int*)d)[0] = c4;
463 ((Int*)d)[1] = c4;
464 ((Int*)d)[2] = c4;
465 ((Int*)d)[3] = c4;
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c369 EAS_U8 c1, c2,c3,c4; local
378 if ((result = EAS_HWGetByte(hwInstData, file, &c4)) != 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.c369 EAS_U8 c1, c2,c3,c4; local
378 if ((result = EAS_HWGetByte(hwInstData, file, &c4)) != 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.c400 EAS_U8 c1, c2,c3,c4; local
409 if ((result = EAS_HWGetByte(hwInstData, file, &c4)) != EAS_SUCCESS)
414 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
416 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java250 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) argument
264 else if (c4 == padding)
280 b4 = decodingTable[c4];
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DCipherSuiteTest.java35 CipherSuite c4 = new CipherSuite("CipherSuite4", false, 0, "", "",
37 if (!c1.equals(c2) || c1.equals(c3) || c4.equals(c1) || c4.equals(c3)) {
98 CipherSuite c4 = new CipherSuite("CipherSuite4", false,
103 assertFalse(c4.isAnonymous());
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp134 double c4 = m[3][2]; local
137 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
138 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
140 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
180 double c4 = matrix[3][2]; local
184 result[0][0] = determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4);
185 result[1][0] = - determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4);
187 result[3][0] = - determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
189 result[0][1] = - determinant3x3(b1, b3, b4, c1, c3, c4, d1, d3, d4);
190 result[1][1] = determinant3x3(a1, a3, a4, c1, c3, c4, d
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp46 class C4 {} constexpr c4 = C4(); variable in typeref:class:C4
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp13 char c4{z}; // OK: no narrowing needed

Completed in 491 milliseconds

123