Searched refs:usByteIndex (Results 1 – 1 of 1) sorted by relevance
368 signed short usByteIndex = 0; in PrintData() local381 for (usByteIndex = (signed short)(usByteSize - 1); in PrintData()382 usByteIndex >= 0; usByteIndex--) { in PrintData()383 ucByte = a_pucData[usByteIndex]; in PrintData()408 if ((usByteSize - usByteIndex) % 40 == 39) { in PrintData()411 if (usByteIndex < 0) in PrintData()
Completed in 7 milliseconds