Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/
H A Dloader.h328 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
336 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument
/openbmc/qemu/include/qemu/
H A Dosdep.h403 #define MIN_INTERNAL(a, b, _a, _b) \ argument
412 #define MAX_INTERNAL(a, b, _a, _b) \ argument
445 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ argument
/openbmc/qemu/hw/display/
H A Dqxl.c56 #define QXL_MODE(_x, _y, _b, _o) \ argument
/openbmc/qemu/qga/
H A Dcommands-linux.c350 static int compare_uint(const void *_a, const void *_b) in compare_uint()