Searched refs:fPrintIndex (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h37 UInt32 fPrintIndex; // set by dcmd to keep track of what's pretty printed already member in struct:IrDALogHdr
H A DIrDALog.c51 0, // fPrintIndex
89 if (gIrDALog.fEventIndex == gIrDALog.fPrintIndex) // if newly wrapped index now matches print index
99 if (gIrDALog.fEventIndex == gIrDALog.fPrintIndex) // if the (incr'd) index matches printing index
316 gIrDALog.fPrintIndex = 0;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h36 UInt32 fPrintIndex; // set by dcmd to keep track of what's pretty printed already member in struct:IrDALogHdr
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp527 hdr->fEventIndex, hdr->fPrintIndex, hdr->fNumEntries,
563 obj->fEventIndex == obj->fPrintIndex) { // print index == new event index, then nothing new
568 printf("prtindex = %ld\n", obj->fPrintIndex);
589 obj->fEventIndex == obj->fPrintIndex) { // print index == new event index, then nothing new
594 printf("prtindex = %ld\n", obj->fPrintIndex);
606 obj->fPrintIndex = obj->fEventIndex; // then start printing at next "avail" entry
609 if( obj->fPrintIndex >= obj->fNumEntries ) // sanity check only, this shouldn't happen
610 obj->fPrintIndex = 0;
619 eventPtr = &obj->fEventBuffer[obj->fPrintIndex];
653 obj->fPrintIndex
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h45 UInt32 fPrintIndex; // set by dcmd to keep track of what's pretty printed already member in struct:__anon79

Completed in 169 milliseconds