Searched defs:qemu_islower (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-common.h22 # define qemu_islower(c) RT_C_IS_LOWER((unsigned char)(c)) macro
198 #define qemu_islower(c) islower((unsigned char)(c)) macro

Completed in 42 milliseconds