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

/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c111 UInt32 shiftValues = (24 << 24) | (16 << 16) | (8 << 8); local
112 int shift = (UInt32) *(((UInt8 *) &shiftValues) + alignment);
219 UInt32 shiftValues = (16 << 24) | (16 << 16); local
220 UInt32 shift = (UInt32) *(((UInt8 *) &shiftValues) + alignment);

Completed in 10 milliseconds