Searched defs:b (Results 1 – 7 of 7) sorted by relevance
13 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
16 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
386 fdt: &'b Fdt<'b>, in find_node_by_compatible()388 ) -> impl Iterator<Item = fdt::node::FdtNode<'b, 'b>> + 'b { in find_node_by_compatible()
216 let mut b = arg2; in strcmp() localVariable
365 pub(crate) fn iter_mut<'b: 'a>(&mut self) -> ObjectPageIterMut<'b, T> { in iter_mut()
263 let b = y_break - sy; in con_clear() localVariable
1806 let mut b = RBTree::new(); in test_extend_iter() localVariable