Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp436 #undef UINT32_C
467 #ifndef UINT32_C
468 # define UINT32_C(value) value##ui32 macro
499 # define UINT32_C(value) value##u macro
502 # define UINT32_C(value) value##uL macro
548 # define UINTMAX_C(value) UINT32_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_defines.h247 (((uint32_t)(x) & UINT32_C(0xff000000)) >> 24) | \
248 (((uint32_t)(x) & UINT32_C(0x00ff0000)) >> 8) | \
249 (((uint32_t)(x) & UINT32_C(0x0000ff00)) << 8) | \
250 (((uint32_t)(x) & UINT32_C(0x000000ff)) << 24)))
H A Dutil.h115 #define BIT32(nr) (UINT32_C(1) << (nr))
128 (((~UINT32_C(0)) << (l)) & (~UINT32_C(0) >> (32 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_defines.h247 (((uint32_t)(x) & UINT32_C(0xff000000)) >> 24) | \
248 (((uint32_t)(x) & UINT32_C(0x00ff0000)) >> 8) | \
249 (((uint32_t)(x) & UINT32_C(0x0000ff00)) << 8) | \
250 (((uint32_t)(x) & UINT32_C(0x000000ff)) << 24)))
H A Dutil.h115 #define BIT32(nr) (UINT32_C(1) << (nr))
128 (((~UINT32_C(0)) << (l)) & (~UINT32_C(0) >> (32 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_defines.h247 (((uint32_t)(x) & UINT32_C(0xff000000)) >> 24) | \
248 (((uint32_t)(x) & UINT32_C(0x00ff0000)) >> 8) | \
249 (((uint32_t)(x) & UINT32_C(0x0000ff00)) << 8) | \
250 (((uint32_t)(x) & UINT32_C(0x000000ff)) << 24)))
H A Dutil.h115 #define BIT32(nr) (UINT32_C(1) << (nr))
128 (((~UINT32_C(0)) << (l)) & (~UINT32_C(0) >> (32 - 1 - (h))))
H A Dstdint.h192 #define UINT32_C(v) U(v) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_defines.h247 (((uint32_t)(x) & UINT32_C(0xff000000)) >> 24) | \
248 (((uint32_t)(x) & UINT32_C(0x00ff0000)) >> 8) | \
249 (((uint32_t)(x) & UINT32_C(0x0000ff00)) << 8) | \
250 (((uint32_t)(x) & UINT32_C(0x000000ff)) << 24)))
H A Dutil.h115 #define BIT32(nr) (UINT32_C(1) << (nr))
128 (((~UINT32_C(0)) << (l)) & (~UINT32_C(0) >> (32 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcharconv152 UINT32_C(0), UINT32_C(10), UINT32_C(100),
153 UINT32_C(1000), UINT32_C(10000), UINT32_C(100000),
154 UINT32_C(1000000), UINT32_C(10000000), UINT32_C(100000000),
155 UINT32_C(1000000000),
H A Dcstdint94 UINT32_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcharconv152 UINT32_C(0), UINT32_C(10), UINT32_C(100),
153 UINT32_C(1000), UINT32_C(10000), UINT32_C(100000),
154 UINT32_C(1000000), UINT32_C(10000000), UINT32_C(100000000),
155 UINT32_C(1000000000),
H A Dcstdint94 UINT32_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.h60 #undef UINT32_C
72 #define UINT32_C(val) val##ui32 macro
283 #define UINT32_C(val) val##ui32 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 Dthread_db.h122 (UINT32_C (1) << (((n) - 1) & BT_UIMASK))
124 ((UINT32_C ((n) - 1)) >> BT_UISHIFT)
137 (setp)->event_bits[__i - 1] = UINT32_C (0xffffffff); \
/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 Dthread_db.h122 (UINT32_C (1) << (((n) - 1) & BT_UIMASK))
124 ((UINT32_C ((n) - 1)) >> BT_UISHIFT)
137 (setp)->event_bits[__i - 1] = UINT32_C (0xffffffff); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp225 #undef UINT32_C
229 #define UINT32_C(x) VX_JOIN(x, UL) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h30 #define U32_C(x) UINT32_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.h251 #undef UINT32_C
252 #define UINT32_C(c) __UINT32_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.h251 #undef UINT32_C
252 #define UINT32_C(c) __UINT32_C(c) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11_ta.h21 #define PKCS11_CK_UNAVAILABLE_INFORMATION UINT32_C(0xFFFFFFFF)
22 #define PKCS11_UNDEFINED_ID UINT32_C(0xFFFFFFFF)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutil.h73 #define BIT32(nr) (UINT32_C(1) << (nr))
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dutil.h73 #define BIT32(nr) (UINT32_C(1) << (nr))
H A Dstdint.h194 #define UINT32_C(v) v ## U macro

12