Home
last modified time | relevance | path

Searched refs:ucp (Results 1 – 25 of 102) sorted by relevance

12345

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-trap.c63 ucontext_t *ucp = uc; in trap_signal_handler() local
67 thread_endianness = MSR_LE & ucp->uc_mcontext.gp_regs[PT_MSR]; in trap_signal_handler()
116 ucp->uc_mcontext.gp_regs[PT_NIP] += 16; in trap_signal_handler()
123 ucp->uc_mcontext.gp_regs[PT_MSR] |= 1UL; in trap_signal_handler()
124 ucp->uc_mcontext.gp_regs[PT_NIP] += 4; in trap_signal_handler()
141 ucp->uc_mcontext.gp_regs[PT_MSR] |= 1UL; in trap_signal_handler()
171 ucp->uc_mcontext.gp_regs[PT_MSR] &= ~1UL; in trap_signal_handler()
172 ucp->uc_mcontext.gp_regs[PT_NIP] += 8; in trap_signal_handler()
Dtm-signal-msr-resv.c35 ucontext_t *ucp = uc; in signal_usr1() local
38 ucp->uc_link = ucp; in signal_usr1()
41 ucp->uc_mcontext.gp_regs[PT_MSR] |= (7ULL << 32); in signal_usr1()
43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL); in signal_usr1()
Dtm-signal-context-chk-gpr.c48 ucontext_t *ucp = uc; in signal_usr1() local
49 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
52 fail = (ucp->uc_mcontext.gp_regs[i + 14] != gps[i]); in signal_usr1()
56 ucp->uc_mcontext.gp_regs[i + 14], tm_ucp->uc_mcontext.gp_regs[i + 14]); in signal_usr1()
Dtm-signal-context-chk-fpu.c51 ucontext_t *ucp = uc; in signal_usr1() local
52 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
55 fail = (ucp->uc_mcontext.fp_regs[i + 14] != fps[i]); in signal_usr1()
58 …printf("Failed on %d FP %g or %g\n", i, ucp->uc_mcontext.fp_regs[i + 14], tm_ucp->uc_mcontext.fp_r… in signal_usr1()
Dtm-signal-context-chk-vmx.c57 ucontext_t *ucp = uc; in signal_usr1() local
58 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
61 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[i + 20], in signal_usr1()
71 fprintf(stderr, "%04x", ucp->uc_mcontext.v_regs->vrregs[i + 20][j]); in signal_usr1()
Dtm-signal-context-chk-vsx.c59 ucontext_t *ucp = uc; in signal_usr1() local
60 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
71 long *vsx_ptr = (long *)(ucp->uc_mcontext.v_regs + 1); in signal_usr1()
74 memcpy(vsc, &ucp->uc_mcontext.fp_regs[i + 20], 8); in signal_usr1()
/external/libunwind/src/ia64/
DGinit.c416 ucontext_t *ucp; in ia64_uc_access_reg() local
423 ucp = (ucontext_t *) uc_addr; in ia64_uc_access_reg()
429 ucp = alloca (sizeof (ucontext_t)); in ia64_uc_access_reg()
430 if (!ucp) in ia64_uc_access_reg()
441 dst = (unw_word_t *) ucp; in ia64_uc_access_reg()
450 ucp); in ia64_uc_access_reg()
457 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp); in ia64_uc_access_reg()
459 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp); in ia64_uc_access_reg()
469 unw_word_t dst, *src = (unw_word_t *) ucp; in ia64_uc_access_reg()
487 ucontext_t *ucp; in ia64_uc_access_fpreg() local
[all …]
/external/pcre/dist2/testdata/
Dtestinput521 /^[[:graph:]]+$/utf,ucp
29 /^[[:print:]]+$/utf,ucp
37 /^[[:^graph:]]+$/utf,ucp
41 /^[[:^print:]]+$/utf,ucp
50 /^>[[:blank:]]*/utf,ucp
53 /^A\s+Z/utf,ucp
56 /^A[\s]+Z/utf,ucp
60 /^[[:graph:]]+$/utf,ucp
64 /^[[:print:]]+$/utf,ucp
67 /^[[:^graph:]]+$/utf,ucp
[all …]
Dtestoutput522 /^[[:graph:]]+$/utf,ucp
35 /^[[:print:]]+$/utf,ucp
48 /^[[:^graph:]]+$/utf,ucp
54 /^[[:^print:]]+$/utf,ucp
65 /^>[[:blank:]]*/utf,ucp
69 /^A\s+Z/utf,ucp
73 /^A[\s]+Z/utf,ucp
79 /^[[:graph:]]+$/utf,ucp
84 /^[[:print:]]+$/utf,ucp
88 /^[[:^graph:]]+$/utf,ucp
[all …]
Dtestinput8130 /[^\d]/utf,ucp
132 /[[:^alpha:][:^cntrl:]]+/utf,ucp
134 /[[:^cntrl:][:^alpha:]]+/utf,ucp
136 /[[:alpha:]]+/utf,ucp
138 /[[:^alpha:]\S]+/utf,ucp
Dtestinput41464 /^\w+/utf,ucp
1467 /^[[:xdigit:]]*/utf,ucp
1470 /^\d+/utf,ucp
1473 /^[[:digit:]]+/utf,ucp
1476 /^>\s+/utf,ucp
1479 /^>\pZ+/utf,ucp
1482 /^>[[:space:]]*/utf,ucp
1485 /^>[[:blank:]]*/utf,ucp
1488 /^[[:alpha:]]*/utf,ucp
1491 /^[[:alnum:]]*/utf,ucp
[all …]
/external/ppp/pppd/
Dipxcp.c610 ipxcp_addci(f, ucp, lenp) in ipxcp_addci() argument
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);
[all …]
Dipv6cp.c563 ipv6cp_addci(f, ucp, lenp) in ipv6cp_addci() argument
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 …]
Dipcp.c768 ipcp_addci(f, ucp, lenp) in ipcp_addci() argument
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); \
[all …]
Dlcp.c707 lcp_addci(f, ucp, lenp) in lcp_addci() argument
709 u_char *ucp;
713 u_char *start_ucp = ucp;
717 PUTCHAR(opt, ucp); \
718 PUTCHAR(CILEN_VOID, ucp); \
722 PUTCHAR(opt, ucp); \
723 PUTCHAR(CILEN_SHORT, ucp); \
724 PUTSHORT(val, ucp); \
728 PUTCHAR((opt), ucp); \
729 PUTCHAR(CILEN_CHAP, ucp); \
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in st_update_clip()
60 memcpy(clip.ucp, in st_update_clip()
62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in st_update_clip()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1053 unsigned char *ucp; in show_buffer_under_overrun_page() local
1059 ucp = &resp[0] + 4; in show_buffer_under_overrun_page()
1061 pl = ucp[3] + 4; in show_buffer_under_overrun_page()
1062 count_basis = (ucp[1] >> 5) & 0x7; in show_buffer_under_overrun_page()
1081 cause = (ucp[1] >> 1) & 0xf; in show_buffer_under_overrun_page()
1095 if (ucp[1] & 1) in show_buffer_under_overrun_page()
1101 xp = ucp + 4; in show_buffer_under_overrun_page()
1114 ucp += pl; in show_buffer_under_overrun_page()
1121 unsigned char *ucp; in show_error_counter_page() local
1144 ucp = &resp[0] + 4; in show_error_counter_page()
[all …]
/external/compiler-rt/lib/asan/
Dasan_linux.cc160 ucontext_t *ucp = (ucontext_t*)context; in ReadContextStack() local
161 *stack = (uptr)ucp->uc_stack.ss_sp; in ReadContextStack()
162 *ssize = ucp->uc_stack.ss_size; in ReadContextStack()
/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c219 if (mask->changed.ucp) { in nine_state_copy_common()
220 DBG("ucp: %x\n", mask->changed.ucp); in nine_state_copy_common()
222 if (mask->changed.ucp & (1 << i)) in nine_state_copy_common()
223 memcpy(dst->clip.ucp[i], in nine_state_copy_common()
224 src->clip.ucp[i], sizeof(src->clip.ucp[0])); in nine_state_copy_common()
226 dst->changed.ucp |= mask->changed.ucp; in nine_state_copy_common()
422 dst->changed.ucp = src->changed.ucp; in nine_state_copy_common_all()
/external/u-boot/drivers/core/
Duclass.c50 static int uclass_add(enum uclass_id id, struct uclass **ucp) in uclass_add() argument
56 *ucp = NULL; in uclass_add()
89 *ucp = uc; in uclass_add()
138 int uclass_get(enum uclass_id id, struct uclass **ucp) in uclass_get() argument
142 *ucp = NULL; in uclass_get()
145 return uclass_add(id, ucp); in uclass_get()
146 *ucp = uc; in uclass_get()
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c124 const unsigned char *ucp = (const unsigned char *) name; in dx_hack_hash() local
130 c = (int) *ucp++; in dx_hack_hash()
147 const unsigned char *ucp = (const unsigned char *) msg; in str2hashbuf() local
158 c = (int) ucp[i]; in str2hashbuf()
/external/mesa3d/src/mesa/math/
Dm_eval.c131 GLfloat *ucp = &cn[j * dim]; in _math_horner_bezier_surf() local
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k]; in _math_horner_bezier_surf()
141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder; in _math_horner_bezier_surf()
142 i++, poweru *= u, ucp += uinc) { in _math_horner_bezier_surf()
148 s * cp[j * dim + k] + bincoeff * poweru * ucp[k]; in _math_horner_bezier_surf()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c601 OUT_RING(ring, fui(ctx->ucp.ucp[i][0])); in fd3_emit_state()
602 OUT_RING(ring, fui(ctx->ucp.ucp[i][1])); in fd3_emit_state()
603 OUT_RING(ring, fui(ctx->ucp.ucp[i][2])); in fd3_emit_state()
604 OUT_RING(ring, fui(ctx->ucp.ucp[i][3])); in fd3_emit_state()
/external/libunwind/doc/
Dunw_getcontext.tex15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
20 pointed to by \Var{ucp} with the machine-state of the call-site. The
/external/google-breakpad/src/common/android/include/
Ducontext.h46 int breakpad_getcontext(ucontext_t* ucp);

12345