Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp665 int32_t wResult = 0, wCount, wIndex = 0; in LSC_ReadScript() local
669 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
674 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2); in LSC_ReadScript()
678 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
687 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2); in LSC_ReadScript()
711 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
721 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2); in LSC_ReadScript()
726 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
735 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2); in LSC_ReadScript()
752 for (wCount = 0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++) { in LSC_ReadScript()
[all …]