Searched refs:startAddress (Results 1 – 2 of 2) sorted by relevance
175 OSTestAndSetClear(UInt32 bit, Boolean wantSet, volatile UInt8 * startAddress) in OSTestAndSetClear() argument182 address = (UInt8 *)(uintptr_t)(startAddress + (bit / 8)); in OSTestAndSetClear()195 OSTestAndSet(UInt32 bit, volatile UInt8 * startAddress) in OSTestAndSet() argument197 return OSTestAndSetClear(bit, true, startAddress); in OSTestAndSet()201 OSTestAndClear(UInt32 bit, volatile UInt8 * startAddress) in OSTestAndClear() argument203 return OSTestAndSetClear(bit, false, startAddress); in OSTestAndClear()
608 volatile UInt8 * startAddress);626 volatile UInt8 * startAddress);