Home
last modified time | relevance | path

Searched refs:S (Results 126 – 150 of 36530) sorted by relevance

12345678910>>...1462

/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string.pass.cpp36 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
60 test(S(""), 0, 0, S(""), 0); in test0()
61 test(S(""), 0, 0, S("abcde"), -5); in test0()
64 test(S(""), 0, 1, S(""), 0); in test0()
65 test(S(""), 0, 1, S("abcde"), -5); in test0()
68 test(S(""), 1, 0, S(""), 0); in test0()
69 test(S(""), 1, 0, S("abcde"), 0); in test0()
72 test(S("abcde"), 0, 0, S(""), 0); in test0()
76 test(S("abcde"), 0, 1, S(""), 1); in test0()
80 test(S("abcde"), 0, 2, S(""), 2); in test0()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
55 test(S(""), 0, 0, S(""), 0); in test0()
56 test(S(""), 0, 0, S("abcde"), -5); in test0()
59 test(S(""), 0, 1, S(""), 0); in test0()
60 test(S(""), 0, 1, S("abcde"), -5); in test0()
63 test(S(""), 1, 0, S(""), 0); in test0()
64 test(S(""), 1, 0, S("abcde"), 0); in test0()
67 test(S("abcde"), 0, 0, S(""), 0); in test0()
71 test(S("abcde"), 0, 1, S(""), 1); in test0()
75 test(S("abcde"), 0, 2, S(""), 2); in test0()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
55 test(S(""), 0, 0, S(""), 0); in test0()
56 test(S(""), 0, 0, S("abcde"), -5); in test0()
59 test(S(""), 0, 1, S(""), 0); in test0()
60 test(S(""), 0, 1, S("abcde"), -5); in test0()
63 test(S(""), 1, 0, S(""), 0); in test0()
64 test(S(""), 1, 0, S("abcde"), 0); in test0()
67 test(S("abcde"), 0, 0, S(""), 0); in test0()
71 test(S("abcde"), 0, 1, S(""), 1); in test0()
75 test(S("abcde"), 0, 2, S(""), 2); in test0()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
55 test(S(""), 0, 0, S(""), 0); in test0()
56 test(S(""), 0, 0, S("abcde"), -5); in test0()
59 test(S(""), 0, 1, S(""), 0); in test0()
60 test(S(""), 0, 1, S("abcde"), -5); in test0()
63 test(S(""), 1, 0, S(""), 0); in test0()
64 test(S(""), 1, 0, S("abcde"), 0); in test0()
67 test(S("abcde"), 0, 0, S(""), 0); in test0()
71 test(S("abcde"), 0, 1, S(""), 1); in test0()
75 test(S("abcde"), 0, 2, S(""), 2); in test0()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
55 test(S(""), 0, 0, S(""), 0); in test0()
56 test(S(""), 0, 0, S("abcde"), -5); in test0()
59 test(S(""), 0, 1, S(""), 0); in test0()
60 test(S(""), 0, 1, S("abcde"), -5); in test0()
63 test(S(""), 1, 0, S(""), 0); in test0()
64 test(S(""), 1, 0, S("abcde"), 0); in test0()
67 test(S("abcde"), 0, 0, S(""), 0); in test0()
71 test(S("abcde"), 0, 1, S(""), 1); in test0()
75 test(S("abcde"), 0, 2, S(""), 2); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
64 test0(S(""), S(""), S("")); in main()
65 test0(S(""), S("12345"), S("12345")); in main()
68 test0(S("abcde"), S(""), S("abcde")); in main()
89 test1(S(""), S(""), S("")); in main()
111 test2(S(""), S(""), S("")); in main()
133 test3(S(""), S(""), S("")); in main()
159 test0(S(""), S(""), S("")); in main()
181 test1(S(""), S(""), S("")); in main()
203 test2(S(""), S(""), S("")); in main()
[all …]
/dports/security/botan110/Botan-1.10.17/src/hash/gost_3411/
H A Dgost_3411.cpp144 S2[12] = S[ 0] ^ S[ 4] ^ S[ 6] ^ S[10] ^ S[24] ^ S[26] ^ S[28] ^ S[30]; in compress_n()
145 S2[13] = S[ 1] ^ S[ 5] ^ S[ 7] ^ S[11] ^ S[25] ^ S[27] ^ S[29] ^ S[31]; in compress_n()
150 S2[18] = S[ 0] ^ S[ 2] ^ S[ 6] ^ S[ 8] ^ S[12] ^ S[16] ^ S[24] ^ S[28]; in compress_n()
154 S2[22] = S[ 0] ^ S[ 2] ^ S[10] ^ S[12] ^ S[16] ^ S[20] ^ S[24] ^ S[28] ^ S[30]; in compress_n()
155 S2[23] = S[ 1] ^ S[ 3] ^ S[11] ^ S[13] ^ S[17] ^ S[21] ^ S[25] ^ S[29] ^ S[31]; in compress_n()
185 S2[ 8] = S[ 0] ^ S[ 6] ^ S[12] ^ S[14] ^ S[22] ^ S[24] ^ S[26] ^ S[28] ^ S[30]; in compress_n()
186 S2[ 9] = S[ 1] ^ S[ 7] ^ S[13] ^ S[15] ^ S[23] ^ S[25] ^ S[27] ^ S[29] ^ S[31]; in compress_n()
211 S2[28] = S[ 0] ^ S[ 2] ^ S[ 6] ^ S[12] ^ S[14] ^ S[16] ^ S[20] ^ S[22] ^ S[26] ^ S[28]; in compress_n()
212 S2[29] = S[ 1] ^ S[ 3] ^ S[ 7] ^ S[13] ^ S[15] ^ S[17] ^ S[21] ^ S[23] ^ S[27] ^ S[29]; in compress_n()
213 S2[30] = S[ 2] ^ S[ 4] ^ S[ 8] ^ S[14] ^ S[16] ^ S[18] ^ S[22] ^ S[24] ^ S[28] ^ S[30]; in compress_n()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_size_char.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, 0, '2', S("")); in test0()
60 test(S(""), 0, 0, 5, '2', S("22222")); in test0()
63 test(S(""), 0, 1, 0, '2', S("")); in test0()
64 test(S(""), 0, 1, 5, '2', S("22222")); in test0()
79 test(S("abcde"), 0, 2, 0, '2', S("cde")); in test0()
83 test(S("abcde"), 0, 4, 0, '2', S("e")); in test0()
87 test(S("abcde"), 0, 5, 0, '2', S("")); in test0()
91 test(S("abcde"), 0, 6, 0, '2', S("")); in test0()
111 test(S("abcde"), 1, 4, 0, '2', S("a")); in test0()
[all …]
H A Dsize_size_pointer.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
58 test(S(""), 0, 0, "", S("")); in test0()
59 test(S(""), 0, 0, "12345", S("12345")); in test0()
62 test(S(""), 0, 1, "", S("")); in test0()
63 test(S(""), 0, 1, "12345", S("12345")); in test0()
78 test(S("abcde"), 0, 2, "", S("cde")); in test0()
82 test(S("abcde"), 0, 4, "", S("e")); in test0()
86 test(S("abcde"), 0, 5, "", S("")); in test0()
90 test(S("abcde"), 0, 6, "", S("")); in test0()
110 test(S("abcde"), 1, 4, "", S("a")); in test0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_size_char.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
64 test(S(""), 0, 0, 0, '2', S("")); in test0()
65 test(S(""), 0, 0, 5, '2', S("22222")); in test0()
68 test(S(""), 0, 1, 0, '2', S("")); in test0()
69 test(S(""), 0, 1, 5, '2', S("22222")); in test0()
84 test(S("abcde"), 0, 2, 0, '2', S("cde")); in test0()
88 test(S("abcde"), 0, 4, 0, '2', S("e")); in test0()
92 test(S("abcde"), 0, 5, 0, '2', S("")); in test0()
96 test(S("abcde"), 0, 6, 0, '2', S("")); in test0()
116 test(S("abcde"), 1, 4, 0, '2', S("a")); in test0()
[all …]
H A Dsize_size_pointer.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
63 test(S(""), 0, 0, "", S("")); in test0()
64 test(S(""), 0, 0, "12345", S("12345")); in test0()
67 test(S(""), 0, 1, "", S("")); in test0()
83 test(S("abcde"), 0, 2, "", S("cde")); in test0()
87 test(S("abcde"), 0, 4, "", S("e")); in test0()
91 test(S("abcde"), 0, 5, "", S("")); in test0()
95 test(S("abcde"), 0, 6, "", S("")); in test0()
111 test(S("abcde"), 1, 3, "", S("ae")); in test0()
115 test(S("abcde"), 1, 4, "", S("a")); in test0()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
58 test(S(""), 0, 0, "", S("")); in test0()
59 test(S(""), 0, 0, "12345", S("12345")); in test0()
62 test(S(""), 0, 1, "", S("")); in test0()
63 test(S(""), 0, 1, "12345", S("12345")); in test0()
78 test(S("abcde"), 0, 2, "", S("cde")); in test0()
82 test(S("abcde"), 0, 4, "", S("e")); in test0()
86 test(S("abcde"), 0, 5, "", S("")); in test0()
90 test(S("abcde"), 0, 6, "", S("")); in test0()
110 test(S("abcde"), 1, 4, "", S("a")); in test0()
[all …]
H A Dsize_size_size_char.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
59 test(S(""), 0, 0, 0, '2', S("")); in test0()
60 test(S(""), 0, 0, 5, '2', S("22222")); in test0()
63 test(S(""), 0, 1, 0, '2', S("")); in test0()
64 test(S(""), 0, 1, 5, '2', S("22222")); in test0()
79 test(S("abcde"), 0, 2, 0, '2', S("cde")); in test0()
83 test(S("abcde"), 0, 4, 0, '2', S("e")); in test0()
87 test(S("abcde"), 0, 5, 0, '2', S("")); in test0()
91 test(S("abcde"), 0, 6, 0, '2', S("")); in test0()
111 test(S("abcde"), 1, 4, 0, '2', S("a")); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_size_char.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
64 test(S(""), 0, 0, 0, '2', S("")); in test0()
65 test(S(""), 0, 0, 5, '2', S("22222")); in test0()
68 test(S(""), 0, 1, 0, '2', S("")); in test0()
69 test(S(""), 0, 1, 5, '2', S("22222")); in test0()
84 test(S("abcde"), 0, 2, 0, '2', S("cde")); in test0()
88 test(S("abcde"), 0, 4, 0, '2', S("e")); in test0()
92 test(S("abcde"), 0, 5, 0, '2', S("")); in test0()
96 test(S("abcde"), 0, 6, 0, '2', S("")); in test0()
116 test(S("abcde"), 1, 4, 0, '2', S("a")); in test0()
[all …]
H A Dsize_size_pointer.pass.cpp29 test(S s, typename S::size_type pos, typename S::size_type n1, in test()
63 test(S(""), 0, 0, "", S("")); in test0()
64 test(S(""), 0, 0, "12345", S("12345")); in test0()
67 test(S(""), 0, 1, "", S("")); in test0()
83 test(S("abcde"), 0, 2, "", S("cde")); in test0()
87 test(S("abcde"), 0, 4, "", S("e")); in test0()
91 test(S("abcde"), 0, 5, "", S("")); in test0()
95 test(S("abcde"), 0, 6, "", S("")); in test0()
111 test(S("abcde"), 1, 3, "", S("ae")); in test0()
115 test(S("abcde"), 1, 4, "", S("a")); in test0()
[all …]

12345678910>>...1462