Searched refs:s0 (Results 101 - 125 of 521) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h63 typedef void (*ICUStringPerfFn)(const UChar* src,int32_t srcLen, UnicodeString s0);
64 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
391 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) argument
396 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
406 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) argument
417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) argument
422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
429 unistr = s0;
432 getch(const UChar* src,int32_t srcLen, UnicodeString s0) argument
438 catenate(const UChar* src,int32_t srcLen, UnicodeString s0) argument
455 scan(const UChar* src,int32_t srcLen, UnicodeString s0) argument
461 scan1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
466 scan2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
475 StdLibCtor(const wchar_t* src,int32_t srcLen, stlstring s0) argument
480 StdLibCtor1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
485 StdLibCtor2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
490 StdLibCtor3(const wchar_t* src,int32_t srcLen, stlstring s0) argument
505 StdLibAssign(const wchar_t* src,int32_t srcLen, stlstring s0) argument
510 StdLibAssign1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
516 StdLibAssign2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
521 StdLibGetch(const wchar_t* src,int32_t srcLen, stlstring s0) argument
526 StdLibCatenate(const wchar_t* src,int32_t srcLen, stlstring s0) argument
540 StdLibScan(const wchar_t* src,int32_t srcLen, stlstring s0) argument
545 StdLibScan1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
550 StdLibScan2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
[all...]
/external/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.pass.cpp25 S s0 = s; local
28 assert(s == s0);
/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding-error.s3 fmov s0, #-0.0
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]
H A Darmv8.1a-rdma.s69 sqrdmlah s0, s1, s2
70 sqrdmlsh s0, s1, s2
73 // CHECK: sqrdmlah s0, s1, s2 // encoding: [0x20,0x84,0x82,0x7e]
74 // CHECK: sqrdmlsh s0, s1, s2 // encoding: [0x20,0x8c,0x82,0x7e]
114 sqrdmlah s0, s1, v2.s[3]
115 sqrdmlsh s0, s1, v2.s[3]
118 // CHECK: sqrdmlah s0, s1, v2.s[3] // encoding: [0x20,0xd8,0xa2,0x7f]
119 // CHECK: sqrdmlsh s0, s1, v2.s[3] // encoding: [0x20,0xf8,0xa2,0x7f]
122 sqrdmlah s0, d1, v2.s[3]
124 sqrdmlsh s0, s
[all...]
/external/llvm/test/MC/AMDGPU/
H A Dout-of-range-registers.s4 s_add_i32 s104, s0, s1
7 s_add_i32 s105, s0, s1
H A Dvop2-err.s56 v_addc_u32_e32 v1, vcc, v2, v3, s0
59 v_addc_u32_e32 v1, -1, v2, v3, 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/slf4j/integration/src/test/java/org/slf4j/
H A DCompatibilityAssertionTest.java58 String s0 = (String) sps.stringList.get(0);
59 assertTrue(s0.contains(msg));
/external/clang/test/Sema/
H A Dattr-weak.c11 struct __attribute__((weak)) s0 {}; // expected-warning {{'weak' attribute only applies to variables and functions}} struct
H A Darm-layout.c7 struct s0 { char field0; double field1; }; struct
9 check(s0_size, sizeof(struct s0) == 16);
11 check(s0_size, sizeof(struct s0) == 12);
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dmove_alloc.pass.cpp26 test(S s0, const typename S::allocator_type& a) argument
28 S s1 = s0;
29 S s2(std::move(s0), a);
31 LIBCPP_ASSERT(s0.__invariants());
/external/libcxx/test/std/strings/basic.string/string.ends_with/
H A Dends_with.string_view.pass.cpp27 S s0; local
43 ASSERT_NOEXCEPT(s0.ends_with(sv0));
45 assert ( s0.ends_with(sv0));
46 assert (!s0.ends_with(sv1));
/external/libcxx/test/std/strings/basic.string/string.starts_with/
H A Dstarts_with.string_view.pass.cpp27 S s0; local
43 ASSERT_NOEXCEPT(s0.starts_with(sv0));
45 assert ( s0.starts_with(sv0));
46 assert (!s0.starts_with(sv1));
/external/selinux/mcstrans/share/examples/urcsts/
H A Dsecolor.conf14 range s0-s0:c0.c1023 = black green
/external/selinux/mcstrans/share/examples/urcsts-via-include/
H A Dsecolor.conf14 range s0-s0:c0.c1023 = black green
/external/valgrind/none/tests/amd64/
H A Dfb_test_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/clang/test/SemaTemplate/
H A Ddestructor-template.cpp3 template<typename A> class s0 { class
5 template<typename B> class s1 : public s0<A> {
7 s0<A> ms0;
/external/opencv/cv/src/
H A Dcvsamplers.cpp191 worktype s0 = cast_macro(src[j])*a11 + \
200 dst[j] = (dsttype)cast_macro2(s0); \
206 worktype s0 = cast_macro(src[j])*a11 + \
211 dst[j] = (dsttype)cast_macro2(s0); \
231 worktype s0 = cast_macro(src[r.x])*b1 + \
234 dst[j] = (dsttype)cast_macro2(s0); \
239 worktype s0 = cast_macro(src[j])*a11 + \
244 dst[j] = (dsttype)cast_macro2(s0); \
249 worktype s0 = cast_macro(src[r.width])*b1 + \
252 dst[j] = (dsttype)cast_macro2(s0); \
463 float s0 = CV_8TO32F(src[r.x])*b1 + local
483 float s0 = CV_8TO32F(src[r.width])*b1 + local
[all...]
/external/selinux/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf390 sensitivity s0;
395 dominance { s0 }
410 level s0:c0.c23;
484 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
485 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
486 gen_user(joe,, user_r, s0, s
[all...]
H A Dbase-notmetreq.conf385 sensitivity s0;
390 dominance { s0 }
405 level s0:c0.c23;
471 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
472 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
473 gen_user(joe,, user_r, s0, s
[all...]
H A Dsmall-base.conf390 sensitivity s0;
395 dominance { s0 }
410 level s0:c0.c23;
472 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
473 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
474 gen_user(joe,, user_r, s0, s
[all...]
/external/valgrind/none/tests/mips64/
H A Dlogical_instructions.stdout.exp2 and $s0, $s1, $s2 :: rd 0x1284020, rs 0x12bd6aa, rt 0xa2a6ec661ba84121
4 and $s0, $s1, $s2 :: rd 0x4c834002122303, rs 0x7e876382d2ab13, rt 0x614d9b445f12236b
6 and $s0, $s1, $s2 :: rd 0x1328080203050071, rs 0x976d6e9ac31510f3, rt 0x3baa99471f6d4d75
8 and $s0, $s1, $s2 :: rd 0x20044c571216a462, rs 0xb7746d775ad6a5fb, rt 0x680cce5fb236b666
10 and $s0, $s1, $s2 :: rd 0x40a040000401a502, rs 0x42b0c0a28677b502, rt 0x58ec644d6481af17
12 and $s0, $s1, $s2 :: rd 0x2a809c019a381088, rs 0x2aa89d319e3c30ad, rt 0xae87bc899a7bd3ca
14 and $s0, $s1, $s2 :: rd 0xd2088431022411c, rs 0x1f308ec377fb413d, rt 0xcd61a8639826631e
16 and $s0, $s1, $s2 :: rd 0x1a004203470020e4, rs 0x7aa04213c760e4f7, rt 0x9e02de4b678930ec
18 and $s0, $s1, $s2 :: rd 0x1070508500008820, rs 0x9e705cc51ad8dca0, rt 0x30f870b7e122a83b
20 and $s0,
[all...]
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daes-586.pl202 $s0="eax";
213 $__s0=&DWP(4,"esp"); # s0 backing store
254 &mov ($v1,$s[0]); # copy s0
259 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0
261 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8
264 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
266 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24
309 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
316 &rotr ($s0,16); # 1, 0, 3, 2
327 &movz ($v0,&HB($s0)); #
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S41 SAVE_REGS_ON_STACK 8, s0, s1
44 lw s0, 28(sp) // s0 = cinfo->num_components
66 addu t2, t2, s0
69 addu t4, t2, s0
70 addu t7, t4, s0
71 addu t8, t7, s0
72 addu t2, t8, s0
83 bne t1, s0, 1b
105 addu t4, t2, s0
[all...]

Completed in 818 milliseconds

1234567891011>>