Home
last modified time | relevance | path

Searched refs:S (Results 226 – 250 of 46002) sorted by relevance

12345678910>>...1841

/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
24 typename S::value_type c, S expected) in test()
40 test(S(""), 0, 0, 0, '3', S("")); in test0()
41 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
48 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
52 test(S("abcde"), 0, 2, 0, '3', S("cde")); in test0()
56 test(S("abcde"), 0, 4, 0, '3', S("e")); in test0()
60 test(S("abcde"), 0, 5, 0, '3', S("")); in test0()
76 test(S("abcde"), 1, 3, 0, '3', S("ae")); in test0()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
24 typename S::value_type c, S expected) in test()
40 test(S(""), 0, 0, 0, '3', S("")); in test0()
41 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
48 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
52 test(S("abcde"), 0, 2, 0, '3', S("cde")); in test0()
56 test(S("abcde"), 0, 4, 0, '3', S("e")); in test0()
60 test(S("abcde"), 0, 5, 0, '3', S("")); in test0()
76 test(S("abcde"), 1, 3, 0, '3', S("ae")); in test0()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
24 typename S::value_type c, S expected) in test()
40 test(S(""), 0, 0, 0, '3', S("")); in test0()
41 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
48 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
52 test(S("abcde"), 0, 2, 0, '3', S("cde")); in test0()
56 test(S("abcde"), 0, 4, 0, '3', S("e")); in test0()
60 test(S("abcde"), 0, 5, 0, '3', S("")); in test0()
76 test(S("abcde"), 1, 3, 0, '3', S("ae")); in test0()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
24 typename S::value_type c, S expected) in test()
40 test(S(""), 0, 0, 0, '3', S("")); in test0()
41 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
48 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
52 test(S("abcde"), 0, 2, 0, '3', S("cde")); in test0()
56 test(S("abcde"), 0, 4, 0, '3', S("e")); in test0()
60 test(S("abcde"), 0, 5, 0, '3', S("")); in test0()
76 test(S("abcde"), 1, 3, 0, '3', S("ae")); in test0()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
24 typename S::value_type c, S expected) in test()
40 test(S(""), 0, 0, 0, '3', S("")); in test0()
41 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
48 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
52 test(S("abcde"), 0, 2, 0, '3', S("cde")); in test0()
56 test(S("abcde"), 0, 4, 0, '3', S("e")); in test0()
60 test(S("abcde"), 0, 5, 0, '3', S("")); in test0()
76 test(S("abcde"), 1, 3, 0, '3', S("ae")); in test0()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp23 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2,
24 typename S::value_type c, S expected)
40 test(S(""), 0, 0, 0, '3', S(""));
41 test(S(""), 0, 0, 5, '3', S("33333"));
44 test(S("abcde"), 0, 0, 0, '3', S("abcde"));
48 test(S("abcde"), 0, 1, 0, '3', S("bcde"));
52 test(S("abcde"), 0, 2, 0, '3', S("cde"));
56 test(S("abcde"), 0, 4, 0, '3', S("e"));
60 test(S("abcde"), 0, 5, 0, '3', S(""));
76 test(S("abcde"), 1, 3, 0, '3', S("ae"));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp28 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
58 test(S s, typename S::size_type pos, S expected) in test()
88 test(S s, S expected) in test()
100 test(S(""), 0, 0, S("")); in main()
101 test(S(""), 0, 1, S("")); in main()
175 test(S(""), 0, S("")); in main()
196 test(S(""), S("")); in main()
197 test(S("abcde"), S("")); in main()
204 test(S(""), 0, 0, S("")); in main()
279 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp28 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
58 test(S s, typename S::size_type pos, S expected) in test()
88 test(S s, S expected) in test()
100 test(S(""), 0, 0, S("")); in main()
101 test(S(""), 0, 1, S("")); in main()
175 test(S(""), 0, S("")); in main()
196 test(S(""), S("")); in main()
197 test(S("abcde"), S("")); in main()
204 test(S(""), 0, 0, S("")); in main()
279 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp28 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
58 test(S s, typename S::size_type pos, S expected) in test()
88 test(S s, S expected) in test()
100 test(S(""), 0, 0, S("")); in main()
101 test(S(""), 0, 1, S("")); in main()
175 test(S(""), 0, S("")); in main()
196 test(S(""), S("")); in main()
197 test(S("abcde"), S("")); in main()
204 test(S(""), 0, 0, S("")); in main()
279 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test()
53 test(S s, typename S::size_type pos, S expected) in test()
83 test(S s, S expected) in test()
95 test(S(""), 0, 0, S("")); in main()
96 test(S(""), 0, 1, S("")); in main()
170 test(S(""), 0, S("")); in main()
191 test(S(""), S("")); in main()
192 test(S("abcde"), S("")); in main()
199 test(S(""), 0, 0, S("")); in main()
274 test(S(""), 0, S("")); in main()
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dsha256.c101 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in sha256_compress()
102 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in sha256_compress()
103 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf); in sha256_compress()
104 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5); in sha256_compress()
105 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b); in sha256_compress()
106 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1); in sha256_compress()
107 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4); in sha256_compress()
108 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5); in sha256_compress()
109 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],8,0xd807aa98); in sha256_compress()
110 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],9,0x12835b01); in sha256_compress()
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/hashes/sha2/
H A Dsha256.c102 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],i); in _sha256_compress()
104 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in _sha256_compress()
113 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in _sha256_compress()
114 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in _sha256_compress()
115 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf); in _sha256_compress()
116 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5); in _sha256_compress()
117 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b); in _sha256_compress()
118 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1); in _sha256_compress()
119 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4); in _sha256_compress()
120 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5); in _sha256_compress()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/hashes/sha2/
H A Dsha256.c102 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],i); in _sha256_compress()
104 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in _sha256_compress()
113 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in _sha256_compress()
114 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in _sha256_compress()
115 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf); in _sha256_compress()
116 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5); in _sha256_compress()
117 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b); in _sha256_compress()
118 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1); in _sha256_compress()
119 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4); in _sha256_compress()
120 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5); in _sha256_compress()
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/hashes/sha2/
H A Dsha256.c104 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],i); in _sha256_compress()
106 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in _sha256_compress()
115 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in _sha256_compress()
116 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in _sha256_compress()
117 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf); in _sha256_compress()
118 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5); in _sha256_compress()
119 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b); in _sha256_compress()
120 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1); in _sha256_compress()
121 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4); in _sha256_compress()
122 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5); in _sha256_compress()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/hashes/sha2/
H A Dsha256.c96 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],i);
98 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t;
107 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98);
108 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491);
109 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf);
110 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5);
111 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b);
112 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1);
113 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4);
114 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tomcrypt-1.18.1/src/hashes/sha2/
H A Dsha256.c102 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],i); in _sha256_compress()
104 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in _sha256_compress()
113 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in _sha256_compress()
114 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in _sha256_compress()
115 RND(S[6],S[7],S[0],S[1],S[2],S[3],S[4],S[5],2,0xb5c0fbcf); in _sha256_compress()
116 RND(S[5],S[6],S[7],S[0],S[1],S[2],S[3],S[4],3,0xe9b5dba5); in _sha256_compress()
117 RND(S[4],S[5],S[6],S[7],S[0],S[1],S[2],S[3],4,0x3956c25b); in _sha256_compress()
118 RND(S[3],S[4],S[5],S[6],S[7],S[0],S[1],S[2],5,0x59f111f1); in _sha256_compress()
119 RND(S[2],S[3],S[4],S[5],S[6],S[7],S[0],S[1],6,0x923f82a4); in _sha256_compress()
120 RND(S[1],S[2],S[3],S[4],S[5],S[6],S[7],S[0],7,0xab1c5ed5); in _sha256_compress()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]

12345678910>>...1841