Searched refs:SInt32 (Results 1 - 25 of 452) sorted by relevance

1234567891011>>

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDParserPriv.h162 SInt32 itemType;
163 SInt32 tag;
164 SInt32 signedValue;
172 SInt32 logicalMinimum;
173 SInt32 logicalMaximum;
174 SInt32 physicalMinimum;
175 SInt32 physicalMaximum;
176 SInt32 unitExponent;
177 SInt32 units;
179 SInt32 reportI
[all...]
H A DIOHIDFamilyPrivate.h84 bool CompareProperty(IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment = 0);
85 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
86 bool CompareDeviceUsagePairs(IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
87 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score);
88 bool MatchPropertyTable(IOService * owner, OSDictionary * table, SInt32 * score);
89 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 incremen
[all...]
H A DIOHIDEventRepairDriver.cpp50 SInt32 deltaAxis1,
51 SInt32 deltaAxis2 __unused,
52 SInt32 deltaAxis3 __unused,
H A DIOHIDEventRepairDriver.h50 SInt32 deltaAxis1,
51 SInt32 deltaAxis2,
52 SInt32 deltaAxis3,
H A DIOHIDPointing.h69 SInt32 tipPressure,
70 SInt32 tipPressureMin,
71 SInt32 tipPressureMax,
76 SInt32 dx,
77 SInt32 dy,
83 SInt32 deltaAxis1,
84 SInt32 deltaAxis2,
H A DIOHIDFamilyPrivate.cpp44 bool CompareProperty( IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment)
75 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment)
131 bool CompareDeviceUsagePairs( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment)
162 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score)
169 SInt32 pidScore = 0;
170 SInt32 arrayScore = 0;
171 SInt32 maskScor
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDLib.h69 SInt32 * collectionStack;
70 SInt32 collectionNesting;
72 SInt32 globalsNesting;
74 SInt32 firstUsageItem;
75 SInt32 firstStringItem;
76 SInt32 firstDesigItem;
77 SInt32 parent;
78 SInt32 sibling;
82 SInt32 rangeUsagePage;
83 SInt32 usageMinimu
[all...]
H A DHIDPriv.h198 SInt32 itemType;
199 SInt32 tag;
200 SInt32 signedValue;
208 SInt32 logicalMinimum;
209 SInt32 logicalMaximum;
210 SInt32 physicalMinimum;
211 SInt32 physicalMaximum;
212 SInt32 unitExponent;
213 SInt32 units;
215 SInt32 reportI
[all...]
H A DHIDPostProcessRIValue.c71 SInt32 * value)
102 SInt32 * value)
H A DHIDInitReport.c124 SInt32 nullValue;
125 SInt32 bitwiseMax;
126 SInt32 bitwiseMin;
127 SInt32 bitSize;
147 // case of a tie, we'll say signed since that agrees with the SInt32 that
171 // Our compare uses SInt32, so even for unsigned values, we can't let them
204 SInt32 iStart;
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioLevelControl.h47 SInt32 minValue;
48 SInt32 maxValue;
60 static IOAudioLevelControl *createPassThruVolumeControl (SInt32 initialValue,
61 SInt32 minValue,
62 SInt32 maxValue,
111 static IOAudioLevelControl *create(SInt32 initialValue,
112 SInt32 minValue,
113 SInt32 maxValue,
122 static IOAudioLevelControl *createVolumeControl(SInt32 initialValue,
123 SInt32 minValu
[all...]
H A DIOAudioSelectorControl.h51 static IOAudioSelectorControl *createOutputSelector(SInt32 initialValue,
55 static IOAudioSelectorControl *createOutputClockSelector(SInt32 initialValue,
60 static IOAudioSelectorControl *createInputClockSelector(SInt32 initialValue,
67 virtual IOReturn removeAvailableSelection(SInt32 selectionValue) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
69 virtual IOReturn replaceAvailableSelection(SInt32 selectionValue, const char *selectionDescription) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
71 virtual IOReturn replaceAvailableSelection(SInt32 selectionValue, OSString *selectionDescription) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
73 virtual IOReturn addAvailableSelection(SInt32 selectionValue, OSString *selectionDescription, const char* pszName, OSObject* tag) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10; // <rdar://8202424>
96 static IOAudioSelectorControl *create(SInt32 initialValue,
103 static IOAudioSelectorControl *createInputSelector(SInt32 initialValue,
108 virtual bool init(SInt32 initialValu
[all...]
H A DIOAudioLevelControl.cpp51 IOAudioLevelControl *IOAudioLevelControl::createPassThruVolumeControl (SInt32 initialValue,
52 SInt32 minValue,
53 SInt32 maxValue,
79 IOAudioLevelControl *IOAudioLevelControl::create(SInt32 initialValue,
80 SInt32 minValue,
81 SInt32 maxValue,
113 IOAudioLevelControl *IOAudioLevelControl::createVolumeControl(SInt32 initialValue,
114 SInt32 minValue,
115 SInt32 maxValue,
135 bool IOAudioLevelControl::init(SInt32 initialValu
[all...]
H A DIOAudioSelectorControl.cpp53 IOAudioSelectorControl *IOAudioSelectorControl::createOutputClockSelector(SInt32 initialValue,
73 IOAudioSelectorControl *IOAudioSelectorControl::createInputClockSelector(SInt32 initialValue,
93 IOAudioSelectorControl *IOAudioSelectorControl::createOutputSelector(SInt32 initialValue,
106 IOReturn IOAudioSelectorControl::removeAvailableSelection(SInt32 selectionValue)
131 if (sValue && ((SInt32)sValue->unsigned32BitValue() == selectionValue)) {
153 IOReturn IOAudioSelectorControl::replaceAvailableSelection(SInt32 selectionValue, const char *selectionDescription)
171 IOReturn IOAudioSelectorControl::replaceAvailableSelection(SInt32 selectionValue, OSString *selectionDescription)
196 if (sValue && ((SInt32)sValue->unsigned32BitValue() == selectionValue)) {
219 IOAudioSelectorControl *IOAudioSelectorControl::create(SInt32 initialValue,
245 IOAudioSelectorControl *IOAudioSelectorControl::createInputSelector(SInt32 initialValu
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h341 SInt32 x; /* absolute x coordinate in tablet space at full tablet resolution */
342 SInt32 y; /* absolute y coordinate in tablet space at full tablet resolution */
343 SInt32 z; /* absolute z coordinate in tablet space at full tablet resolution */
384 SInt32 click; /* click state of this event */
389 SInt32 reserved3;
396 SInt32 dx;
397 SInt32 dy;
402 SInt32 reserved2;
415 SInt32 reserved1;
417 SInt32 reserved
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterfaceTypes.h39 typedef SInt32 IOBlitCompletionToken;
101 SInt32 offsetX;
102 SInt32 offsetY;
109 SInt32 x;
110 SInt32 y;
111 SInt32 width;
112 SInt32 height;
122 SInt32 sourceX;
123 SInt32 sourceY;
124 SInt32
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.h51 SInt32 getEventCount() { return eventCount; }
52 SInt32 getEventCountPosting() { return eventCountPosting; }
74 SInt32 eventCount;
75 SInt32 eventCountPosting;
/macosx-10.10/xnu-2782.1.97/libkern/kmod/libkmodtest/
H A Dlibkmodtest.cpp37 SInt32 *score )
H A Dlibkmodtest.h37 SInt32 *score );
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h49 * a division by zero compiler warning. This is to work around "SInt32" being defined
51 * "SInt32*" when for instance passing an "int*" to OSAddAtomic() - which masks size
236 extern SInt32 OSAddAtomic(
237 SInt32 amount,
238 volatile SInt32 * address);
240 (OSAddAtomic(a, __SAFE_CAST_PTR(volatile SInt32*,b)))
256 SInt32 amount,
274 SInt32 amount,
290 extern SInt32 OSIncrementAtomic(volatile SInt32 * addres
[all...]
H A DOSTypes.h68 typedef signed int SInt32; typedef
70 typedef signed long SInt32; typedef
74 typedef SInt32 OSStatus;
/macosx-10.10/xnu-2782.1.97/libkern/x86_64/
H A DOSAtomic.s30 #;* Boolean OSCompareAndSwap(SInt32 oldValue, SInt32 newValue, SInt32 *ptr) *
91 #; SInt32 OSAddAtomic(SInt32 delta, SInt32 *address)
/macosx-10.10/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLib.cpp68 SInt32 i1 = FloatToInt(f1, min32, max32) >> shift;
69 SInt32 i2 = FloatToInt(f2, min32, max32) >> shift;
70 SInt32 i3 = FloatToInt(f3, min32, max32) >> shift;
71 SInt32 i4 = FloatToInt(f4, min32, max32) >> shift;
112 SInt32 i1 = FloatToInt(f1, min32, max32) >> shift;
136 SInt32 lv1 = src[0]; // BE: a1 a2 a3 b1 LE memory: a3 a2 a1 b3 register: b3 a1 a2 a3
137 SInt32 lv2 = src[1]; // BE: b2 b3 c1 c2 LE memory: b2 b1 c3 c2 register: c2 c3 b1 b2
138 SInt32 lv3 = src[2]; // BE: c3 d1 d2 d3 LE memory: c1 d3 d2 d1 register: d1 d2 d3 c1
139 SInt32 lv4;
168 SInt32 l
[all...]
/macosx-10.10/dtrace-147/dtrace_dof_kext/
H A Ddtrace_dof.h8 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSKeyCompare.c31 SInt32 FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1,
44 SInt32 FastRelString( ConstStr255Param str1, ConstStr255Param str2 )
46 SInt32 bestGuess;
153 SInt32 FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1,
205 SInt32
209 SInt32 result;
235 SInt32
238 SInt32 result;
276 SInt32
280 SInt32 resul
[all...]

Completed in 304 milliseconds

1234567891011>>