Searched refs:OSBitAndAtomic8 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h410 * @function OSBitAndAtomic8
416 * The OSBitAndAtomic8 function logically ands the bits of the specified mask into the value at the specified address and returns the original value.
423 extern UInt8 OSBitAndAtomic8(
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c199 UInt8 OSBitAndAtomic8(UInt32 mask, volatile UInt8 * value) function
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmcache.h131 ((u_int8_t) OSBitAndAtomic8(n, (volatile UInt8 *)a))
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2791 OSBitAndAtomic8(~intsPending, &fIntsPending);

Completed in 110 milliseconds