Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/include/
A Dutil.h11 #define SIZE_4K UINTPTR_C(0x1000)
12 #define SIZE_1M UINTPTR_C(0x100000)
13 #define SIZE_2M UINTPTR_C(0x200000)
14 #define SIZE_4M UINTPTR_C(0x400000)
15 #define SIZE_8M UINTPTR_C(0x800000)
16 #define SIZE_2G UINTPTR_C(0x80000000)
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdint.h201 #define UINTPTR_C(v) UL(v) macro

Completed in 4 milliseconds