Searched refs:test_intersect_empty (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/crosvm/resources/src/ |
H A D | address_range.rs | 331 fn test_intersect_empty(a: (u64, u64), b: (u64, u64)) { in test_intersect_empty() function 346 test_intersect_empty((0, 5), (10, 20)); in intersect_empty() 347 test_intersect_empty((5, 0), (3, 4)); in intersect_empty() 348 test_intersect_empty((10, 20), (20, 10)); in intersect_empty() 349 test_intersect_empty((10, 20), (30, 40)); in intersect_empty()
|