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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.cpp44 CoalesceTree::CoalesceRange(const IOVirtualRange& inRange) argument
46 if ( inRange.address == 0 or inRange.length == 0)
50 IOVirtualRange range = { trunc_page(inRange.address), round_page( (inRange.address & getpagesize() - 1) + inRange.length - 1) } ;
65 CoalesceTree::CoalesceRange(const IOVirtualRange& inRange, Node* inNode) argument
67 if (inRange.address > inNode->range.address)
69 if ( (inRange.address - inNode->range.address) <= inNode->range.length)
72 inNode->range.length = MAX( inNode->range.length, ( inRange
[all...]
H A DIOFireWireLibCoalesceTree.h43 void CoalesceRange(const IOVirtualRange& inRange) ;
50 void CoalesceRange(const IOVirtualRange& inRange, Node* inNode) ;
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DReadWriteSection.h108 ReadSection subsection(const Range &inRange) const
110 return subsection(inRange.mOffset, inRange.mSize);
113 const uint8 *range(const Range &inRange) const
115 if (CheckUInt32Add(inRange.mOffset, inRange.mSize) > mLength)
117 return mAddress + inRange.mOffset;
120 uint8 *allocCopyRange(const Range &inRange, Allocator &inAllocator) const argument
123 if (inRange.mSize == 0)
127 if (CheckUInt32Add(inRange
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DReadWriteSection.h108 ReadSection subsection(const Range &inRange) const
110 return subsection(inRange.mOffset, inRange.mSize);
113 const uint8 *range(const Range &inRange) const
115 if (CheckUInt32Add(inRange.mOffset, inRange.mSize) > mLength)
117 return mAddress + inRange.mOffset;
120 uint8 *allocCopyRange(const Range &inRange, Allocator &inAllocator) const argument
123 if (inRange.mSize == 0)
127 if (CheckUInt32Add(inRange
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonArray.h95 * @method getObjects:inRange:
107 -(void)getObjects:(id*)buffer inRange:(NSRange)range;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonArray.h95 * @method getObjects:inRange:
107 -(void)getObjects:(id*)buffer inRange:(NSRange)range;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonArray.h95 * @method getObjects:inRange:
107 -(void)getObjects:(id*)buffer inRange:(NSRange)range;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.h68 bool inRange,
H A DIOHIDEventService.h314 bool inRange,
349 bool inRange,
438 @param inRange Details whether the transducer is in promitity to digitizer surface
457 bool inRange,
474 @param inRange Details whether the transducer is in promitity to digitizer surface
501 bool inRange,
520 @param inRange Details whether the transducer is in promitity to digitizer surface
547 bool inRange,
602 bool inRange,
H A DIOHIDEvent.h209 bool inRange,
223 bool inRange,
239 bool inRange,
255 bool inRange,
H A DIOHIDEventService.cpp1689 bool inRange,
1697 dispatchDigitizerEvent(timeStamp, 0, kDigitizerTransducerTypeStylus, inRange, buttonState, __ScaleToFixed(x, bounds->minx, bounds->maxx), __ScaleToFixed(y, bounds->miny, bounds->maxy), __ScaleToFixed(tipPressure, tipPressureMin, tipPressureMax));
1705 if ( !inRange ) {
1720 _pointingNub->dispatchAbsolutePointerEvent(timeStamp, &newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, options);
1849 bool inRange,
1895 tabletData.proximity.enterProximity = inRange;
2109 bool inRange,
2130 if ( !inRange ) {
2150 childEvent = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, eventOptions);
2165 if (inRange !
1683 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
1846 dispatchTabletProximityEvent( AbsoluteTime timeStamp, UInt32 transducerID, bool inRange, bool invert, UInt32 vendorTransducerUniqueID, UInt32 vendorTransducerSerialNumber, IOOptionBits options) argument
2105 dispatchDigitizerEventWithOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type __unused, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, DigitizerOrientationType orientationType, IOFixed * orientationParams, UInt32 orientationParamCount, IOOptionBits options) argument
2249 dispatchDigitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options ) argument
2270 dispatchDigitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed tiltX, IOFixed tiltY, IOOptionBits options) argument
2296 dispatchDigitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
[all...]
H A DIOHIDEvent.cpp746 bool inRange,
765 if ( inRange ) {
805 bool inRange,
820 me = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, tipPressure, auxPressure, twist, options);
842 bool inRange,
857 me = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, tipPressure, auxPressure, twist, options);
879 bool inRange,
897 me = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, tipPressure, auxPressure, twist, options);
742 digitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options) argument
801 digitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed xTilt, IOFixed yTilt __unused, IOOptionBits options) argument
838 digitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
875 digitizerEventWithQualityOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed quality, IOFixed density, IOFixed irregularity, IOFixed majorRadius, IOFixed minorRadius, IOOptionBits options) argument
H A DIOHIDPointing.cpp113 bool inRange,
138 super::dispatchAbsolutePointerEvent(newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, 90, timeStamp);
108 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
H A DIOHIDEventDriver.cpp1663 bool inRange = true; local
1730 inRange = value != 0;
1773 dispatchDigitizerEventWithTiltOrientation(timeStamp, transducerID, transducer->type, inRange, buttonState, X, Y, Z, tipPressure, barrelPressure, twist, tiltX, tiltY, invert ? IOHIDEventService::kDigitizerInvert : 0);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunames.cpp1840 const AlgorithmicRange *inRange; local
1889 inRange=(const AlgorithmicRange *)(inBytes+offset);
1890 offset+=ds->readUInt16(inRange->size);
2044 inRange=(const AlgorithmicRange *)(inBytes+offset);
2046 offset+=ds->readUInt16(inRange->size);
2048 ds->swapArray32(ds, inRange, 8, outRange, pErrorCode);
2049 ds->swapArray16(ds, &inRange->size, 2, &outRange->size, pErrorCode);
2050 switch(inRange->type) {
2053 ds->swapInvChars(ds, inRange+1, (int32_t)uprv_strlen((const char *)(inRange
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java301 boolean inRange, boolean reversed,
341 if (inRange) {
300 checkRange(byte[][] bytes, int first, int last, boolean inRange, boolean reversed, boolean forward, boolean init, int i) argument
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcompactdecimalformat.cpp161 static int32_t computeLog10(double x, UBool inRange);
893 // computeLog10 computes floor(log10(x)). If inRange is TRUE, the biggest
895 // numbers > 10^MAX_DIGITS. If inRange is FALSE, computeLog10 will return
897 static int32_t computeLog10(double x, UBool inRange) { argument
899 int32_t max = inRange ? MAX_DIGITS - 1 : MAX_DIGITS;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dnecp.c4103 bool inRange = necp_is_addr_in_range((struct sockaddr *)local, (struct sockaddr *)&kernel_policy->cond_local_start, (struct sockaddr *)&kernel_policy->cond_local_end); local
4105 if (inRange) {
4109 if (!inRange) {
4129 bool inRange = necp_is_addr_in_range((struct sockaddr *)remote, (struct sockaddr *)&kernel_policy->cond_remote_start, (struct sockaddr *)&kernel_policy->cond_remote_end); local
4131 if (inRange) {
4135 if (!inRange) {
4617 bool inRange = necp_is_addr_in_range((struct sockaddr *)local, (struct sockaddr *)&kernel_policy->cond_local_start, (struct sockaddr *)&kernel_policy->cond_local_end); local
4619 if (inRange) {
4623 if (!inRange) {
4643 bool inRange local
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm687 BOOL inRange = NO;
690 inRange = [range intersectsNode:kit(ownerElement)];
694 return inRange;
H A DWebHTMLView.mm5108 - (void)_changeCSSColorUsingSelector:(SEL)selector inRange:(DOMRange *)range
5137 [self _changeCSSColorUsingSelector:@selector(setBackgroundColor:) inRange:[self _documentRange]];
6243 NSDictionary *attrs = [string attributesAtIndex:i longestEffectiveRange:&range inRange:NSMakeRange(i, length - i)];
6291 NSString *rangeString = [string attribute:NSTextInputReplacementRangeAttributeName atIndex:0 longestEffectiveRange:0 inRange:NSMakeRange(0, [text length])];
6411 NSString *rangeString = [string attribute:NSTextInputReplacementRangeAttributeName atIndex:0 longestEffectiveRange:0 inRange:NSMakeRange(0, [text length])];
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp3225 bool inRange = false; local
3228 inRange = range->intersectsNode(ownerElement, IGNORE_EXCEPTION);
3232 return inRange;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm1343 NSDictionary *attrs = [string attributesAtIndex:i longestEffectiveRange:&range inRange:NSMakeRange(i, length - i)];

Completed in 466 milliseconds