Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/boot/
H A Dstring.c49 #define TOLOWER(x) ((x) | 0x20) macro
54 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
78 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
84 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dstring.c63 #define TOLOWER(x) ((x) | 0x20) macro
68 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
91 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
97 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstring.c50 #define TOLOWER(x) ((x) | 0x20) macro
55 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
79 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
85 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dstring.c112 #define TOLOWER(x) ((x) | 0x20) macro
117 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
140 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
146 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dstring.c100 #define TOLOWER(x) ((x) | 0x20) macro
105 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
127 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
133 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dstring.c100 #define TOLOWER(x) ((x) | 0x20) macro
105 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()
127 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()
133 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dusb.c472 #define TOLOWER(x) ((x) | 0x20) macro
513 switch (TOLOWER(*p)) { in usb_stor_adjust_quirks()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dusb.c472 #define TOLOWER(x) ((x) | 0x20) macro
513 switch (TOLOWER(*p)) { in usb_stor_adjust_quirks()

Completed in 6 milliseconds