Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 5 of 5) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dbitops.rs32 const MIN: Self; constant
81 const MIN: Self = <$type>::MIN; constant
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h36 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/qemu/include/qemu/
H A Dosdep.h409 #define MIN(a, b) \ macro
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c72 #define MIN(x, y) ({ \ macro
/qemu/target/arm/tcg/
H A Dvec_helper.c1759 #define DO_SAT(NAME, WTYPE, TYPEN, TYPEM, OP, MIN, MAX) \ argument