Searched refs:ndx (Results 1 – 4 of 4) sorted by relevance
136 size_t ndx = (start + i) % mSize; in dumpLog() local138 if (1 != mRingBuffer[ndx].count) { in dumpLog()139 localtime_r(&mRingBuffer[ndx].last_ts.tv_sec, &t); in dumpLog()143 mRingBuffer[ndx].count, in dumpLog()145 mRingBuffer[ndx].last_ts.tv_usec / 1000); in dumpLog()151 localtime_r(&mRingBuffer[ndx].first_ts.tv_sec, &t); in dumpLog()155 mRingBuffer[ndx].first_ts.tv_usec / 1000, in dumpLog()156 mRingBuffer[ndx].s.string(), in dumpLog()
416 uint32_t ndx = 0; in dumpLog() local424 ndx, txTimes[i], rxTimes[i], in dumpLog()428 ndx, txTimes[i]); in dumpLog()431 ndx++; in dumpLog()
484 int ndx = numTokens(); in dump() local485 if (ndx > 0) { in dump()493 pw.print(" App #"); pw.print(ndx--); in dump()
441 float ndx = dx / hyp; in fling() local444 float oldVelocityX = ndx * oldVel; in fling()