Searched defs:RT_VALID_PTR (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h2471 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) >= _4G \ macro
2474 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x1000U >= 0x2000U \ macro
2478 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x1000U >= 0x2000U \ macro
2482 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x1000U >= 0x2000U \ macro
2488 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x1000U >= 0x2000U ) macro
2494 /** @todo # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x80004000U >= 0x80004000U + 0x100000000ULL ) - figure this. */
2495 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x80000000U >= 0x80000000U + 0x100000000ULL ) macro
2503 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) >= 0x01000000U ) macro
2514 # define RT_VALID_PTR(ptr) ( (uintptr_t)(ptr) + 0x400000U >= 0x400000U + 0x2000U ) macro
2522 # define RT_VALID_PTR(pt macro
2530 # define RT_VALID_PTR macro
[all...]

Completed in 61 milliseconds