Searched refs:UINTPTR_C (Results 1 – 2 of 2) sorted by relevance
16 #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)
201 #define UINTPTR_C(v) UL(v) macro