Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.9/kernel/src/arch/x86_64/include/asm/
Dasm.h168 uint8_t *xs = (uint8_t *)dst; in memset_c() local
171 *xs++ = c; in memset_c()
/DragonOS-0.1.9/kernel/src/libs/
Drbtree.rs1716 let xs = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)]; in test_from_iter() localVariable
1718 let map: RBTree<_, _> = xs.iter().cloned().collect(); in test_from_iter()
1720 for &(k, v) in &xs { in test_from_iter()
1728 let xs = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)]; in test_size_hint() localVariable
1730 let map: RBTree<_, _> = xs.iter().cloned().collect(); in test_size_hint()
1742 let xs = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)]; in test_iter_len() localVariable
1744 let map: RBTree<_, _> = xs.iter().cloned().collect(); in test_iter_len()
1756 let xs = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)]; in test_mut_size_hint() localVariable
1758 let mut map: RBTree<_, _> = xs.iter().cloned().collect(); in test_mut_size_hint()
1770 let xs = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)]; in test_iter_mut_len() localVariable
[all …]