Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h111 #define TOLOWER(x) ((x) | 0x20) macro
380 if (TOLOWER(cp[1]) == 'x' && _isxdigit(cp[2])) { in oal_simple_guess_base()
398 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') { /* base equal 16 */ in oal_simple_strtoull()
405 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; /* add 10 */ in oal_simple_strtoull()

Completed in 2 milliseconds