Searched refs:PTR_ADD (Results 1 – 1 of 1) sorted by relevance
40 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) macro204 assert(*PTR_ADD(uint32_t *, cpx, cpx_sizex(cpx) - 4) == cpx_magic2); in cpx_free()234 *PTR_ADD(uint32_t *, cpx, cpx_size(key_len) - 4) = cpx_magic2; in cpx_init()