Searched refs:index (Results 1 – 4 of 4) sorted by relevance
107 for (index = 0; cli_commands[index].command != 0; index++) { in cli_command_init()526 for (index = 0; string[index] != 0; index++) { in cli_print()620 index = index - 1; in cli_getline()648 index = index + 1; in cli_getline()1006 for (; index > 0; index--) { in cli_get_command()1023 index = index + 1; in cli_get_command()1039 for (; index > 0; index--) { in cli_get_command()1062 index = index + 1; in cli_get_command()1094 index = index - 1; in cli_get_command()1115 index = index + 1; in cli_get_command()[all …]
143 uint32_t cycle_count, index = 0; in cycle_memory_f() local160 for (index = 0; index < size; index++) in cycle_memory_f()161 cycle_buffer[index] = tmp_address[index]; in cycle_memory_f()165 for (index = 0; index < size; index++) { in cycle_memory_f()166 if (tmp_address[index] != cycle_buffer[index]) { in cycle_memory_f()167 cycle_buffer[index] = tmp_address[index]; in cycle_memory_f()
56 uint32_t index; member
60 checkpoint_table[i].index = i; in checkpoint_register()
Completed in 21 milliseconds