Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/vfs/
H A Dvfs_cprotect.c40 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) macro
204 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()