Home
last modified time | relevance | path

Searched refs:oneshot (Results 1 – 25 of 30) sorted by relevance

12

/third_party/rust/crates/memchr/bench/runs/2021-05-06_sliceslice-0.3.0/
DREADME.md11 which means it no longer requires a `Box<[u8]>`. This improves the `oneshot`
41 oneshot/code-rust-library/never-fn-quux 1.00 46.7±0.09µs 32.8 G…
42 oneshot/code-rust-library/never-fn-strength 1.01 48.8±0.05µs 31.4 G…
43 oneshot/code-rust-library/never-fn-strength-paren 1.00 48.3±0.17µs 31.8 G…
44 oneshot/code-rust-library/rare-fn-from-str 1.00 14.0±0.01µs 110.0 G…
45 oneshot/huge-en/never-all-common-bytes 1.13 25.9±0.06µs 22.1 G…
46 oneshot/huge-en/never-john-watson 1.00 17.5±0.02µs 32.7 G…
47 oneshot/huge-en/never-some-rare-bytes 1.00 17.5±0.02µs 32.6 G…
48 oneshot/huge-en/never-two-space 1.02 17.5±0.03µs 32.5 G…
49 oneshot/huge-en/rare-huge-needle 1.30 39.8±0.09µs 14.3 G…
[all …]
/third_party/rust/crates/memchr/bench/runs/2021-05-01_regex-and-bstr/
DREADME.md42 oneshot/code-rust-library/never-fn-quux 1.00 41.0±0.12µs 37.4 G…
43 oneshot/code-rust-library/never-fn-strength 1.00 48.7±0.10µs 31.5 G…
44 oneshot/code-rust-library/never-fn-strength-paren 1.00 48.9±0.11µs 31.4 G…
45 oneshot/code-rust-library/rare-fn-from-str 1.00 14.0±0.01µs 109.3 G…
46 oneshot/huge-en/never-all-common-bytes 1.11 25.7±0.05µs 22.3 G…
47 oneshot/huge-en/never-john-watson 1.00 17.6±0.01µs 32.4 G…
48 oneshot/huge-en/never-some-rare-bytes 1.01 17.6±0.03µs 32.4 G…
49 oneshot/huge-en/never-two-space 1.02 17.6±0.03µs 32.4 G…
50 oneshot/huge-en/rare-huge-needle 1.54 39.5±0.05µs 14.5 G…
51 oneshot/huge-en/rare-long-needle 1.00 18.8±0.02µs 30.4 G…
[all …]
/third_party/rust/crates/memchr/bench/runs/2021-04-30_initial/
DREADME.md36 oneshot/code-rust-library/never-fn-quux 1.00 41.0±0.18µs 37.4 G…
37 oneshot/code-rust-library/never-fn-strength 1.00 48.6±0.06µs 31.6 G…
38 oneshot/code-rust-library/never-fn-strength-paren 1.00 48.4±0.28µs 31.7 G…
39 oneshot/code-rust-library/rare-fn-from-str 1.00 14.1±0.01µs 108.7 G…
40 oneshot/huge-en/never-all-common-bytes 1.05 25.6±0.05µs 22.3 G…
41 oneshot/huge-en/never-john-watson 1.00 17.4±0.03µs 32.9 G…
42 oneshot/huge-en/never-some-rare-bytes 1.00 17.4±0.03µs 32.9 G…
43 oneshot/huge-en/never-two-space 1.00 17.4±0.02µs 32.9 G…
44 oneshot/huge-en/rare-huge-needle 1.54 39.4±0.11µs 14.5 G…
45 oneshot/huge-en/rare-long-needle 1.00 18.8±0.01µs 30.4 G…
[all …]
/third_party/rust/crates/memchr/bench/runs/2022-04-29_wasm-changes/
DREADME.md51 oneshot/code-rust-library/never-fn-quux 1.00 51.4±0.05µs 29.9 G…
52 oneshot/code-rust-library/never-fn-strength 1.09 53.2±0.03µs 28.8 G…
53 oneshot/code-rust-library/never-fn-strength-paren 1.05 53.2±0.11µs 28.8 G…
54 oneshot/code-rust-library/rare-fn-from-str 1.09 15.4±0.02µs 99.5 G…
55 oneshot/huge-en/never-all-common-bytes 1.13 26.3±0.05µs 21.7 G…
56 oneshot/huge-en/never-john-watson 1.00 16.7±0.03µs 34.3 G…
57 oneshot/huge-en/never-some-rare-bytes 1.00 16.5±0.03µs 34.6 G…
58 oneshot/huge-en/never-two-space 1.12 19.3±0.02µs 29.6 G…
59 oneshot/huge-en/rare-huge-needle 1.30 39.9±0.08µs 14.3 G…
60 oneshot/huge-en/rare-long-needle 1.00 16.4±0.02µs 34.7 G…
[all …]
/third_party/rust/crates/cxx/book/src/
Dasync.md27 For now the recommended approach is to handle the return codepath over a oneshot
28 channel (such as [`futures::channel::oneshot`]) represented in an opaque Rust
31 [`futures::channel::oneshot`]: https://docs.rs/futures/0.3.8/futures/channel/oneshot/index.html
36 use futures::channel::oneshot;
55 struct DoThingContext(oneshot::Sender<Ret>);
58 let (tx, rx) = oneshot::channel();
/third_party/rust/crates/memchr/bench/src/memmem/
Dimp.rs29 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
67 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
121 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
171 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
222 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
263 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
320 pub(crate) fn oneshot(_haystack: &str, _needle: &str) -> bool { in oneshot() function
358 pub(crate) fn oneshot(_haystack: &str, _needle: &str) -> bool { in oneshot() function
396 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
419 pub(crate) fn oneshot(haystack: &str, needle: &str) -> bool { in oneshot() function
[all …]
Dmod.rs104 oneshot(c); in all()
111 fn oneshot(c: &mut Criterion) { in oneshot() function
149 define!("memmem", imp::$impl::fwd::oneshot); in oneshot()
151 define!("memrmem", imp::$impl::rev::oneshot); in oneshot()
/third_party/node/deps/uv/src/unix/
Dsignal.c47 int oneshot);
224 static int uv__signal_register_handler(int signum, int oneshot) { in uv__signal_register_handler() argument
234 if (oneshot) in uv__signal_register_handler()
355 int oneshot) { in uv__signal_start() argument
392 (!oneshot && (first_handle->flags & UV_SIGNAL_ONE_SHOT))) { in uv__signal_start()
393 err = uv__signal_register_handler(signum, oneshot); in uv__signal_start()
402 if (oneshot) in uv__signal_start()
/third_party/libuv/src/unix/
Dsignal.c47 int oneshot);
224 static int uv__signal_register_handler(int signum, int oneshot) { in uv__signal_register_handler() argument
234 if (oneshot) in uv__signal_register_handler()
355 int oneshot) { in uv__signal_start() argument
392 (!oneshot && (first_handle->flags & UV_SIGNAL_ONE_SHOT))) { in uv__signal_start()
393 err = uv__signal_register_handler(signum, oneshot); in uv__signal_start()
402 if (oneshot) in uv__signal_start()
/third_party/node/deps/uv/src/win/
Dsignal.c40 int oneshot);
196 int oneshot) { in uv__signal_start() argument
220 if (oneshot) in uv__signal_start()
/third_party/libuv/src/win/
Dsignal.c40 int oneshot);
196 int oneshot) { in uv__signal_start() argument
220 if (oneshot) in uv__signal_start()
/third_party/iptables/
Diptables.service7 Type=oneshot
/third_party/alsa-utils/alsactl/
Dalsa-restore.service.in12 Type=oneshot
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.android.rc19 oneshot
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.android.rc19 oneshot
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_gcm.h101 OSSL_GCM_oneshot_fn oneshot; member
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_gcm.h101 OSSL_GCM_oneshot_fn oneshot; member
/third_party/openssl/doc/man7/
DEVP_MAC-HMAC.pod55 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
Dprovider-digest.pod136 OSSL_FUNC_digest_digest() is a "oneshot" digest function.
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c551 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c551 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher()
/third_party/openssl/doc/man3/
DEVP_MAC.pod284 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
286 A simple flag to set the MAC digest to be a oneshot operation.
/third_party/openssl/doc/man1/
Dopenssl-pkeyutl.pod.in322 "oneshot" operation with these algorithms. This means that the entire file to
/third_party/node/deps/openssl/openssl/crypto/err/
Dopenssl.txt727 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported
/third_party/openssl/crypto/err/
Dopenssl.txt728 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported

12