Searched refs:kMaxIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALogPriv.h14 #define kMaxIndex 500 // max event index (# of msgs) per module macro
H A DIrDALog.c33 //#define kMaxIndex 200 // max event index (# of msgs) per module
164 char *gMsgPtrs[kMaxModuleNames][kMaxIndex]; // pointers to copies of msgs
189 if (eventIndex >= kMaxIndex) {
190 DEBUGGER("IrDALog: need to incr kMaxIndex");
210 for (i = 0 ; i < kMaxIndex; i++) {

Completed in 180 milliseconds