Searched refs:newValue8 (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
121 newValue = (oldValue & ~mask) | (newValue8 << shift);

Completed in 21 milliseconds