Lines Matching defs:index

56 #define CU_CMD_FIND_NAME_ARRAY(index, arr, val) \
57 for ( index = 0; index < SIZE_ARR(arr); index++ ) \
58 if ( arr[ index ].value == (val) ) \
3074 index = %d, \n \
3629 os_error_printf(CU_MSG_INFO2, (PS8)"Please enter <index (0,1..)> <value> \n");
3686 /* value[0] - parmater index, value[1] - parameter value */
3975 int index = 0;
3979 for (index = 0; index < REPORT_FILES_NUM; index ++)
3981 if (ModuleValue[index] == '1')
3983 ModuleTable[index] = '1';
3987 ModuleTable[index] = '0';
3997 S32 index = 0;
4017 os_error_printf(CU_MSG_INFO2, (PS8)"* Use '%d' (max index) to set all table.\n", REPORT_SEVERITY_MAX);
4021 for (index = 0; index < REPORT_SEVERITY_MAX; index ++)
4023 if (SeverityValue[index] == '0')
4025 SeverityTable[index] = '0';
4029 SeverityTable[index] = '1';
4106 os_error_printf(CU_MSG_INFO2, (PS8)"* Use '%d' (max index) to set all table.\n", REPORT_FILES_NUM);
4148 os_error_printf(CU_MSG_INFO2, (PS8)"* Use '%d' (max index) to clear all table.\n", REPORT_FILES_NUM);
4186 os_error_printf(CU_MSG_INFO2, (PS8)"* Use '%d' (max index) to set all table.\n", REPORT_SEVERITY_MAX);
4400 os_error_printf(CU_MSG_INFO2,"Error: index is not valid! \n");
4532 os_error_printf(CU_MSG_INFO2,"Error: index is not valid! \n");
5027 TI_UINT32 index =0;
5038 pReadBuffer[index++] = nvsData;
5039 } while((!feof(nvsBinFile)) && (index < NVS_TOTAL_LENGTH)) ;
5041 *length = index;
5112 TI_UINT16 index;
5123 for (index = 0; index < rxLength; index++)
5125 valueToSet = buffer[index];
5134 TI_UINT16 index;
5143 for (index = 0; index < txParamLength; index++)
5145 valueToSet = nvsPtr[index];
5172 TI_UINT16 index;
5185 for (index = 0; index < txParamLength; index++)
5187 valueToSet = buffer[index];
5195 TI_UINT32 index;
5214 for (index = 0; index < lengthOfP2Gtable; index++)
5220 for (index = 0; index < lengthOfPPASTepTable; index++)
5226 for (index = 0; index < lengthOfPDBufferTable; index++)
5232 for (index = 0; index < lengthOfGainOffsetTable; index++)
5242 TI_UINT16 index;
5251 for (index = 0; index < rxLength; index++)
5253 valueToSet = nvsPtr[index];
5265 TI_INT16 index;
5276 for (shift8 = 0, comparison = 0xff, index = NVS_VERSION_PARAMETER_LENGTH - 1;index >= 0; index--)
5279 versionBuffer[index] = valueToSet;
5285 for (index = 0; index < NVS_VERSION_PARAMETER_LENGTH; index++)
5287 os_fwrite(&versionBuffer[index], sizeof(TI_UINT8), 1, nvsBinFile);
5321 TI_UINT8 index;
5374 for (index = 0; index < NVS_END_BURST_TRANSACTION_LENGTH; index++)
5380 for (index = 0; index < NVS_ALING_TLV_START_ADDRESS_LENGTH; index++)
6096 os_error_printf(CU_MSG_INFO2, (PS8)"the key index must be between 0 and 3\n");
6234 keepAliveParams.keepAliveParams.index = (U8)parm[ 0 ].value;
6269 keepAliveParams.keepAliveParams.index = (U8)parm[ 0 ].value;