Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dstring.c112 #define TOLOWER(x) ((x) | 0x20) macro
/linux/arch/x86/boot/
H A Dstring.c92 #define TOLOWER(x) ((x) | 0x20) macro