Searched refs:iter_start (Results 1 – 2 of 2) sorted by relevance
95 struct jump_entry *iter_start = mod->jump_entries; in jump_label_apply_nops() local96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_apply_nops()100 if (iter_start == iter_stop) in jump_label_apply_nops()103 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_apply_nops()
34 static unsigned long iter_start; /* Start of iteration number */ variable188 iter_start = strtoul(optarg, &tmp, 0); in parse_args()205 if (iter_end < iter_start) in parse_args()236 if (i < iter_start) /* Skip to given iteration number */ in main()
Completed in 5 milliseconds