HomeSort by relevance Sort by last modified time
    Searched refs:ucp (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-msr-resv.c 35 ucontext_t *ucp = uc; local
38 ucp->uc_link = ucp;
41 ucp->uc_mcontext.gp_regs[PT_MSR] |= (7ULL << 32);
43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL);
tm-signal-context-chk-fpu.c 51 ucontext_t *ucp = uc; local
52 ucontext_t *tm_ucp = ucp->uc_link;
55 fail = (ucp->uc_mcontext.fp_regs[i + 14] != fps[i]);
58 printf("Failed on %d FP %g or %g\n", i, ucp->uc_mcontext.fp_regs[i + 14], tm_ucp->uc_mcontext.fp_regs[i + 14]);
tm-signal-context-chk-gpr.c 48 ucontext_t *ucp = uc; local
49 ucontext_t *tm_ucp = ucp->uc_link;
52 fail = (ucp->uc_mcontext.gp_regs[i + 14] != gps[i]);
56 ucp->uc_mcontext.gp_regs[i + 14], tm_ucp->uc_mcontext.gp_regs[i + 14]);
tm-signal-context-chk-vmx.c 57 ucontext_t *ucp = uc; local
58 ucontext_t *tm_ucp = ucp->uc_link;
61 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[i + 20],
71 fprintf(stderr, "%04x", ucp->uc_mcontext.v_regs->vrregs[i + 20][j]);
tm-signal-context-chk-vsx.c 59 ucontext_t *ucp = uc; local
60 ucontext_t *tm_ucp = ucp->uc_link;
71 long *vsx_ptr = (long *)(ucp->uc_mcontext.v_regs + 1);
74 memcpy(vsc, &ucp->uc_mcontext.fp_regs[i + 20], 8);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
62 memcpy(clip.ucp,
64 : 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 12 ucontext_t *ucp = (ucontext_t *) arg; local
13 sp = (int *) &ucp->uc_mcontext.gregs[0];
  /external/libunwind/src/hppa/
unwind_i.h 45 extern int setcontext (const ucontext_t *ucp);
  /external/valgrind/memcheck/tests/amd64-solaris/
context_gpr.c 23 ucontext_t *ucp = (ucontext_t *) arg; local
26 uc = *ucp;
28 ucp->uc_mcontext.gregs[REG_RCX] = x0;
31 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
context_sse.c 23 ucontext_t *ucp = (ucontext_t *) arg; local
26 uc = *ucp;
28 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
29 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
context_fpu.c 20 ucontext_t *ucp = (ucontext_t *) arg; local
23 uc = *ucp;
39 : [in] "m" (*(char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.st[i]));
context_rflags2.c 31 ucontext_t *ucp = (ucontext_t *) arg; local
34 uc = *ucp;
37 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
  /external/valgrind/memcheck/tests/x86-solaris/
context_sse.c 21 ucontext_t *ucp = (ucontext_t *) arg; local
24 uc = *ucp;
26 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
27 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
context_eflags2.c 22 ucontext_t *ucp = (ucontext_t *) arg; local
25 uc = *ucp;
28 *(uintptr_t*)&ucp->uc_mcontext.gregs[EIP] = (uintptr_t)break_out;
context_fpu.c 18 ucontext_t *ucp = (ucontext_t *) arg; local
21 uc = *ucp;
37 : [in] "m" (*((char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state
context_gpr.c 19 ucontext_t *ucp = (ucontext_t *) arg; local
22 uc = *ucp;
24 ucp->uc_mcontext.gregs[ECX] = x0;
  /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/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/compiler-rt/lib/asan/
asan_linux.cc 160 ucontext_t *ucp = (ucontext_t*)context; local
161 *stack = (uptr)ucp->uc_stack.ss_sp;
162 *ssize = ucp->uc_stack.ss_size;
  /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...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 348 ipcp_addci(fsm *f, u_char *ucp, int *lenp)
357 PUTCHAR(opt, ucp); \
358 PUTCHAR(vjlen, ucp); \
359 PUTSHORT(val, ucp); \
361 PUTCHAR(maxslotindex, ucp); \
362 PUTCHAR(cflag, ucp); \
375 PUTCHAR(opt, ucp); \
376 PUTCHAR(addrlen, ucp); \
378 PUTLONG(l, ucp); \
381 PUTLONG(l, ucp); \
887 u_char *ucp = inp; \/* Pointer to current output char *\/ local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 75 private final URLClassPath ucp; field in class:URLClassLoader
106 ucp = new URLClassPath(urls);
118 ucp = new URLClassPath(urls);
150 ucp = new URLClassPath(urls);
161 ucp = new URLClassPath(urls);
194 ucp = new URLClassPath(urls, factory, acc);
290 List<IOException> errors = ucp.closeLoaders();
331 ucp.addURL(url);
341 return ucp.getURLs();
364 Resource res = ucp.getResource(path, false)
    [all...]

Completed in 526 milliseconds

1 2 3 4