Searched refs:usByteSize (Results 1 – 1 of 1) sorted by relevance
366 unsigned short usByteSize = 0; in PrintData() local374 usByteSize = (unsigned short)(a_iDataSize / 8 + 1); in PrintData()377 usByteSize = (unsigned short)(a_iDataSize / 8); in PrintData()381 for (usByteIndex = (signed short)(usByteSize - 1); in PrintData()408 if ((usByteSize - usByteIndex) % 40 == 39) { in PrintData()
Completed in 6 milliseconds