Home
last modified time | relevance | path

Searched refs:Fastest (Results 1 – 25 of 1926) sorted by relevance

12345678910>>...78

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Dgoodiplist.c23 struct sockaddr_in **Fastest = NULL; in CheckAList() local
57 if( p.Select(&p, &Time, (void **)&Fastest, FALSE, TRUE) == INVALID_SOCKET ) in CheckAList()
62 if( Fastest == NULL ) in CheckAList()
66 ret = *Fastest; in CheckAList()
76 struct sockaddr_in *Fastest, *First; in ThreadJod() local
83 Fastest = CheckAList((struct sockaddr_in *)Array_GetRawArray(&(inf->List)), in ThreadJod()
87 if( Fastest != NULL ) in ThreadJod()
93 inet_ntoa(Fastest->sin_addr) in ThreadJod()
102 memcpy(&t, Fastest, sizeof(struct sockaddr_in)); in ThreadJod()
103 memcpy(Fastest, First, sizeof(struct sockaddr_in)); in ThreadJod()
/dports/net-im/fractal/fractal-4.4.0/vendor/async-compression/src/
H A Dlib.rs174 Fastest, enumerator
192 Self::Fastest => params.quality = 0, in into_brotli()
204 Self::Fastest => bzip2::Compression::Fastest, in into_bzip2()
214 Self::Fastest => flate2::Compression::fast(), in into_flate2()
224 Self::Fastest => 1, in into_zstd()
234 Self::Fastest => 0, in into_xz2()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-compression-0.3.8/src/
H A Dlib.rs196 Fastest, enumerator
212 Self::Fastest => params.quality = 0, in into_brotli()
224 Self::Fastest => bzip2::Compression::fast(), in into_bzip2()
234 Self::Fastest => flate2::Compression::fast(), in into_flate2()
244 Self::Fastest => 1, in into_zstd()
254 Self::Fastest => 0, in into_xz2()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/async-compression-0.3.8/src/
H A Dlib.rs196 Fastest, enumerator
212 Self::Fastest => params.quality = 0, in into_brotli()
224 Self::Fastest => bzip2::Compression::fast(), in into_bzip2()
234 Self::Fastest => flate2::Compression::fast(), in into_flate2()
244 Self::Fastest => 1, in into_zstd()
254 Self::Fastest => 0, in into_xz2()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-compression-0.3.8/src/
H A Dlib.rs196 Fastest, enumerator
212 Self::Fastest => params.quality = 0, in into_brotli()
224 Self::Fastest => bzip2::Compression::fast(), in into_bzip2()
234 Self::Fastest => flate2::Compression::fast(), in into_flate2()
244 Self::Fastest => 1, in into_zstd()
254 Self::Fastest => 0, in into_xz2()
/dports/www/xh/xh-0.14.1/cargo-crates/async-compression-0.3.8/src/
H A Dlib.rs196 Fastest, enumerator
212 Self::Fastest => params.quality = 0, in into_brotli()
224 Self::Fastest => bzip2::Compression::fast(), in into_bzip2()
234 Self::Fastest => flate2::Compression::fast(), in into_flate2()
244 Self::Fastest => 1, in into_zstd()
254 Self::Fastest => 0, in into_xz2()
/dports/www/monolith/monolith-2.6.1/cargo-crates/async-compression-0.3.8/src/
H A Dlib.rs196 Fastest, enumerator
212 Self::Fastest => params.quality = 0, in into_brotli()
224 Self::Fastest => bzip2::Compression::fast(), in into_bzip2()
234 Self::Fastest => flate2::Compression::fast(), in into_flate2()
244 Self::Fastest => 1, in into_zstd()
254 Self::Fastest => 0, in into_xz2()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkX3DExporterFIWriter.h76 vtkSetClampMacro(Fastest, int, 0, 1);
77 vtkBooleanMacro(Fastest, int);
78 vtkGetMacro(Fastest, int);
96 int Fastest; variable
H A DvtkX3DExporter.h64 vtkSetClampMacro(Fastest, int, 0, 1);
65 vtkBooleanMacro(Fastest, int);
66 vtkGetMacro(Fastest, int);
118 int Fastest; variable
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/flume-0.5.1/
H A DREADME.md63 create-std time: [47.773 ns] <--- Fastest
69 oneshot-std time: [64.348 ns] <--- Fastest
73 inout-flume time: [18.123 ns] <--- Fastest
79 hydra-32t-1m-flume time: [98.227 us] <--- Fastest
85 hydra-32t-1000m-flume time: [1.6267 ms] <--- Fastest
92 hydra-1t-1000m-crossbeam time: [71.650 us] <--- Fastest
97 hydra-4t-10000m-flume time: [2.7487 ms] <--- Fastest
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkX3DExporterFIWriter.h78 vtkSetClampMacro(Fastest, vtkTypeBool, 0, 1);
79 vtkBooleanMacro(Fastest, vtkTypeBool);
80 vtkGetMacro(Fastest, vtkTypeBool);
99 vtkTypeBool Fastest; variable
H A DvtkX3DExporter.h79 vtkSetClampMacro(Fastest, vtkTypeBool, 0, 1);
80 vtkBooleanMacro(Fastest, vtkTypeBool);
81 vtkGetMacro(Fastest, vtkTypeBool);
149 vtkTypeBool Fastest; variable
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkX3DExporterFIWriter.h78 vtkSetClampMacro(Fastest, vtkTypeBool, 0, 1);
79 vtkBooleanMacro(Fastest, vtkTypeBool);
80 vtkGetMacro(Fastest, vtkTypeBool);
99 vtkTypeBool Fastest; variable
H A DvtkX3DExporter.h79 vtkSetClampMacro(Fastest, vtkTypeBool, 0, 1);
80 vtkBooleanMacro(Fastest, vtkTypeBool);
81 vtkGetMacro(Fastest, vtkTypeBool);
146 vtkTypeBool Fastest; variable
/dports/lang/racket/racket-8.3/share/pkgs/web-server-doc/web-server/scribblings/
H A Dtemplates.scrbl32 <head><title>Fastest Templates in the West!</title></head>
57 <head><title>Fastest @thing in the West!</title></head>
96 <head><title>Fastest Noodles in the West!</title></head>
116 ...<title>Fastest Templates in the West!</title>...
125 ...<title>Fastest 42 in the West!</title>...
134 ...<title>Fastest Noodles in the West!</title>...
143 ...<title>Fastest Thunks in the West!</title>...
152 ...<title>Fastest Laziness in the West!</title>...
161 ...<title>Fastest ...<title>Fastest Embedding in the West!</title>... in the West!</title>...
174 <head><title>Fastest @s in the West!</title></head>
[all …]
/dports/sysutils/consul/consul-1.10.3/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
H A Dresults-0.2.md33 Fastest: 0.0157 secs.
71 Fastest: 0.0023 secs.
109 Fastest: 0.0015 secs.
147 Fastest: 0.0024 secs.
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/bench/
H A Dresults-0.7.1.md32 Fastest: 0.0026 secs.
70 Fastest: 0.0014 secs.
108 Fastest: 0.0005 secs.
146 Fastest: 0.0016 secs.
191 Fastest: 0.0001 secs.

12345678910>>...78