Searched refs:next_var (Results 1 – 8 of 8) sorted by relevance
396 char *next_var = (char *)buf_sp->GetBytes(); in GetProcessAndStatInfo() local397 char *end_buf = next_var + buf_sp->GetByteSize(); in GetProcessAndStatInfo()398 while (next_var < end_buf && 0 != *next_var) in GetProcessAndStatInfo()400 info_env.AppendArgument(next_var); in GetProcessAndStatInfo()401 next_var += strlen(next_var) + 1; in GetProcessAndStatInfo()
180 struct sp_fragment_shader_variant *var, *next_var; in softpipe_delete_fs_state() local185 for (var = state->variants; var; var = next_var) { in softpipe_delete_fs_state()186 next_var = var->next; in softpipe_delete_fs_state()
140 let next_var = build_add variable step_val "nextvar" builder in160 add_incoming (next_var, loop_end_bb) variable;
158 let next_var = build_add variable step_val "nextvar" builder in178 add_incoming (next_var, loop_end_bb) variable;
217 let next_var = build_add cur_var step_val "nextvar" builder in218 ignore(build_store next_var alloca builder);
624 let next_var = build_add variable step_val "nextvar" builder in628 '``next_var``' will be the value of the loop variable on the next667 add_incoming (next_var, loop_end_bb) variable;679 "``next_var``" value, we can add the incoming value to the loop PHI1152 let next_var = build_add variable step_val "nextvar" builder in1172 add_incoming (next_var, loop_end_bb) variable;
405 let next_var = build_add cur_var step_val "nextvar" builder in406 ignore(build_store next_var alloca builder);1436 let next_var = build_add cur_var step_val "nextvar" builder in1437 ignore(build_store next_var alloca builder);
1217 let next_var = build_add variable step_val "nextvar" builder in1237 add_incoming (next_var, loop_end_bb) variable;