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

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

Completed in 83 milliseconds