Searched refs:branchIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp471 if ( sharedData->branchIndex )
473 unsigned branchIndex = sharedData->branchIndex - 1 ; local
474 if ( branchIndex >= dcls->getCount() )
481 setBranch( (IOFWDCL*)dcls->getObject( branchIndex ) ) ;
768 unsigned branchIndex = sendData->skipBranchIndex - 1 ; local
769 if ( branchIndex >= dcls->getCount() )
776 setSkipBranch( (IOFWDCL*)dcls->getObject( branchIndex ) ) ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp300 exportedData->branchIndex = fData.branch.dcl ? fData.branch.dcl->GetExportIndex() : 0 ;
323 exportedData->branchIndex = CFSwapInt64( exportedData->branchIndex ) ;
H A DIOFireWireLibNuDCL.h124 uint64_t branchIndex; member in struct:IOFireWireLib::NuDCLExportDataStruct

Completed in 71 milliseconds