Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h59 #undef UINT16_C
71 #define UINT16_C(val) val##ui16 macro
282 #define UINT16_C(val) val##ui16 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp435 #undef UINT16_C
464 #ifndef UINT16_C
465 # define UINT16_C(value) value##ui16 macro
492 # define UINT16_C(value) static_cast<boost::uint16_t>(value##u) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_defines.h257 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \
258 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
H A Dstdint.h190 #define UINT16_C(v) v macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_defines.h257 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \
258 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_defines.h257 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \
258 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
H A Dstdint.h190 #define UINT16_C(v) v macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_defines.h257 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \
258 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h28 #define U16_C(x) UINT16_C(x)
/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/include/
H A Dstdint-gcc.h249 #undef UINT16_C
250 #define UINT16_C(c) __UINT16_C(c) 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/include/
H A Dstdint-gcc.h249 #undef UINT16_C
250 #define UINT16_C(c) __UINT16_C(c) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdint93 UINT16_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h192 #define UINT16_C(v) v macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdint93 UINT16_C(value)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdint.h259 # define UINT16_C(c) c macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdint.h259 # define UINT16_C(c) c macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch830 +#ifndef UINT16_C
831 +# define UINT16_C(value) value##ui16
858 +# define UINT16_C(value) static_cast<boost::uint16_t>(value##u)