Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/libc/aarch32/
H A Dstdint_.h19 #define UINT64_C(x) x ## ULL macro
/rk3399_ARM-atf/include/lib/libc/aarch64/
H A Dstdint_.h19 #define UINT64_C(x) x ## UL macro
/rk3399_ARM-atf/drivers/arm/tzc/
H A Dtzc_dmc620.c14 #define MASK_31_16 UINT64_C(0x0000ffff0000)
16 #define MASK_47_32 UINT64_C(0xffff00000000)
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h52 ((~UINT64_C(0) >> (64U - 1U - (high))) ^ ((BIT_64(low) - 1U)))