Lines Matching defs:j
98 int j;
106 for (j = (int)PLAT_MAX_PWR_LVL - 1; j >= 0; j--) {
107 if (temp_index[j] != nodes_idx[j]) {
108 nodes_idx[j] = temp_index[j];
109 psci_non_cpu_pd_nodes[nodes_idx[j]].cpu_start_idx
112 psci_non_cpu_pd_nodes[nodes_idx[j]].ncpus++;
126 unsigned int i, j = 0U, num_nodes_at_lvl = 1U, num_nodes_at_next_lvl;
155 for (j = node_index;
156 j < (node_index + num_children); j++)
157 psci_init_pwr_domain_node((uint16_t)j,
161 node_index = j;
175 assert(j <= PLATFORM_CORE_COUNT);
176 return j;