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

/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c215 static Boolean OSCompareAndSwap16(UInt16 oldValue16, UInt16 newValue16, volatile UInt16 * value16) argument
228 oldValue = (oldValue & ~mask) | (oldValue16 << shift);

Completed in 17 milliseconds