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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDProcessGlobalItem.c105 ptGlobals->logicalMinimum = ptItem->signedValue;
111 ptGlobals->logicalMaximum = ptItem->signedValue;
117 ptGlobals->physicalMinimum = ptItem->signedValue;
123 ptGlobals->physicalMaximum = ptItem->signedValue;
129 ptGlobals->unitExponent = ptItem->signedValue;
H A DHIDNextItem.c146 ptItem->signedValue = 0;
160 ptItem->signedValue = ptItem->unsignedValue;
167 ptItem->signedValue |= (0xFF << ((i++)*8));
H A DHIDPriv.h200 SInt32 signedValue; member in struct:HIDItem
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDParserPriv.h164 SInt32 signedValue; member in struct:HIDItem

Completed in 131 milliseconds