Home
last modified time | relevance | path

Searched defs:with_count (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c80 uint32_t dstlen, int with_count, in compress_fht_sample()
/external/rust/crates/rayon-core/src/
Dlatch.rs368 pub(super) fn with_count(count: usize, owner: Option<&WorkerThread>) -> Self { in with_count() method