Home
last modified time | relevance | path

Searched defs:compressed (Results 1 – 25 of 3491) sorted by relevance

12345678910>>...140

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dtest_cases.rs74 let compressed = read::to_vec(encoder); localVariable
83 let compressed = read::to_vec(encoder); localVariable
95 let compressed = read::to_vec(encoder); localVariable
126 let compressed = sync::compress(&[]); localVariable
220 let compressed = [ localVariable
314 let compressed = write::to_vec( localVariable
326 let compressed = write::to_vec( localVariable
338 let compressed = write::to_vec( localVariable
352 let compressed = write::to_vec( localVariable
637 let compressed = [ localVariable
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dtest_cases.rs74 let compressed = read::to_vec(encoder); localVariable
83 let compressed = read::to_vec(encoder); localVariable
95 let compressed = read::to_vec(encoder); localVariable
126 let compressed = sync::compress(&[]); localVariable
220 let compressed = [ localVariable
314 let compressed = write::to_vec( localVariable
326 let compressed = write::to_vec( localVariable
338 let compressed = write::to_vec( localVariable
352 let compressed = write::to_vec( localVariable
637 let compressed = [ localVariable
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dtest_cases.rs74 let compressed = read::to_vec(encoder); localVariable
83 let compressed = read::to_vec(encoder); localVariable
95 let compressed = read::to_vec(encoder); localVariable
126 let compressed = sync::compress(&[]); localVariable
220 let compressed = [ localVariable
314 let compressed = write::to_vec( localVariable
326 let compressed = write::to_vec( localVariable
338 let compressed = write::to_vec( localVariable
352 let compressed = write::to_vec( localVariable
637 let compressed = [ localVariable
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dtest_cases.rs74 let compressed = read::to_vec(encoder); localVariable
83 let compressed = read::to_vec(encoder); localVariable
95 let compressed = read::to_vec(encoder); localVariable
126 let compressed = sync::compress(&[]); localVariable
220 let compressed = [ localVariable
314 let compressed = write::to_vec( localVariable
326 let compressed = write::to_vec( localVariable
338 let compressed = write::to_vec( localVariable
352 let compressed = write::to_vec( localVariable
637 let compressed = [ localVariable
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dtest_cases.rs74 let compressed = read::to_vec(encoder); localVariable
83 let compressed = read::to_vec(encoder); localVariable
95 let compressed = read::to_vec(encoder); localVariable
126 let compressed = sync::compress(&[]); localVariable
220 let compressed = [ localVariable
314 let compressed = write::to_vec( localVariable
326 let compressed = write::to_vec( localVariable
338 let compressed = write::to_vec( localVariable
352 let compressed = write::to_vec( localVariable
637 let compressed = [ localVariable
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/async-compression/tests/utils/
H A Dmod.rs492 let compressed = localVariable
653 let compressed = [ localVariable
671 let compressed = [ localVariable
726 let compressed = localVariable
738 let compressed = localVariable
750 let compressed = localVariable
766 let compressed = localVariable
931 let compressed = localVariable
943 let compressed = localVariable
955 let compressed = localVariable
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/async-compression/tests/
H A Dproptest.rs35 let compressed = utils::$name::stream::compress(input.stream()); localVariable
45 let compressed = utils::$name::sync::compress(input); localVariable
61 let compressed = utils::prelude::stream_to_vec(encoder); localVariable
78 … let compressed = utils::$name::futures::bufread::compress(input.reader()); localVariable
88 let compressed = utils::$name::sync::compress(input); localVariable
104 let compressed = utils::prelude::async_read_to_vec(encoder); localVariable
121 … let compressed = utils::$name::futures::write::compress(input.as_ref(), limit); localVariable
136 let compressed = utils::prelude::async_write_to_vec( localVariable
168 let compressed = utils::$name::sync::compress(input); localVariable
184 let compressed = utils::prelude::tokio_read_to_vec(encoder); localVariable
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-compression-0.3.8/tests/
H A Dproptest.rs33 let compressed = bufread::compress(bufread::from(input)); localVariable
43 let compressed = sync::compress(bytes); localVariable
59 let compressed = read::to_vec(encoder); localVariable
76 let compressed = write::compress(input.as_ref(), limit); localVariable
91 let compressed = write::to_vec( localVariable
119 let compressed = stream::compress(input.bytes_05_stream()); localVariable
129 let compressed = sync::compress(input); localVariable
145 let compressed = stream::to_vec(encoder); localVariable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/async-compression-0.3.8/tests/
H A Dproptest.rs33 let compressed = bufread::compress(bufread::from(input)); localVariable
43 let compressed = sync::compress(bytes); localVariable
59 let compressed = read::to_vec(encoder); localVariable
76 let compressed = write::compress(input.as_ref(), limit); localVariable
91 let compressed = write::to_vec( localVariable
119 let compressed = stream::compress(input.bytes_05_stream()); localVariable
129 let compressed = sync::compress(input); localVariable
145 let compressed = stream::to_vec(encoder); localVariable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-compression-0.3.8/tests/
H A Dproptest.rs33 let compressed = bufread::compress(bufread::from(input)); localVariable
43 let compressed = sync::compress(bytes); localVariable
59 let compressed = read::to_vec(encoder); localVariable
76 let compressed = write::compress(input.as_ref(), limit); localVariable
91 let compressed = write::to_vec( localVariable
119 let compressed = stream::compress(input.bytes_05_stream()); localVariable
129 let compressed = sync::compress(input); localVariable
145 let compressed = stream::to_vec(encoder); localVariable
/dports/www/xh/xh-0.14.1/cargo-crates/async-compression-0.3.8/tests/
H A Dproptest.rs33 let compressed = bufread::compress(bufread::from(input)); localVariable
43 let compressed = sync::compress(bytes); localVariable
59 let compressed = read::to_vec(encoder); localVariable
76 let compressed = write::compress(input.as_ref(), limit); localVariable
91 let compressed = write::to_vec( localVariable
119 let compressed = stream::compress(input.bytes_05_stream()); localVariable
129 let compressed = sync::compress(input); localVariable
145 let compressed = stream::to_vec(encoder); localVariable
/dports/www/monolith/monolith-2.6.1/cargo-crates/async-compression-0.3.8/tests/
H A Dproptest.rs33 let compressed = bufread::compress(bufread::from(input)); localVariable
43 let compressed = sync::compress(bytes); localVariable
59 let compressed = read::to_vec(encoder); localVariable
76 let compressed = write::compress(input.as_ref(), limit); localVariable
91 let compressed = write::to_vec( localVariable
119 let compressed = stream::compress(input.bytes_05_stream()); localVariable
129 let compressed = sync::compress(input); localVariable
145 let compressed = stream::to_vec(encoder); localVariable
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() argument
238 compressed(compressed& x, move_tag m) in compressed() argument
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() argument
235 compressed(compressed const& x) in compressed() argument
238 compressed(compressed& x, move_tag m) in compressed() function
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() function
238 compressed(compressed& x, move_tag m) in compressed() function
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() function
238 compressed(compressed& x, move_tag m) in compressed() argument
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/unordered/detail/
H A Dutil.hpp188 struct compressed struct
195 typedef T1 first_type;
196 typedef T2 second_type;
198 first_type& first() { in first()
206 second_type& second() { in second()
215 compressed(First const& x1, Second const& x2) in compressed() argument
218 compressed(compressed const& x) in compressed() function
221 compressed(compressed& x, move_tag m) in compressed() function
224 void assign(compressed const& x) in assign()
230 void move_assign(compressed& x) in move_assign()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/unordered/detail/
H A Dutil.hpp188 struct compressed struct
195 typedef T1 first_type;
196 typedef T2 second_type;
198 first_type& first() { in first()
206 second_type& second() { in second()
215 compressed(First const& x1, Second const& x2) in compressed() function
218 compressed(compressed const& x) in compressed() argument
221 compressed(compressed& x, move_tag m) in compressed() argument
224 void assign(compressed const& x) in assign()
230 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() function
238 compressed(compressed& x, move_tag m) in compressed() function
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() argument
238 compressed(compressed& x, move_tag m) in compressed() argument
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() function
238 compressed(compressed& x, move_tag m) in compressed() argument
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/unordered/detail/
H A Dutil.hpp205 struct compressed struct
212 typedef T1 first_type;
213 typedef T2 second_type;
215 first_type& first() { in first()
223 second_type& second() { in second()
232 compressed(First const& x1, Second const& x2) in compressed() function
235 compressed(compressed const& x) in compressed() argument
238 compressed(compressed& x, move_tag m) in compressed() argument
241 void assign(compressed const& x) in assign()
247 void move_assign(compressed& x) in move_assign()
[all …]
/dports/math/dsdp/DSDP5.8/matlab/
H A Dreadsedumifile.m26 compressed = 0; variable
28 compressed = 1; variable
31 compressed = 2; variable
34 compressed = 3; variable
37 compressed = 4; variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/boot/compressed/
H A Dvmlinux.scr4 input_len = .;
5 LONG(input_data_end - input_data) input_data = .;
7 output_len = . - 4; /* can be at unaligned address */
8 input_data_end = .;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/boot/compressed/
H A Dvmlinux.scr4 input_len = .;
5 LONG(input_data_end - input_data) input_data = .;
7 output_len = . - 4;
8 input_data_end = .;

12345678910>>...140