Searched defs:ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance
/qemu/subprojects/libvduse/ | ||
H A D | libvduse.c | 52 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro |
/qemu/subprojects/libvhost-user/ | ||
H A D | libvhost-user.c | 80 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro |