Home
last modified time | relevance | path

Searched refs:try_split (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon/src/iter/plumbing/
Dmod.rs272 fn try_split(&mut self, stolen: bool) -> bool { in try_split() method
334 fn try_split(&mut self, len: usize, stolen: bool) -> bool { in try_split() method
336 len / 2 >= self.min && self.inner.try_split(stolen) in try_split()
412 } else if splitter.try_split(len, migrated) { in bridge_producer_consumer()
467 } else if splitter.try_split(migrated) { in bridge_unindexed_producer_consumer()
/external/jemalloc_new/test/integration/
Dextent.c213 try_split = false; in TEST_BEGIN()
221 try_split = try_merge = try_purge_lazy = try_purge_forced = true; in TEST_BEGIN()
/external/jemalloc_new/test/include/test/
Dextent_hooks.h49 static bool try_split = true; variable
246 if (!try_split) { in extent_split_hook()
/external/libaom/libaom/av1/encoder/
Dtx_search.c2601 int try_split = tx_size > TX_4X4 && depth < MAX_VARTX_DEPTH; in select_tx_block() local
2618 try_split = 0; in select_tx_block()
2622 if (p->eobs[block] == 0) try_split = 0; in select_tx_block()
2627 if (x->e_mbd.bd == 8 && try_split && in select_tx_block()
2633 if (split_score < -threshold) try_split = 0; in select_tx_block()
2640 if (try_split) { in select_tx_block()