Home
last modified time | relevance | path

Searched refs:temp_out (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/dports/devel/p5-Capture-Tiny/Capture-Tiny-0.48/t/
H A D18-custom-capture.t32 my $temp_out = tmpnam();
35 ok( !-e $temp_out, "Temp out '$temp_out' doesn't exist" );
56 unlink $_ for $temp_out, $temp_err;
62 $temp_out = tmpnam();
65 ok( !-e $temp_out, "Temp out '$temp_out' doesn't exist" );
68 open $out_fh, "+>", $temp_out;
86 unlink $_ for $temp_out, $temp_err;
92 $temp_out = tmpnam();
95 ok( !-e $temp_out, "Temp out '$temp_out' doesn't exist" );
128 $temp_out = tmpnam();
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/transform/
H A Dforward_shared.rs381 coeffs[0] = temp_out[0];
382 coeffs[1] = temp_out[2];
383 coeffs[2] = temp_out[1];
384 coeffs[3] = temp_out[3];
513 &mut temp_out,
516 coeffs[0] = temp_out[0];
517 coeffs[1] = temp_out[4];
595 &mut temp_out,
753 &mut temp_out,
920 &mut temp_out,
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/transform/
H A Dforward_shared.rs381 coeffs[0] = temp_out[0];
382 coeffs[1] = temp_out[2];
383 coeffs[2] = temp_out[1];
384 coeffs[3] = temp_out[3];
513 &mut temp_out,
516 coeffs[0] = temp_out[0];
517 coeffs[1] = temp_out[4];
595 &mut temp_out,
753 &mut temp_out,
920 &mut temp_out,
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/transform/
H A Dforward_shared.rs381 coeffs[0] = temp_out[0];
382 coeffs[1] = temp_out[2];
383 coeffs[2] = temp_out[1];
384 coeffs[3] = temp_out[3];
513 &mut temp_out,
516 coeffs[0] = temp_out[0];
517 coeffs[1] = temp_out[4];
595 &mut temp_out,
753 &mut temp_out,
920 &mut temp_out,
[all …]
/dports/cad/impact/Impact/src/run/writers/
H A DGidWriter.java235 String temp_out; in writeResult() local
355 temp_out = temp_out + in writeResult()
366 bw.write(temp_out); in writeResult()
406 temp_out = temp_out + in writeResult()
417 bw.write(temp_out); in writeResult()
457 temp_out = temp_out + in writeResult()
508 temp_out = temp_out + in writeResult()
552 String temp_out,temp; in writeResultParallel() local
672 bw.write(temp_out); in writeResultParallel()
732 bw.write(temp_out); in writeResultParallel()
[all …]
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/writers/
H A DGidWriter.java194 String temp_out; in writeResult() local
238 temp_out = temp_out + temp_element.print_Gid(Element.RESULT_STRESS_LOCAL, gpn); in writeResult()
243 bw.write(temp_out); in writeResult()
263temp_out = temp_out + temp_element.print_Gid(Element.RESULT_STRESS_GLOBAL, gpn); in writeResult()
288 temp_out = temp_out + temp_element.print_Gid(Element.RESULT_STRAIN_LOCAL, gpn); in writeResult()
313temp_out = temp_out + temp_element.print_Gid(Element.RESULT_STRAIN_GLOBAL, gpn); in writeResult()
336 String temp_out; in writeResultParallel() local
400 bw.write(temp_out); in writeResultParallel()
432 bw.write(temp_out); in writeResultParallel()
464 bw.write(temp_out); in writeResultParallel()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Ddct.c1566 output[i + j * n] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht4x8_c()
1642 output[j + i * n2] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht8x4_c()
1709 output[i + j * n] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht4x16_c()
1776 output[j + i * n4] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht16x4_c()
2272 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht8x8_c()
2275 output[j + i * 8] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht8x8_c()
2411 out[j * 16 + i] = (temp_out[j] + 1 + (temp_out[j] < 0)) >> 2; in av1_fht16x16_c()
2422 output[j + i * 16] = (temp_out[j] + (temp_out[j] < 0)) >> 1; in av1_fht16x16_c()
2639 out[j * 64 + i] = (temp_out[j] + 1 + (temp_out[j] > 0)) >> 3; in av1_fht64x64_c()
2645 out[j * 64 + i] = (temp_out[j] + 1 + (temp_out[j] > 0)) >> 2; in av1_fht64x64_c()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
45 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
65 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
79 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
99 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
113 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
225 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
258 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
273 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
293 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
45 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
65 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
79 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
99 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
113 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
225 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
258 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
273 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
293 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
219 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
251 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dztools.cpp159 auto temp_out = DynArray<seal_byte>(buffer_size, pool); in zlib_deflate_array_inplace() local
162 seal_byte *out_head = temp_out.begin(); in zlib_deflate_array_inplace()
197 size_t temp_out_size = temp_out.size(); in zlib_deflate_array_inplace()
213 temp_out.resize(buffer_size, false); in zlib_deflate_array_inplace()
220 temp_out.resize(out_size, false); in zlib_deflate_array_inplace()
231 out_size = temp_out.size(); in zlib_deflate_array_inplace()
232 out_head = temp_out.begin(); in zlib_deflate_array_inplace()
535 seal_byte *out_head = temp_out.begin(); in zstd_deflate_array_inplace()
594 temp_out.resize(out_size, false); in zstd_deflate_array_inplace()
605 out_size = temp_out.size(); in zstd_deflate_array_inplace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_idct.c30 tran_low_t temp_in[4], temp_out[4]; in eb_vp9_iht4x4_16_add_c() local
42 IHT_4[tx_type].cols(temp_in, temp_out); in eb_vp9_iht4x4_16_add_c()
62 tran_low_t temp_in[8], temp_out[8]; in eb_vp9_iht8x8_64_add_c() local
75 ht.cols(temp_in, temp_out); in eb_vp9_iht8x8_64_add_c()
95 tran_low_t temp_in[16], temp_out[16]; in eb_vp9_iht16x16_256_add_c() local
108 ht.cols(temp_in, temp_out); in eb_vp9_iht16x16_256_add_c()
218 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
250 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
263 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
283 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() local
44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c()
64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() local
77 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c()
97 tran_low_t temp_in[16], temp_out[16]; in vp9_iht16x16_256_add_c() local
110 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
220 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
252 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
285 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_idct.c30 tran_low_t temp_in[4], temp_out[4]; in eb_vp9_iht4x4_16_add_c() local
42 IHT_4[tx_type].cols(temp_in, temp_out); in eb_vp9_iht4x4_16_add_c()
62 tran_low_t temp_in[8], temp_out[8]; in eb_vp9_iht8x8_64_add_c() local
75 ht.cols(temp_in, temp_out); in eb_vp9_iht8x8_64_add_c()
95 tran_low_t temp_in[16], temp_out[16]; in eb_vp9_iht16x16_256_add_c() local
108 ht.cols(temp_in, temp_out); in eb_vp9_iht16x16_256_add_c()
218 tran_low_t temp_in[4], temp_out[4]; in vp9_highbd_iht4x4_16_add_c() local
250 tran_low_t temp_in[8], temp_out[8]; in vp9_highbd_iht8x8_64_add_c() local
263 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c()
283 tran_low_t temp_in[16], temp_out[16]; in vp9_highbd_iht16x16_256_add_c() local
[all …]
/dports/biology/vcftools/vcftools-0.1.16/src/cpp/
H A Dvariant_file_output.cpp22 ofstream temp_out; in output_frequency() local
27 buf = temp_out.rdbuf(); in output_frequency()
174 ofstream temp_out; in output_het() local
291 ofstream temp_out; in output_hwe() local
386 ofstream temp_out; in output_indv_burden() local
509 ofstream temp_out; in output_indv_freq_burden() local
638 ofstream temp_out; in output_individuals_by_mean_depth() local
705 ofstream temp_out; in output_SNP_density() local
786 ofstream temp_out; in output_indv_missingness() local
858 ofstream temp_out; in output_site_missingness() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Didct8x8_test.cc41 double temp_in[8], temp_out[8]; in reference_dct_2d() local
43 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
44 for (int j = 0; j < 8; ++j) output[j * 8 + i] = temp_out[j]; in reference_dct_2d()
48 double temp_in[8], temp_out[8]; in reference_dct_2d() local
50 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
51 for (int j = 0; j < 8; ++j) output[j + i * 8] = temp_out[j]; in reference_dct_2d()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Didct8x8_test.cc41 double temp_in[8], temp_out[8]; in reference_dct_2d() local
43 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
44 for (int j = 0; j < 8; ++j) output[j * 8 + i] = temp_out[j]; in reference_dct_2d()
48 double temp_in[8], temp_out[8]; in reference_dct_2d() local
50 reference_dct_1d(temp_in, temp_out); in reference_dct_2d()
51 for (int j = 0; j < 8; ++j) output[j + i * 8] = temp_out[j]; in reference_dct_2d()

12345678910>>...17