Searched refs:prev (Results 1 – 12 of 12) sorted by relevance
/sysdeps/nptl/ |
A D | fork.h | 76 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 D | libc_start_call_main.h | 51 unwind_buf.priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __libc_start_call_main()
|
/sysdeps/mips/ |
A D | unwind-arch.h | 44 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 D | posix-timer.h | 165 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 D | timer_routines.c | 73 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 D | unwind-link.h | 27 unwind_arch_adjustment (void *prev, void *addr) in unwind_arch_adjustment() argument
|
A D | unwind-dw2.c | 103 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 D | memcpy.S | 67 #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 D | stpncpy.S | 65 subq t8, 1, t7 # clear the final bits in the prev word
|
/sysdeps/alpha/ |
A D | strncpy.S | 54 subq t8, 1, t7 # e0 : clear the final bits in the prev
|
A D | stpncpy.S | 69 subq t8, 1, t7 # e0 : clear the final bits in the prev
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 102 rev r2, r2 @ ... prev found C
|
Completed in 15 milliseconds