Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dlattice.c182 signed char cIndex = 0; in ispVM() local
202 for (cIndex = 0; cIndex < 8; cIndex++) in ispVM()
203 szFileVersion[cIndex] = GetByte(); in ispVM()
208 for (cIndex = 1; cIndex < 8; cIndex++) in ispVM()
209 szFileVersion[cIndex] = GetByte(); in ispVM()
222 for (cIndex = 0; cIndex < 8; cIndex++) { in ispVM()
223 if (szFileVersion[cIndex] != in ispVM()
224 g_szSupportedVersions[cVersionIndex][cIndex]) { in ispVM()
H A Divm_core.c598 signed char cIndex = 0; in ispVMDataSize() local
599 cIndex = 0; in ispVMDataSize()
601 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()
602 cIndex += 7; in ispVMDataSize()
604 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()