Searched refs:fNumEntries (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.cpp101 fNumEntries = (OSSwapBigToHostInt32(data[start]) & kConfigLeafDirLength) >> kConfigLeafDirLengthPhase;
104 if( fNumEntries > 256 ) // 1k request
112 // FWKLOG(( "IOConfigDirectory::initWithOffset updateROMCache( %d, %d )\n", start, fNumEntries ));
113 status = updateROMCache(start + 1, fNumEntries);
118 fNumEntries = 0;
174 index = findIndex(data, fNumEntries, key);
203 index = findIndex(data, fNumEntries, key);
241 index = findIndex(data, fNumEntries, key, kConfigLeafKeyType);
282 index = findIndex(data, fNumEntries, key, kConfigDirectoryKeyType);
322 index = findIndex(data, fNumEntries, ke
[all...]
H A DIOLocalConfigDirectory.cpp372 fNumEntries = fEntries->getCount() ;
406 fNumEntries = fEntries->getCount() ;
452 fNumEntries = fEntries->getCount() ;
485 fNumEntries = fEntries->getCount() ;
527 fNumEntries = fEntries->getCount() ;
555 fNumEntries = fEntries->getCount() ;
586 if( index < 0 || index >= fNumEntries )
H A DIOConfigDirectory.h45 int fNumEntries; // In directory member in class:IOConfigDirectory
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h38 UInt32 fNumEntries; // kEntryCount -- let dcmd know when to wrap member in struct:IrDALogHdr
H A DIrDALog.c52 kEntryCount, // fNumEntries
87 if( gIrDALog.fEventIndex >= gIrDALog.fNumEntries ) { // Wrap if hit end of buffer (this one shouldn't be hit, sanity only)
95 if( gIrDALog.fEventIndex >= gIrDALog.fNumEntries) { // Wrap if hit end of buffer (this one should be hit)
317 gIrDALog.fNumEntries = kEntryCount;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h37 UInt32 fNumEntries; // kEntryCount -- let dcmd know when to wrap member in struct:IrDALogHdr
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h43 UInt32 fNumEntries; // number of entries in eventLog (kEntryCount) member in struct:__anon79
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp527 hdr->fEventIndex, hdr->fPrintIndex, hdr->fNumEntries,
569 printf("#entries = %ld\n", obj->fNumEntries);
595 printf("#entries = %ld\n", obj->fNumEntries);
609 if( obj->fPrintIndex >= obj->fNumEntries ) // sanity check only, this shouldn't happen
655 if( obj->fPrintIndex >= obj->fNumEntries ) // wrap print index at end of circular buffer

Completed in 141 milliseconds