Home
last modified time | relevance | path

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

/u-boot/drivers/fpga/
A Dlattice.c183 signed char cIndex = 0; in ispVM() local
203 for (cIndex = 0; cIndex < 8; cIndex++) in ispVM()
204 szFileVersion[cIndex] = GetByte(); in ispVM()
209 for (cIndex = 1; cIndex < 8; cIndex++) in ispVM()
210 szFileVersion[cIndex] = GetByte(); in ispVM()
223 for (cIndex = 0; cIndex < 8; cIndex++) { in ispVM()
224 if (szFileVersion[cIndex] != in ispVM()
225 g_szSupportedVersions[cVersionIndex][cIndex]) { in ispVM()
A Divm_core.c599 signed char cIndex = 0; in ispVMDataSize() local
600 cIndex = 0; in ispVMDataSize()
602 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()
603 cIndex += 7; in ispVMDataSize()
605 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()

Completed in 7 milliseconds