Home
last modified time | relevance | path

Searched refs:usByteIndex (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/fpga/
A Divm_core.c368 signed short usByteIndex = 0; in PrintData() local
381 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