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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp153 int16_t value16 = int16_t(value);
154 assert((value16 >= -(1 << (9+4)) && value16 <= (1 << (9+4)) - 1)
156 O << (value16 & ~0xf) << "(";
/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
218 UInt32 alignment = (UInt32)((unsigned long) value16) & (sizeof(UInt32) - 1);
221 volatile UInt32 * value32 = (volatile UInt32 *) (((unsigned long) value16) - alignment);

Completed in 245 milliseconds