Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/
H A DCMakeLists.txt35 string(TOLOWER ${CMAKE_SYSTEM_NAME} OS)
36 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A DCMakeLists.txt31 string(TOLOWER ${CMAKE_SYSTEM_NAME} OS)
38 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
/OK3568_Linux_fs/buildroot/package/openjpeg/
H A D0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch24 #string(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-osspuuid-compile.patch23 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/smart_ir/
H A DCMakeLists.txt18 string(TOLOWER ${RKAIQ_TARGET_SOC} SOC)
/OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/
H A D0005-Add-support-for-ARC-processors.patch21 string(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} LOWERCASE_CMAKE_SYSTEM_PROCESSOR)
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test_ini.c111 #define TOLOWER(x) ((x) | 0x20) macro
119 c1 = TOLOWER(*cs++); in fts_strncmp()
120 c2 = TOLOWER(*ct++); in fts_strncmp()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dusb.c472 #define TOLOWER(x) ((x) | 0x20) macro
513 switch (TOLOWER(*p)) { in usb_stor_adjust_quirks()
/OK3568_Linux_fs/external/mpp/
H A DCMakeLists.txt73 string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" SYSPROC)