/external/mesa3d/src/mesa/state_tracker/ |
st_atom_clip.c | 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); 59 memcpy(clip.ucp, 61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
|
/external/google-breakpad/src/common/android/include/ |
ucontext.h | 46 int breakpad_getcontext(ucontext_t* ucp);
|
/external/valgrind/memcheck/tests/solaris/ |
context_stack_die.c | 10 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 12 sp = (int *) &ucp->uc_mcontext.gregs[0];
|
/external/valgrind/none/tests/solaris/ |
context_link2.c | 8 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 12 /* Current uc_link value has to be equal to ucp. */ 14 assert(uc2.uc_link == ucp);
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
context_gpr.c | 20 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 23 uc = *ucp; 25 ucp->uc_mcontext.gregs[REG_RCX] = x0; 28 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
|
context_sse.c | 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 22 uc = *ucp; 24 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0; 25 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
|
context_fpu.c | 17 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 22 uc = *ucp; 38 : [in] "m" (*(char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.st[i]));
|
context_rflags2.c | 28 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 31 uc = *ucp; 34 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
|
context_rflags.c | 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 22 uc = *ucp;
|
/external/libunwind/src/hppa/ |
unwind_i.h | 45 extern int setcontext (const ucontext_t *ucp);
|
/external/valgrind/memcheck/tests/x86-solaris/ |
context_sse.c | 17 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 20 uc = *ucp; 22 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0; 23 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
|
context_eflags2.c | 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 22 uc = *ucp; 25 *(uintptr_t*)&ucp->uc_mcontext.gregs[EIP] = (uintptr_t)break_out;
|
context_fpu.c | 15 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 20 uc = *ucp; 36 : [in] "m" (*((char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state
|
context_gpr.c | 16 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 19 uc = *ucp; 21 ucp->uc_mcontext.gregs[ECX] = x0;
|
context_eflags.c | 17 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) 20 uc = *ucp;
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-ppc32-linux.c | 671 struct vki_ucontext *ucp = &frame->ucontext; local 680 (Addr)ucp, offsetof(struct vki_ucontext, uc_pad) ); 681 ucp->uc_flags = 0; 682 ucp->uc_link = 0; 683 ucp->uc_stack = tst->altstack; 684 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp, 688 (Addr)&ucp->uc_regs, 689 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); 690 ucp->uc_regs = &ucp->uc_mcontext [all...] |
sigframe-mips64-linux.c | 144 struct vki_ucontext *ucp = &frame->rs_uc; local 158 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext)); 160 ucp->uc_flags = 0; 161 ucp->uc_link = 0; 162 ucp->uc_stack = tst->altstack; 164 VG_TRACK(post_mem_write, Vg_CoreSignal, tid, (Addr)ucp, 169 ucp->uc_sigmask = tst->sig_mask; 219 struct vki_ucontext *ucp = &frame->rs_uc; local 221 mc = &ucp->uc_mcontext; 222 tst->sig_mask = ucp->uc_sigmask [all...] |
sigframe-mips32-linux.c | 159 struct vki_ucontext *ucp = &frame->rs_uc; local 173 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext) ); 175 ucp->uc_flags = 0; 176 ucp->uc_link = 0; 177 ucp->uc_stack = tst->altstack; 179 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp, 185 ucp->uc_sigmask = tst->sig_mask; 282 struct vki_ucontext *ucp = &frame->rs_uc; local 284 mc = &ucp->uc_mcontext;
|
/external/compiler-rt/lib/asan/ |
asan_linux.cc | 155 ucontext_t *ucp = (ucontext_t*)context; local 156 *stack = (uptr)ucp->uc_stack.ss_sp; 157 *ssize = ucp->uc_stack.ss_size;
|
/external/libunwind/src/ia64/ |
Ginit.c | 416 ucontext_t *ucp; local 423 ucp = (ucontext_t *) uc_addr; 429 ucp = alloca (sizeof (ucontext_t)); 430 if (!ucp) 441 dst = (unw_word_t *) ucp; 450 ucp); 457 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp); 459 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp); 469 unw_word_t dst, *src = (unw_word_t *) ucp; 487 ucontext_t *ucp; local [all...] |
/external/ppp/pppd/ |
ipxcp.c | 610 ipxcp_addci(f, ucp, lenp) 612 u_char *ucp; 619 PUTCHAR (IPX_NETWORK_NUMBER, ucp); 620 PUTCHAR (CILEN_NETN, ucp); 621 PUTLONG (go->our_network, ucp); 626 PUTCHAR (IPX_NODE_NUMBER, ucp); 627 PUTCHAR (CILEN_NODEN, ucp); 629 PUTCHAR (go->our_node[indx], ucp); 635 PUTCHAR (IPX_ROUTER_NAME, ucp); 636 PUTCHAR (CILEN_NAME + cilen - 1, ucp); 1003 u_char *ucp = inp; \/* Pointer to current output char *\/ local [all...] |
ipv6cp.c | 563 ipv6cp_addci(f, ucp, lenp) 565 u_char *ucp; 575 PUTCHAR(opt, ucp); \ 576 PUTCHAR(vjlen, ucp); \ 577 PUTSHORT(val, ucp); \ 587 PUTCHAR(opt, ucp); \ 588 PUTCHAR(idlen, ucp); \ 589 eui64_put(val1, ucp); \ 912 u_char *ucp = inp; /* Pointer to current output char */ local 1033 ucp = inp; /* Backup * [all...] |
ipcp.c | 768 ipcp_addci(f, ucp, lenp) 770 u_char *ucp; 780 PUTCHAR(opt, ucp); \ 781 PUTCHAR(CILEN_ADDRS, ucp); \ 783 PUTLONG(l, ucp); \ 785 PUTLONG(l, ucp); \ 795 PUTCHAR(opt, ucp); \ 796 PUTCHAR(vjlen, ucp); \ 797 PUTSHORT(val, ucp); \ 799 PUTCHAR(maxslotindex, ucp); \ 1435 u_char *ucp = inp; \/* Pointer to current output char *\/ local [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URLClassLoader.java | 73 private final URLClassPath ucp; field in class:URLClassLoader 103 ucp = new URLClassPath(urls); 115 ucp = new URLClassPath(urls); 146 ucp = new URLClassPath(urls); 157 ucp = new URLClassPath(urls); 189 ucp = new URLClassPath(urls, factory); 286 List<IOException> errors = ucp.closeLoaders(); 327 ucp.addURL(url); 337 return ucp.getURLs(); 358 Resource res = ucp.getResource(path, false) [all...] |
/external/libunwind/src/x86_64/ |
unwind_i.h | 82 extern int setcontext (const ucontext_t *ucp);
|