Searched defs:s8 (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A D2010-06-22-ZeroBitfield.cpp4 struct s8 { s8_0 a; s8_1 b; }; struct
5 s8 f8() { return s8(); }
H A Dx86_32-arguments.cpp106 // CHECK: define void @_Z2f8v(%struct.s8* noalias sret %agg.result)
109 struct s8 { s8_0 a; s8_1 b; }; struct
110 s8 f8() { return s8(); }
/external/linux-tools-perf/util/
H A Dtypes.h17 typedef signed char s8; typedef
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c71 struct s8 { struct
75 extern int a8_0[sizeof(struct s8) == 2 ? 1 : -1];
76 extern int a8_1[__alignof(struct s8) == 2 ? 1 : -1];
H A Dtransparent-union.c54 aligned_struct8 s8; // expected-warning{{alignment of field}} member in union:__anon4795
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java145 public static String s8(long v) { method in class:Hex
/external/elfutils/libcpu/
H A Dmemory-access.h89 int64_t s8; member in union:unaligned
146 return up->s8;
/external/kernel-headers/original/asm-arm/
H A Dtypes.h38 typedef signed char s8; typedef
/external/kernel-headers/original/asm-x86/
H A Dtypes.h47 typedef signed char s8; typedef
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DHex.java157 public static String s8(long v) { method in class:Hex
/external/v8/test/mjsunit/
H A Duri.js49 var s8 = String.fromCharCode(cc8_1)+String.fromCharCode(cc8_2); variable
63 assertEquals('%F0%90%80%80', encodeURI(s8));
74 assertEquals(cc8_1, decodeURI(encodeURI(s8)).charCodeAt(0));
75 assertEquals(cc8_2, decodeURI(encodeURI(s8)).charCodeAt(1));
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js100 var s8 = '\u02b5){for (1; 1<0; Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
160 expect = s8.charAt(0);
/external/clang/test/CodeGen/
H A Dregparm-struct.c106 struct s8 { struct
110 __attribute__((regparm(3))) void f12(struct s8 a, int b);
113 struct s8 x = {41, 42};
H A Dbitfield-2.c294 struct __attribute__((packed)) s8 { struct
301 struct s8 g8 = { 0xF };
303 int f8_load(struct s8 *a0) {
306 int f8_store(struct s8 *a0) {
309 int f8_reload(struct s8 *a0) {
317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef };
H A Darm-arguments.c49 // APCS-GNU: struct.s8* noalias sret
51 struct s8 { struct { int : 0; } f0[1]; }; struct
52 struct s8 f8(void) {}
95 void f16(struct s8 a0) {}
110 struct s19 { int f0; struct s8 f1; };
116 struct s20 { struct s8 f1; int f0; };
H A Daarch64-arguments.c40 struct s8 { struct { int : 0; } f0[1]; }; struct
41 struct s8 f8(void) {}
71 void f16(struct s8 a0) {}
82 struct s19 { long f0; struct s8 f1; };
86 struct s20 { struct s8 f1; long f0; };
/external/elfutils/libdw/
H A Dmemory-access.h186 int64_t s8; member in union:unaligned
243 return up->s8;
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp94 struct s8 { struct in union:U3
95 s8(...) = delete; // expected-note {{because it is a variadic function}} expected-warning {{C++11}}
/external/kernel-headers/original/asm-mips/
H A Dregdef.h52 #define s8 $30 /* same like fp! */ macro
95 #define s8 $30 /* callee saved */ macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h63 typedef signed char s8; typedef in namespace:__sanitizer
/external/icu4c/test/cintltst/
H A Dusettest.c604 static const char* s8="\xE0\xB8\x81\xE3\x80\x80"; local
623 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
624 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
625 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
626 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
643 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
644 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
645 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
646 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
/external/chromium/testing/gmock/test/
H A Dgmock-more-actions_test.cc163 const char* s7, const char* s8) {
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
212 const char* s7, const char* s8) {
213 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
218 const char* s7, const char* s8, const char* s9) {
219 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8
161 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
210 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
/external/grub/netboot/
H A Ddavicom.c56 typedef signed char s8;
55 typedef signed char s8; typedef
/external/icu4c/common/
H A Dunisetspan.cpp328 uint8_t *s8=utf8+utf8Count; local
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
336 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
340 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
366 uint8_t *s8=utf8+utf8Count; local
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
976 const uint8_t *s8=utf8; local
986 s8+=length8;
994 U8_BACK_1(s8, 0, overlap); // Length of the string minus the last code point.
1009 matches8(s+pos-overlap, s8, length
1156 const uint8_t *s8=utf8; local
1448 const uint8_t *s8=utf8; local
1491 const uint8_t *s8=utf8; local
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register

Completed in 516 milliseconds

12