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

/xnu-2782.1.97/osfmk/x86_64/
H A Dloose_ends.c560 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); local
585 addr64_t bound = (addr + count + linesize -1) & ~(linesize - 1); local
/xnu-2782.1.97/osfmk/ipc/
H A Dmach_port.c260 ipc_entry_num_t bound; local

Completed in 20 milliseconds