Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 12 of 12) 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.h81 #ifndef UINTMAX_C // [
82 # define UINTMAX_C UINT64_C macro
292 #ifndef UINTMAX_C // [
293 # define UINTMAX_C UINT64_C macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp65 # undef UINTMAX_C
67 # define UINTMAX_C(c) c##ULL macro
438 #undef UINTMAX_C
475 # define UINTMAX_C(value) value##ui64 macro
548 # define UINTMAX_C(value) UINT32_C(value) macro
551 # define UINTMAX_C(value) UINT64_C(value) 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.h270 # define UINTMAX_C(c) c ## UL macro
273 # define UINTMAX_C(c) c ## ULL 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.h270 # define UINTMAX_C(c) c ## UL macro
273 # define UINTMAX_C(c) c ## ULL macro
/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.h257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_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.h257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdint98 UINTMAX_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h207 #define UINTMAX_C(v) UINT64_C(v) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdint98 UINTMAX_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdint.h207 #define UINTMAX_C(v) UINT64_C(v) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdint.h207 #define UINTMAX_C(v) UINT64_C(v) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch445 +# undef UINTMAX_C
447 +# define UINTMAX_C(c) c##ULL
841 +# define UINTMAX_C(value) value##ui64
914 +# define UINTMAX_C(value) UINT32_C(value)
917 +# define UINTMAX_C(value) UINT64_C(value)