Home
last modified time | relevance | path

Searched defs:try_split (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/jemalloc_new/test/include/test/
H A Dextent_hooks.h49 static bool try_split = true; variable
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c2505 int *try_no_split, int *try_split, in prune_tx_split_no_split()
2563 int try_split = tx_size > TX_4X4 && depth < MAX_VARTX_DEPTH; in select_tx_block() local