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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h234 UInt32 GetRanges ( UInt32 maxRanges, IOVirtualRange ranges[] ) const ;
328 UInt32 GetRanges ( UInt32 maxRanges, IOVirtualRange ranges[] ) const { return 0 ; } argument
H A DIOFireWireLibNuDCL.cpp86 NuDCL::GetRanges( UInt32 maxRanges, IOVirtualRange ranges[] ) const argument
88 unsigned count = MIN( maxRanges, fData.rangeCount ) ;
H A DIOFireWireLibNuDCLPool.h143 static UInt32 S_GetDCLRanges ( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) ;
H A DIOFireWireLibNuDCLPool.cpp525 NuDCLPoolCOM::S_GetDCLRanges( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) argument
529 return CAST_DCL( NuDCL*, dcl )->GetRanges( maxRanges, outRanges ) ;
H A DIOFireWireLibIsoch.h862 @param maxRanges Description forthcoming.
865 UInt32 (*GetDCLRanges) ( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.h163 virtual UInt32 getRanges( UInt32 maxRanges, IOVirtualRange ranges[] ) const ;
H A DIOFWDCL.cpp157 IOFWDCL::getRanges( UInt32 maxRanges, IOVirtualRange ranges[] ) const argument
159 unsigned count = min( maxRanges, fRangeCount ) ;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlregexp.c197 int maxRanges; member in struct:_xmlRegAtom
1230 if (atom->maxRanges == 0) {
1231 atom->maxRanges = 4;
1232 atom->ranges = (xmlRegRangePtr *) xmlMalloc(atom->maxRanges *
1236 atom->maxRanges = 0;
1239 } else if (atom->nbRanges >= atom->maxRanges) {
1241 atom->maxRanges *= 2;
1242 tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges *
1246 atom->maxRanges /= 2;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c194 int maxRanges; member in struct:_xmlRegAtom
1226 if (atom->maxRanges == 0) {
1227 atom->maxRanges = 4;
1228 atom->ranges = (xmlRegRangePtr *) xmlMalloc(atom->maxRanges *
1232 atom->maxRanges = 0;
1235 } else if (atom->nbRanges >= atom->maxRanges) {
1237 atom->maxRanges *= 2;
1238 tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges *
1242 atom->maxRanges /= 2;

Completed in 154 milliseconds