Searched defs:RTE_PTR_ADD (Results 1 – 2 of 2) sorted by relevance
209 #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x))) macro
248 #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x))) macro