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

/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c107 static Boolean OSCompareAndSwap8(UInt8 oldValue8, UInt8 newValue8, volatile UInt8 * value8) argument
120 oldValue = (oldValue & ~mask) | (oldValue8 << shift);

Completed in 46 milliseconds