Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 12 of 12) sorted by relevance

/sysdeps/nptl/
A Dfork.h76 if (GL (dl_stack_used).next->prev != &GL (dl_stack_used)) in reclaim_stacks()
78 else if (GL (dl_stack_cache).next->prev != &GL (dl_stack_cache)) in reclaim_stacks()
83 assert (l->next->prev == elem); in reclaim_stacks()
85 elem->prev = l; in reclaim_stacks()
92 elem->next->prev = elem->prev; in reclaim_stacks()
93 elem->prev->next = elem->next; in reclaim_stacks()
A Dlibc_start_call_main.h51 unwind_buf.priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __libc_start_call_main()
/sysdeps/mips/
A Dunwind-arch.h44 unwind_arch_adjustment (void *prev, void *addr) in unwind_arch_adjustment() argument
46 uint32_t *pc = (uint32_t *) prev; in unwind_arch_adjustment()
/sysdeps/pthread/
A Dposix-timer.h165 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink_ip()
167 lnext->prev = lprev; in list_unlink_ip()
175 list->prev = list; in list_unlink_ip()
/sysdeps/htl/
A Dtimer_routines.c73 newp->prev = list->prev; in list_append()
75 list->prev->next = newp; in list_append()
76 list->prev = newp; in list_append()
93 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink()
95 lnext->prev = lprev; in list_unlink()
/sysdeps/generic/
A Dunwind-link.h27 unwind_arch_adjustment (void *prev, void *addr) in unwind_arch_adjustment() argument
A Dunwind-dw2.c103 struct frame_state_reg_info *prev; member
732 fs->regs.prev = NULL; in execute_cfa_program()
823 unused_rs = unused_rs->prev; in execute_cfa_program()
829 fs->regs.prev = new_rs; in execute_cfa_program()
835 struct frame_state_reg_info *old_rs = fs->regs.prev; in execute_cfa_program()
843 old_rs->prev = unused_rs; in execute_cfa_program()
/sysdeps/sparc/sparc32/
A Dmemcpy.S67 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
73 or %t5, %prev, %t5; \
74 sll %t1, shil, %prev; \
79 or %t1, %prev, %t1; \
82 sll %t3, shil, %prev; \
85 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
91 or %t4, %prev, %t0; \
92 sll %t1, shil, %prev; \
97 or %t4, %prev, %t2; \
98 sll %t3, shil, %prev; \
/sysdeps/alpha/alphaev67/
A Dstpncpy.S65 subq t8, 1, t7 # clear the final bits in the prev word
/sysdeps/alpha/
A Dstrncpy.S54 subq t8, 1, t7 # e0 : clear the final bits in the prev
A Dstpncpy.S69 subq t8, 1, t7 # e0 : clear the final bits in the prev
/sysdeps/arm/armv6/
A Dstrrchr.S102 rev r2, r2 @ ... prev found C

Completed in 20 milliseconds