Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_defines.h233 (((uint64_t)(x) & UINT64_C(0xff00000000000000ULL)) >> 56) | \
234 (((uint64_t)(x) & UINT64_C(0x00ff000000000000ULL)) >> 40) | \
235 (((uint64_t)(x) & UINT64_C(0x0000ff0000000000ULL)) >> 24) | \
236 (((uint64_t)(x) & UINT64_C(0x000000ff00000000ULL)) >> 8) | \
237 (((uint64_t)(x) & UINT64_C(0x00000000ff000000ULL)) << 8) | \
238 (((uint64_t)(x) & UINT64_C(0x0000000000ff0000ULL)) << 24) | \
239 (((uint64_t)(x) & UINT64_C(0x000000000000ff00ULL)) << 40) | \
240 (((uint64_t)(x) & UINT64_C(0x00000000000000ffULL)) << 56)))
H A Dstdint.h195 #define UINT64_C(v) ULL(v) macro
199 #define UINT64_C(v) UL(v) macro
207 #define UINTMAX_C(v) UINT64_C(v)
H A Dutil.h116 #define BIT64(nr) (UINT64_C(1) << (nr))
131 (((~UINT64_C(0)) << (l)) & (~UINT64_C(0) >> (64 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_defines.h233 (((uint64_t)(x) & UINT64_C(0xff00000000000000ULL)) >> 56) | \
234 (((uint64_t)(x) & UINT64_C(0x00ff000000000000ULL)) >> 40) | \
235 (((uint64_t)(x) & UINT64_C(0x0000ff0000000000ULL)) >> 24) | \
236 (((uint64_t)(x) & UINT64_C(0x000000ff00000000ULL)) >> 8) | \
237 (((uint64_t)(x) & UINT64_C(0x00000000ff000000ULL)) << 8) | \
238 (((uint64_t)(x) & UINT64_C(0x0000000000ff0000ULL)) << 24) | \
239 (((uint64_t)(x) & UINT64_C(0x000000000000ff00ULL)) << 40) | \
240 (((uint64_t)(x) & UINT64_C(0x00000000000000ffULL)) << 56)))
H A Dutil.h116 #define BIT64(nr) (UINT64_C(1) << (nr))
131 (((~UINT64_C(0)) << (l)) & (~UINT64_C(0) >> (64 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_defines.h233 (((uint64_t)(x) & UINT64_C(0xff00000000000000ULL)) >> 56) | \
234 (((uint64_t)(x) & UINT64_C(0x00ff000000000000ULL)) >> 40) | \
235 (((uint64_t)(x) & UINT64_C(0x0000ff0000000000ULL)) >> 24) | \
236 (((uint64_t)(x) & UINT64_C(0x000000ff00000000ULL)) >> 8) | \
237 (((uint64_t)(x) & UINT64_C(0x00000000ff000000ULL)) << 8) | \
238 (((uint64_t)(x) & UINT64_C(0x0000000000ff0000ULL)) << 24) | \
239 (((uint64_t)(x) & UINT64_C(0x000000000000ff00ULL)) << 40) | \
240 (((uint64_t)(x) & UINT64_C(0x00000000000000ffULL)) << 56)))
H A Dstdint.h195 #define UINT64_C(v) ULL(v) macro
199 #define UINT64_C(v) UL(v) macro
207 #define UINTMAX_C(v) UINT64_C(v)
H A Dutil.h116 #define BIT64(nr) (UINT64_C(1) << (nr))
131 (((~UINT64_C(0)) << (l)) & (~UINT64_C(0) >> (64 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_defines.h233 (((uint64_t)(x) & UINT64_C(0xff00000000000000ULL)) >> 56) | \
234 (((uint64_t)(x) & UINT64_C(0x00ff000000000000ULL)) >> 40) | \
235 (((uint64_t)(x) & UINT64_C(0x0000ff0000000000ULL)) >> 24) | \
236 (((uint64_t)(x) & UINT64_C(0x000000ff00000000ULL)) >> 8) | \
237 (((uint64_t)(x) & UINT64_C(0x00000000ff000000ULL)) << 8) | \
238 (((uint64_t)(x) & UINT64_C(0x0000000000ff0000ULL)) << 24) | \
239 (((uint64_t)(x) & UINT64_C(0x000000000000ff00ULL)) << 40) | \
240 (((uint64_t)(x) & UINT64_C(0x00000000000000ffULL)) << 56)))
H A Dutil.h116 #define BIT64(nr) (UINT64_C(1) << (nr))
131 (((~UINT64_C(0)) << (l)) & (~UINT64_C(0) >> (64 - 1 - (h))))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcharconv129 UINT64_C(0),
130 UINT64_C(10),
131 UINT64_C(100),
132 UINT64_C(1000),
133 UINT64_C(10000),
134 UINT64_C(100000),
135 UINT64_C(1000000),
136 UINT64_C(10000000),
137 UINT64_C(100000000),
138 UINT64_C(1000000000),
[all …]
H A Dcstdint95 UINT64_C(value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcharconv129 UINT64_C(0),
130 UINT64_C(10),
131 UINT64_C(100),
132 UINT64_C(1000),
133 UINT64_C(10000),
134 UINT64_C(100000),
135 UINT64_C(1000000),
136 UINT64_C(10000000),
137 UINT64_C(100000000),
138 UINT64_C(1000000000),
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcstdint.hpp437 #undef UINT64_C
470 #ifndef UINT64_C
471 # 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
551 # define UINTMAX_C(value) UINT64_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.h61 #undef UINT64_C
73 #define UINT64_C(val) val##ui64 macro
82 # define UINTMAX_C UINT64_C
284 #define UINT64_C(val) val##ui64 macro
293 # define UINTMAX_C UINT64_C
/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
207 #define UINTMAX_C(v) UINT64_C(v)
H A Dutil.h74 #define BIT64(nr) (UINT64_C(1) << (nr))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp227 #undef UINT64_C
231 #define UINT64_C(x) VX_JOIN(x, ULL) 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/kernel/crypto/
H A Dvmac.c78 #define UINT64_C(x) x##ULL macro
79 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */
80 static const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */
81 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */
82 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */
83 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h32 #define U64_C(x) UINT64_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.h253 #undef UINT64_C
254 #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.h253 #undef UINT64_C
254 #define UINT64_C(c) __UINT64_C(c) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutil.h74 #define BIT64(nr) (UINT64_C(1) << (nr))

12