Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp414 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
431 #undef INT32_C
452 #ifndef INT32_C
453 # define INT32_C(value) value##i32 macro
496 #ifndef INT32_C
498 # define INT32_C(value) value macro
501 # define INT32_C(value) value##L macro
547 # define INTMAX_C(value) INT32_C(value)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h56 #undef INT32_C
67 #define INT32_C(val) val##i32 macro
278 #define INT32_C(val) val##i32 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp224 #undef INT32_C
228 #define INT32_C(x) VX_JOIN(x, L) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h29 #define S32_C(x) INT32_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.h243 #undef INT32_C
244 #define INT32_C(c) __INT32_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.h243 #undef INT32_C
244 #define INT32_C(c) __INT32_C(c) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdint89 INT32_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h193 #define INT32_C(v) v macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdint89 INT32_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdint.h191 #define INT32_C(v) v macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdint.h191 #define INT32_C(v) v macro
/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.h250 # define INT32_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.h250 # define INT32_C(c) c macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch794 + (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
818 +#ifndef INT32_C
819 +# define INT32_C(value) value##i32
862 +#ifndef INT32_C
864 +# define INT32_C(value) value
867 +# define INT32_C(value) value##L
913 +# define INTMAX_C(value) INT32_C(value)