Searched refs:stackp (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp175 thread_stack_ll **stackp = &temp_stacks; local
176 while (*stackp) {
177 thread_stack_ll *stack = *stackp;
181 *stackp = stack->next;
184 stackp = &stack->next;
197 *stackp = thread_stacks;
/openbsd-current/gnu/usr.bin/perl/
H A Dpp_sort.c344 off_runs stack[60], *stackp; local
353 stackp = stack;
354 stackp->runs = dynprep(aTHX_ base, aux, nmemb, cmp);
355 stackp->offset = offset = 0;
359 /* On levels where both runs have be constructed (stackp->runs == 0),
362 * as long as stackp->runs is 0, keep merging.
364 IV runs = stackp->runs;
372 offset = stackp->offset;
467 --stackp;
469 } while ((runs = stackp
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.c218 struct file_name_list *stackp;
221 for (stackp = first_dir_md_include; stackp; stackp = stackp->next)
225 pathname = concat (stackp->fname, sep, filename, NULL);
216 struct file_name_list *stackp; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c206 struct file_name_list *stackp;
209 for (stackp = first_dir_md_include; stackp; stackp = stackp->next)
213 pathname = concat (stackp->fname, sep, filename, NULL);
204 struct file_name_list *stackp; local

Completed in 172 milliseconds