Searched refs:TOLOWER (Results 1 – 14 of 14) sorted by relevance
63 #define TOLOWER(x) ((x) | 0x20) macro68 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()
50 #define TOLOWER(x) ((x) | 0x20) macro55 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()
100 #define TOLOWER(x) ((x) | 0x20) macro105 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()
35 string(TOLOWER ${CMAKE_SYSTEM_NAME} OS)36 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
31 string(TOLOWER ${CMAKE_SYSTEM_NAME} OS)38 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
24 #string(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
23 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
18 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
21 string(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} LOWERCASE_CMAKE_SYSTEM_PROCESSOR)
111 #define TOLOWER(x) ((x) | 0x20) macro119 c1 = TOLOWER(*cs++); in fts_strncmp()120 c2 = TOLOWER(*ct++); in fts_strncmp()
472 #define TOLOWER(x) ((x) | 0x20) macro513 switch (TOLOWER(*p)) { in usb_stor_adjust_quirks()
73 string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" SYSPROC)