Searched refs:stackp (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 175 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler() local 176 while (*stackp) { in thread_cleanup_handler() 177 thread_stack_ll *stack = *stackp; in thread_cleanup_handler() 181 *stackp = stack->next; in thread_cleanup_handler() 184 stackp = &stack->next; in thread_cleanup_handler() 197 *stackp = thread_stacks; in thread_cleanup_handler()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | pp_sort.c | 344 off_runs stack[60], *stackp; in S_sortsv_flags_impl() local 353 stackp = stack; in S_sortsv_flags_impl() 354 stackp->runs = dynprep(aTHX_ base, aux, nmemb, cmp); in S_sortsv_flags_impl() 355 stackp->offset = offset = 0; in S_sortsv_flags_impl() 359 /* On levels where both runs have be constructed (stackp->runs == 0), in S_sortsv_flags_impl() 362 * as long as stackp->runs is 0, keep merging. in S_sortsv_flags_impl() 364 IV runs = stackp->runs; in S_sortsv_flags_impl() 372 offset = stackp->offset; in S_sortsv_flags_impl() 467 --stackp; in S_sortsv_flags_impl() 469 } while ((runs = stackp in S_sortsv_flags_impl() [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gensupport.c | 204 struct file_name_list *stackp; local 207 for (stackp = first_dir_md_include; stackp; stackp = stackp->next) 211 pathname = concat (stackp->fname, sep, filename, NULL);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gensupport.c | 216 struct file_name_list *stackp; in process_include() local 219 for (stackp = first_dir_md_include; stackp; stackp = stackp->next) in process_include() 223 pathname = concat (stackp->fname, sep, filename, NULL); in process_include()
|