Home
last modified time | relevance | path

Searched defs:UINT64_C (Results 1 – 11 of 11) 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.hpp471 # define UINT64_C(value) value##ui64 macro
514 # define UINT64_C(value) value##uLL macro
522 # define UINT64_C(value) value##uLL macro
530 # define UINT64_C(value) value##uL macro
538 # define UINT64_C(value) value##uLL macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h197 #define UINT64_C(v) v ## ULL macro
201 #define UINT64_C(v) v ## UL macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdint.h195 #define UINT64_C(v) ULL(v) macro
199 #define UINT64_C(v) UL(v) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdint.h195 #define UINT64_C(v) ULL(v) macro
199 #define UINT64_C(v) UL(v) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h73 #define UINT64_C(val) val##ui64 macro
284 #define UINT64_C(val) val##ui64 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.h262 # define UINT64_C(c) c ## UL macro
264 # define UINT64_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.h262 # define UINT64_C(c) c ## UL macro
264 # define UINT64_C(c) c ## ULL 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.hpp231 #define UINT64_C(x) VX_JOIN(x, 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.h254 #define UINT64_C(c) __UINT64_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.h254 #define UINT64_C(c) __UINT64_C(c) macro
/OK3568_Linux_fs/kernel/crypto/
H A Dvmac.c78 #define UINT64_C(x) x##ULL macro