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

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALogPriv.h11 #define kEntryCount (30*1024) // Number of log entries. *** Change to runtime alloc? macro
H A DIrDALog.c30 //#define kEntryCount (10*1024) // Number of log entries. *** Change to runtime alloc?
43 IrDAEventDesc fBuffer[kEntryCount+10]; // Buffer (+10 is hack so wrap race condition doesn't smash memory)
52 kEntryCount, // fNumEntries
317 gIrDALog.fNumEntries = kEntryCount;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h43 UInt32 fNumEntries; // number of entries in eventLog (kEntryCount)
59 kEntryCount = (200*1024), // number of log entries before wrap (16 bytes per entry) enumerator in enum:__anon81

Completed in 116 milliseconds