Searched refs:s0 (Results 76 - 100 of 477) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips64.cc107 COMPARE(addu(v0, v1, s0),
108 "00701021 addu v0, v1, s0");
109 COMPARE(daddu(v0, v1, s0),
110 "0070102d daddu v0, v1, s0");
120 COMPARE(subu(v0, v1, s0),
121 "00701023 subu v0, v1, s0");
122 COMPARE(dsubu(v0, v1, s0),
123 "0070102f dsubu v0, v1, s0");
181 COMPARE(mul(v0, v1, s0),
182 "70701002 mul v0, v1, s0");
[all...]
/external/clang/test/Sema/
H A Dwarn-unused-variables.c3 struct s0 { struct
H A Dpragma-pack-2.c9 struct s0 { struct
13 extern int a0[offsetof(struct s0, f1) == 4 ? 1 : -1];
H A Dpragma-pack-and-options-align.c6 struct s0 { struct
10 extern int a[sizeof(struct s0) == 5 ? 1 : -1];
H A Dstruct-decl.c38 struct s0 { struct
43 struct s0 f0(void) {}
H A Dattr-weak.c11 struct __attribute__((weak)) s0 {}; // expected-warning {{'weak' attribute only applies to variables and functions}} struct
/external/clang/test/SemaCXX/
H A Dlinkage-spec.cpp87 struct s0 { struct
89 s0();
90 s0(const s0 &);
/external/valgrind/main/VEX/test/
H A Dtest-i386-muldiv.h4 int res, s1, s0, flags; local
5 s0 = op0;
7 res = s0;
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
H A Dtest-amd64-muldiv.h4 int64 res, s1, s0, flags; local
5 s0 = op0;
7 res = s0;
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cc68 uptr s0 = MemToShadow((uptr)&data[0]); local
69 CHECK_EQ(s0 % kShadowSize, 0);
71 CHECK_EQ(s0, MemToShadow((uptr)&data[i]));
73 CHECK_EQ(s0 + kShadowSize*kShadowCnt, MemToShadow((uptr)&data[i]));
75 CHECK_EQ(s0 + 2*kShadowSize*kShadowCnt, MemToShadow((uptr)&data[i]));
/external/valgrind/main/none/tests/mips64/
H A Dshift_instructions.c27 TEST2("drotr $s0, $s1, 0x03", reg_val1[i], 0x03, s0, s1);
31 TEST2("drotr $s0, $s1, 0x03", reg_val2[i], 0x03, s0, s1);
40 TEST2("drotr32 $s0, $s1, 0x03", reg_val1[i], 0x03, s0, s1);
44 TEST2("drotr32 $s0, $s1, 0x03", reg_val2[i], 0x03, s0, s1);
52 TEST1("drotrv $s0, $s1, $s2", reg_val2[i], reg_val2[N-i-1],
53 s0, s
[all...]
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlSanitizerFuzzerTest.java85 int s0 = rnd.nextInt(length - 1);
87 int e0 = s0 + (int) (rnd.nextInt(length - s0) * d);
88 if (e0 >= length) { e0 = s0 + 1; }
95 if (s0 > s1) {
96 int st = s0, et = e0;
97 s0 = s1;
105 // Swap the ranges [s0, e0) and [s1, e1) into fuzzyHtml1.
107 for (i0 = 0; i0 < s0; ++i0, ++i1) {
116 for (i0 = s0; i
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfilter_test.js16 var s0 = tracing.test_utils.newSliceNamed('a', 1, 3);
17 assertFalse(new TitleFilter('').matchSlice(s0));
19 assertTrue(new TitleFilter('a').matchSlice(s0));
20 assertFalse(new TitleFilter('x').matchSlice(s0));
54 var s0 = tracing.test_utils.newSlice(1, 3);
55 s0.category = 'x';
56 assertFalse(new CategoryFilter(['x']).matchSlice(s0));
/external/fdlibm/
H A De_sqrt.c101 int ix0,s0,q,m,t,i; local
140 q = q1 = s0 = s1 = 0; /* [q,q1] = ieee_sqrt(x) */
144 t = s0+r;
146 s0 = t+r;
158 t = s0;
161 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daes-armv4.pl38 $s0="r0";
196 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral
200 orr $s0,$s0,$t1,lsl#8
202 orr $s0,$s0,$t2,lsl#16
204 orr $s0,$s0,$t3,lsl#24
225 ldr $s0,[$rounds,#0]
230 rev $s0,
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-armv4.pl38 $s0="r0";
194 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral
198 orr $s0,$s0,$t1,lsl#8
200 orr $s0,$s0,$t2,lsl#16
202 orr $s0,$s0,$t3,lsl#24
223 ldr $s0,[$rounds,#0]
228 rev $s0,
[all...]
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h58 typedef void (*ICUStringPerfFn)(const UChar* src,int32_t srcLen, UnicodeString s0);
59 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) argument
391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) argument
412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) argument
417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
424 unistr = s0;
427 getch(const UChar* src,int32_t srcLen, UnicodeString s0) argument
433 catenate(const UChar* src,int32_t srcLen, UnicodeString s0) argument
450 scan(const UChar* src,int32_t srcLen, UnicodeString s0) argument
456 scan1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
461 scan2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
470 StdLibCtor(const wchar_t* src,int32_t srcLen, stlstring s0) argument
475 StdLibCtor1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
480 StdLibCtor2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
485 StdLibCtor3(const wchar_t* src,int32_t srcLen, stlstring s0) argument
500 StdLibAssign(const wchar_t* src,int32_t srcLen, stlstring s0) argument
505 StdLibAssign1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
511 StdLibAssign2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
516 StdLibGetch(const wchar_t* src,int32_t srcLen, stlstring s0) argument
521 StdLibCatenate(const wchar_t* src,int32_t srcLen, stlstring s0) argument
535 StdLibScan(const wchar_t* src,int32_t srcLen, stlstring s0) argument
540 StdLibScan1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
545 StdLibScan2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
[all...]
/external/clang/test/Coverage/
H A Dobjc-language-features.inc40 const char *s0 = __func__;
85 struct s0 {
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h58 typedef void (*ICUStringPerfFn)(const UChar* src,int32_t srcLen, UnicodeString s0);
59 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) argument
391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) argument
412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) argument
417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
424 unistr = s0;
427 getch(const UChar* src,int32_t srcLen, UnicodeString s0) argument
433 catenate(const UChar* src,int32_t srcLen, UnicodeString s0) argument
450 scan(const UChar* src,int32_t srcLen, UnicodeString s0) argument
456 scan1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
461 scan2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
470 StdLibCtor(const wchar_t* src,int32_t srcLen, stlstring s0) argument
475 StdLibCtor1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
480 StdLibCtor2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
485 StdLibCtor3(const wchar_t* src,int32_t srcLen, stlstring s0) argument
500 StdLibAssign(const wchar_t* src,int32_t srcLen, stlstring s0) argument
505 StdLibAssign1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
511 StdLibAssign2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
516 StdLibGetch(const wchar_t* src,int32_t srcLen, stlstring s0) argument
521 StdLibCatenate(const wchar_t* src,int32_t srcLen, stlstring s0) argument
535 StdLibScan(const wchar_t* src,int32_t srcLen, stlstring s0) argument
540 StdLibScan1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
545 StdLibScan2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
[all...]
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dshrink_to_fit.pass.cpp24 S s0 = s; local
27 assert(s == s0);
H A Dreserve.pass.cpp25 S s0 = s; local
28 assert(s == s0);
38 S s0 = s; local
43 assert(s == s0);
/external/llvm/test/MC/ARM/
H A Dvfp4.s13 @ ARM: vfma.f32 s2, s4, s0 @ encoding: [0x00,0x1a,0xa2,0xee]
14 @ THUMB: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a]
15 @ THUMB_V7EM: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a]
16 vfma.f32 s2, s4, s0
36 @ ARM: vfnma.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0x92,0xee]
37 @ THUMB: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a]
38 @ THUMB_V7EM: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a]
39 vfnma.f32 s2, s4, s0
47 @ ARM: vfms.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0xa2,0xee]
48 @ THUMB: vfms.f32 s2, s4, s0
[all...]
/external/bison/src/
H A Dlalr.h100 goto_number map_goto (state_number s0, symbol_number sym);
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-by-elem-saturating-mla.s6 sqdmlal s0, h0, v0.h[0]
10 sqdmlal d0, s0, v3.s[0]
14 // CHECK: sqdmlal s0, h0, v0.h[0] // encoding: [0x00,0x30,0x40,0x5f]
18 // CHECK: sqdmlal d0, s0, v3.s[0] // encoding: [0x00,0x30,0x83,0x5f]
/external/chromium_org/base/third_party/dmg_fp/
H A Dg_fmt.cc35 char *b0, *s0, *se; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
95 freedtoa(s0);

Completed in 522 milliseconds

1234567891011>>