Home
last modified time | relevance | path

Searched refs:UINTPTR_C (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dutil.h16 #define SIZE_4K UINTPTR_C(0x1000)
17 #define SIZE_1M UINTPTR_C(0x100000)
18 #define SIZE_2M UINTPTR_C(0x200000)
19 #define SIZE_4M UINTPTR_C(0x400000)
20 #define SIZE_8M UINTPTR_C(0x800000)
21 #define SIZE_2G UINTPTR_C(0x80000000)
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h201 #define UINTPTR_C(v) UL(v) macro