Searched defs:try_split (Results 1 – 3 of 3) sorted by relevance
272 fn try_split(&mut self, stolen: bool) -> bool { in try_split() method334 fn try_split(&mut self, len: usize, stolen: bool) -> bool { in try_split() method
49 static bool try_split = true; variable
2601 int try_split = tx_size > TX_4X4 && depth < MAX_VARTX_DEPTH; in select_tx_block() local