Searched refs:startAddress (Results 1 – 2 of 2) sorted by relevance
171 OSTestAndSetClear(UInt32 bit, bool wantSet, volatile UInt8 * startAddress) in OSTestAndSetClear() argument178 address = (UInt8 *)(uintptr_t)(startAddress + (bit / 8)); in OSTestAndSetClear()191 OSTestAndSet(UInt32 bit, volatile UInt8 * startAddress) in OSTestAndSet() argument193 return OSTestAndSetClear(bit, true, startAddress); in OSTestAndSet()197 OSTestAndClear(UInt32 bit, volatile UInt8 * startAddress) in OSTestAndClear() argument199 return OSTestAndSetClear(bit, false, startAddress); in OSTestAndClear()
608 volatile UInt8 * startAddress);626 volatile UInt8 * startAddress);