Searched refs:compare (Results 1 – 2 of 2) sorted by relevance
| /rust-libc-0.2.174/libc-test/test/ |
| H A D | makedev.rs | 60 fn compare(major: c_uint, minor: c_uint) { in compare() function 74 compare(major, minor); in test_8bits() 86 compare(major, minor); in test_android_like() 89 compare(major, (1 << 20) - 1); in test_android_like() 100 compare(major, minor); in test_fbsd11_like() 103 compare(major, c_uint::MAX); in test_fbsd11_like() 114 compare(major, minor); in test_openbsd_like() 117 compare(major, (1 << 24) - 1); in test_openbsd_like() 136 compare(major, minor); in test_fbsd12_like() 139 compare(major, c_uint::MAX); in test_fbsd12_like() [all …]
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 3 ## [0.2.174](https://github.com/rust-lang/libc/compare/0.2.173...0.2.174) - 2025-06-17 21 ## [0.2.173](https://github.com/rust-lang/libc/compare/0.2.172...0.2.173) - 2025-06-09 57 ## [0.2.172](https://github.com/rust-lang/libc/compare/0.2.171...0.2.172) - 2025-04-14 123 ## [0.2.171](https://github.com/rust-lang/libc/compare/0.2.170...0.2.171) - 2025-03-11 178 ## [0.2.170](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170) - 2025-02-23 215 ## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18 234 ## [0.2.168](https://github.com/rust-lang/libc/compare/0.2.167...0.2.168) - 2024-12-09 259 ## [0.2.167](https://github.com/rust-lang/libc/compare/0.2.166...0.2.167) - 2024-11-28 287 ## [0.2.166](https://github.com/rust-lang/libc/compare/0.2.165...0.2.166) - 2024-11-26 296 ## [0.2.165](https://github.com/rust-lang/libc/compare/0.2.164...0.2.165) - 2024-11-25 [all …]
|