Home | History | Annotate | Download | only in fpga

Lines Matching defs:cIndex

181 	signed char cIndex           = 0;
201 for (cIndex = 0; cIndex < 8; cIndex++)
202 szFileVersion[cIndex] = GetByte();
207 for (cIndex = 1; cIndex < 8; cIndex++)
208 szFileVersion[cIndex] = GetByte();
221 for (cIndex = 0; cIndex < 8; cIndex++) {
222 if (szFileVersion[cIndex] !=
223 g_szSupportedVersions[cVersionIndex][cIndex]) {