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

1234

/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;
/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/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DFileBlockHeader.java196 char c4 = (char) (code & 0xFF);
197 return String.valueOf(c1) + c2 + c3 + c4;
H A DDnaBlockData.java196 char c4 = (char) (code & 0xFF);
197 return String.valueOf(c1) + c2 + c3 + c4;
/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp42 void c4(enum B<float>::Member); // expected-error {{use of 'Member' with tag type that does not match previous declaration}}
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp50 constexpr Constexpr4 c4 = Constexpr4(); // ok variable
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp84 struct C4 : virtual InaccessibleDtor { C4(); } c4; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} variable in typeref:struct:C4
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java647 * @param c4 code unit to write
650 short c2, short c3, short c4) {
655 out.writeShort(c4);
695 * @param c4 code unit to write
698 short c3, short c4) {
699 write(out, c0, (short) c1c2, (short) (c1c2 >> 16), c3, c4);
649 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
697 write(AnnotatedOutput out, short c0, int c1c2, short c3, short c4) argument
/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/valgrind/main/coregrind/
H A Dm_libcbase.c589 Int c4; local
598 c4 = c & 0xFF;
599 c4 |= (c4 << 8);
600 c4 |= (c4 << 16);
602 ((Int*)d)[0] = c4;
603 ((Int*)d)[1] = c4;
604 ((Int*)d)[2] = c4;
605 ((Int*)d)[3] = c4;
[all...]

Completed in 657 milliseconds

1234