Home
last modified time | relevance | path

Searched refs:ROUND (Results 201 – 225 of 8026) sorted by relevance

12345678910>>...322

/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/crypto/
H A Dblake2s-generic.c85 ROUND(0); in blake2s_compress_generic()
86 ROUND(1); in blake2s_compress_generic()
87 ROUND(2); in blake2s_compress_generic()
88 ROUND(3); in blake2s_compress_generic()
89 ROUND(4); in blake2s_compress_generic()
90 ROUND(5); in blake2s_compress_generic()
91 ROUND(6); in blake2s_compress_generic()
92 ROUND(7); in blake2s_compress_generic()
93 ROUND(8); in blake2s_compress_generic()
94 ROUND(9); in blake2s_compress_generic()
[all …]
/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dsha256.c118 #define ROUND(a,b,c,d,e,f,g,h,k,data) do { \ macro
172 ROUND(A, B, C, D, E, F, G, H, k[0], d[0]); in sha256_transform()
173 ROUND(H, A, B, C, D, E, F, G, k[1], d[1]); in sha256_transform()
174 ROUND(G, H, A, B, C, D, E, F, k[2], d[2]); in sha256_transform()
175 ROUND(F, G, H, A, B, C, D, E, k[3], d[3]); in sha256_transform()
176 ROUND(E, F, G, H, A, B, C, D, k[4], d[4]); in sha256_transform()
177 ROUND(D, E, F, G, H, A, B, C, k[5], d[5]); in sha256_transform()
178 ROUND(C, D, E, F, G, H, A, B, k[6], d[6]); in sha256_transform()
179 ROUND(B, C, D, E, F, G, H, A, k[7], d[7]); in sha256_transform()
183 ROUND(A, B, C, D, E, F, G, H, k[0], EXPAND(data, 0)); in sha256_transform()
[all …]
H A Dsha256_sha224.c117 #define ROUND(a,b,c,d,e,f,g,h,k,data) do { \ macro
187 ROUND(A, B, C, D, E, F, G, H, k[0], d[0]); in sha256_sha224_transform()
188 ROUND(H, A, B, C, D, E, F, G, k[1], d[1]); in sha256_sha224_transform()
189 ROUND(G, H, A, B, C, D, E, F, k[2], d[2]); in sha256_sha224_transform()
190 ROUND(F, G, H, A, B, C, D, E, k[3], d[3]); in sha256_sha224_transform()
191 ROUND(E, F, G, H, A, B, C, D, k[4], d[4]); in sha256_sha224_transform()
192 ROUND(D, E, F, G, H, A, B, C, k[5], d[5]); in sha256_sha224_transform()
193 ROUND(C, D, E, F, G, H, A, B, k[6], d[6]); in sha256_sha224_transform()
194 ROUND(B, C, D, E, F, G, H, A, k[7], d[7]); in sha256_sha224_transform()
198 ROUND(A, B, C, D, E, F, G, H, k[0], EXPAND(data, 0)); in sha256_sha224_transform()
[all …]
/dports/editors/wxhexeditor/wxHexEditor/mhash/lib/
H A Dsha256.c118 #define ROUND(a,b,c,d,e,f,g,h,k,data) do { \ macro
172 ROUND(A, B, C, D, E, F, G, H, k[0], d[0]); in sha256_transform()
173 ROUND(H, A, B, C, D, E, F, G, k[1], d[1]); in sha256_transform()
174 ROUND(G, H, A, B, C, D, E, F, k[2], d[2]); in sha256_transform()
175 ROUND(F, G, H, A, B, C, D, E, k[3], d[3]); in sha256_transform()
176 ROUND(E, F, G, H, A, B, C, D, k[4], d[4]); in sha256_transform()
177 ROUND(D, E, F, G, H, A, B, C, k[5], d[5]); in sha256_transform()
178 ROUND(C, D, E, F, G, H, A, B, k[6], d[6]); in sha256_transform()
179 ROUND(B, C, D, E, F, G, H, A, k[7], d[7]); in sha256_transform()
183 ROUND(A, B, C, D, E, F, G, H, k[0], EXPAND(data, 0)); in sha256_transform()
[all …]
H A Dsha256_sha224.c117 #define ROUND(a,b,c,d,e,f,g,h,k,data) do { \ macro
187 ROUND(A, B, C, D, E, F, G, H, k[0], d[0]); in sha256_sha224_transform()
188 ROUND(H, A, B, C, D, E, F, G, k[1], d[1]); in sha256_sha224_transform()
189 ROUND(G, H, A, B, C, D, E, F, k[2], d[2]); in sha256_sha224_transform()
190 ROUND(F, G, H, A, B, C, D, E, k[3], d[3]); in sha256_sha224_transform()
191 ROUND(E, F, G, H, A, B, C, D, k[4], d[4]); in sha256_sha224_transform()
192 ROUND(D, E, F, G, H, A, B, C, k[5], d[5]); in sha256_sha224_transform()
193 ROUND(C, D, E, F, G, H, A, B, k[6], d[6]); in sha256_sha224_transform()
194 ROUND(B, C, D, E, F, G, H, A, k[7], d[7]); in sha256_sha224_transform()
198 ROUND(A, B, C, D, E, F, G, H, k[0], EXPAND(data, 0)); in sha256_sha224_transform()
[all …]
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ssse3.c67 ROUND(0);
68 ROUND(1);
69 ROUND(2);
70 ROUND(3);
71 ROUND(4);
72 ROUND(5);
73 ROUND(6);
74 ROUND(7);
75 ROUND(8);
76 ROUND(9);
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ssse3.c67 ROUND(0); in blake2b_compress_ssse3()
68 ROUND(1); in blake2b_compress_ssse3()
69 ROUND(2); in blake2b_compress_ssse3()
70 ROUND(3); in blake2b_compress_ssse3()
71 ROUND(4); in blake2b_compress_ssse3()
72 ROUND(5); in blake2b_compress_ssse3()
73 ROUND(6); in blake2b_compress_ssse3()
74 ROUND(7); in blake2b_compress_ssse3()
75 ROUND(8); in blake2b_compress_ssse3()
76 ROUND(9); in blake2b_compress_ssse3()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ssse3.c67 ROUND(0); in blake2b_compress_ssse3()
68 ROUND(1); in blake2b_compress_ssse3()
69 ROUND(2); in blake2b_compress_ssse3()
70 ROUND(3); in blake2b_compress_ssse3()
71 ROUND(4); in blake2b_compress_ssse3()
72 ROUND(5); in blake2b_compress_ssse3()
73 ROUND(6); in blake2b_compress_ssse3()
74 ROUND(7); in blake2b_compress_ssse3()
75 ROUND(8); in blake2b_compress_ssse3()
76 ROUND(9); in blake2b_compress_ssse3()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ssse3.c67 ROUND(0); in blake2b_compress_ssse3()
68 ROUND(1); in blake2b_compress_ssse3()
69 ROUND(2); in blake2b_compress_ssse3()
70 ROUND(3); in blake2b_compress_ssse3()
71 ROUND(4); in blake2b_compress_ssse3()
72 ROUND(5); in blake2b_compress_ssse3()
73 ROUND(6); in blake2b_compress_ssse3()
74 ROUND(7); in blake2b_compress_ssse3()
75 ROUND(8); in blake2b_compress_ssse3()
76 ROUND(9); in blake2b_compress_ssse3()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dbitlocker_kernel.cl929 ROUND(a, b, c, d, e, f, g, h, schedule0, 0x428A2F98)
930 ROUND(h, a, b, c, d, e, f, g, schedule1, 0x71374491)
931 ROUND(g, h, a, b, c, d, e, f, schedule2, 0xB5C0FBCF)
932 ROUND(f, g, h, a, b, c, d, e, schedule3, 0xE9B5DBA5)
933 ROUND(e, f, g, h, a, b, c, d, schedule4, 0x3956C25B)
934 ROUND(d, e, f, g, h, a, b, c, schedule5, 0x59F111F1)
935 ROUND(c, d, e, f, g, h, a, b, schedule6, 0x923F82A4)
936 ROUND(b, c, d, e, f, g, h, a, schedule7, 0xAB1C5ED5)
937 ROUND(a, b, c, d, e, f, g, h, schedule8, 0xD807AA98)
938 ROUND(h, a, b, c, d, e, f, g, schedule9, 0x12835B01)
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/x86_64/
H A Dsha256-compress.asm72 C ROUND(A,B,C,D,E,F,G,H,K)
85 define(<ROUND>, <
169 EXPN( 0) ROUND(SA,SB,SC,SD,SE,SF,SG,SH,0)
170 EXPN( 1) ROUND(SH,SA,SB,SC,SD,SE,SF,SG,1)
171 EXPN( 2) ROUND(SG,SH,SA,SB,SC,SD,SE,SF,2)
172 EXPN( 3) ROUND(SF,SG,SH,SA,SB,SC,SD,SE,3)
173 EXPN( 4) ROUND(SE,SF,SG,SH,SA,SB,SC,SD,4)
174 EXPN( 5) ROUND(SD,SE,SF,SG,SH,SA,SB,SC,5)
175 EXPN( 6) ROUND(SC,SD,SE,SF,SG,SH,SA,SB,6)
176 EXPN( 7) ROUND(SB,SC,SD,SE,SF,SG,SH,SA,7)
[all …]
H A Dsha512-compress.asm72 C ROUND(A,B,C,D,E,F,G,H,K)
85 define(<ROUND>, <
169 EXPN( 0) ROUND(SA,SB,SC,SD,SE,SF,SG,SH,0)
170 EXPN( 1) ROUND(SH,SA,SB,SC,SD,SE,SF,SG,1)
171 EXPN( 2) ROUND(SG,SH,SA,SB,SC,SD,SE,SF,2)
172 EXPN( 3) ROUND(SF,SG,SH,SA,SB,SC,SD,SE,3)
173 EXPN( 4) ROUND(SE,SF,SG,SH,SA,SB,SC,SD,4)
174 EXPN( 5) ROUND(SD,SE,SF,SG,SH,SA,SB,SC,5)
175 EXPN( 6) ROUND(SC,SD,SE,SF,SG,SH,SA,SB,6)
176 EXPN( 7) ROUND(SB,SC,SD,SE,SF,SG,SH,SA,7)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dblake2b_generic.c92 ROUND(0); in blake2b_compress_one_generic()
93 ROUND(1); in blake2b_compress_one_generic()
94 ROUND(2); in blake2b_compress_one_generic()
95 ROUND(3); in blake2b_compress_one_generic()
96 ROUND(4); in blake2b_compress_one_generic()
97 ROUND(5); in blake2b_compress_one_generic()
98 ROUND(6); in blake2b_compress_one_generic()
99 ROUND(7); in blake2b_compress_one_generic()
100 ROUND(8); in blake2b_compress_one_generic()
101 ROUND(9); in blake2b_compress_one_generic()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dblake2b_generic.c92 ROUND(0); in blake2b_compress_one_generic()
93 ROUND(1); in blake2b_compress_one_generic()
94 ROUND(2); in blake2b_compress_one_generic()
95 ROUND(3); in blake2b_compress_one_generic()
96 ROUND(4); in blake2b_compress_one_generic()
97 ROUND(5); in blake2b_compress_one_generic()
98 ROUND(6); in blake2b_compress_one_generic()
99 ROUND(7); in blake2b_compress_one_generic()
100 ROUND(8); in blake2b_compress_one_generic()
101 ROUND(9); in blake2b_compress_one_generic()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dblake2b_generic.c92 ROUND(0); in blake2b_compress_one_generic()
93 ROUND(1); in blake2b_compress_one_generic()
94 ROUND(2); in blake2b_compress_one_generic()
95 ROUND(3); in blake2b_compress_one_generic()
96 ROUND(4); in blake2b_compress_one_generic()
97 ROUND(5); in blake2b_compress_one_generic()
98 ROUND(6); in blake2b_compress_one_generic()
99 ROUND(7); in blake2b_compress_one_generic()
100 ROUND(8); in blake2b_compress_one_generic()
101 ROUND(9); in blake2b_compress_one_generic()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dsha256-intel-shaext.c211 #define ROUND(k, MSG0, MSG1, MSG2, MSG3) \ in _gcry_sha256_transform_intel_shaext() macro
227 ROUND(3, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
228 ROUND(4, "xmm3", "xmm4", "xmm5", "xmm6"); in _gcry_sha256_transform_intel_shaext()
229 ROUND(5, "xmm4", "xmm5", "xmm6", "xmm3"); in _gcry_sha256_transform_intel_shaext()
230 ROUND(6, "xmm5", "xmm6", "xmm3", "xmm4"); in _gcry_sha256_transform_intel_shaext()
231 ROUND(7, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
232 ROUND(8, "xmm3", "xmm4", "xmm5", "xmm6"); in _gcry_sha256_transform_intel_shaext()
233 ROUND(9, "xmm4", "xmm5", "xmm6", "xmm3"); in _gcry_sha256_transform_intel_shaext()
234 ROUND(10, "xmm5", "xmm6", "xmm3", "xmm4"); in _gcry_sha256_transform_intel_shaext()
235 ROUND(11, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dsha256-intel-shaext.c211 #define ROUND(k, MSG0, MSG1, MSG2, MSG3) \ in _gcry_sha256_transform_intel_shaext() macro
227 ROUND(3, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
228 ROUND(4, "xmm3", "xmm4", "xmm5", "xmm6"); in _gcry_sha256_transform_intel_shaext()
229 ROUND(5, "xmm4", "xmm5", "xmm6", "xmm3"); in _gcry_sha256_transform_intel_shaext()
230 ROUND(6, "xmm5", "xmm6", "xmm3", "xmm4"); in _gcry_sha256_transform_intel_shaext()
231 ROUND(7, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
232 ROUND(8, "xmm3", "xmm4", "xmm5", "xmm6"); in _gcry_sha256_transform_intel_shaext()
233 ROUND(9, "xmm4", "xmm5", "xmm6", "xmm3"); in _gcry_sha256_transform_intel_shaext()
234 ROUND(10, "xmm5", "xmm6", "xmm3", "xmm4"); in _gcry_sha256_transform_intel_shaext()
235 ROUND(11, "xmm6", "xmm3", "xmm4", "xmm5"); in _gcry_sha256_transform_intel_shaext()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.7/sys/functions/
H A Dformat_time.sql79 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
80 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
81 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
82 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
83 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
84 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
85 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
86 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.6/sys/functions/
H A Dformat_time.sql79 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
80 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
81 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
82 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
83 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
84 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
85 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
86 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/percona57-server/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/percona57-client/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');
/dports/databases/mysql57-client/mysql-5.7.36/scripts/sys_schema/functions/
H A Dformat_time.sql86 …ELSEIF picoseconds >= 604800000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 604800000000000000…
87 …ELSEIF picoseconds >= 86400000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 86400000000000000, …
88 …ELSEIF picoseconds >= 3600000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 3600000000000000, 2)…
89 …ELSEIF picoseconds >= 60000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 60000000000000, 2), ' …
90 …ELSEIF picoseconds >= 1000000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000000, 2), ' s'…
91 ELSEIF picoseconds >= 1000000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000000, 2), ' ms');
92 ELSEIF picoseconds >= 1000000 THEN RETURN CONCAT(ROUND(picoseconds / 1000000, 2), ' us');
93 ELSEIF picoseconds >= 1000 THEN RETURN CONCAT(ROUND(picoseconds / 1000, 2), ' ns');

12345678910>>...322