/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-ppc32-linux.c | 713 struct vki_ucontext *ucp = &frame->ucontext; in VG_() local 722 (Addr)ucp, offsetof(struct vki_ucontext, uc_pad) ); in VG_() 723 ucp->uc_flags = 0; in VG_() 724 ucp->uc_link = 0; in VG_() 725 ucp->uc_stack = tst->altstack; in VG_() 726 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp, in VG_() 730 (Addr)&ucp->uc_regs, in VG_() 731 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); in VG_() 732 ucp->uc_regs = &ucp->uc_mcontext; in VG_() 733 ucp->uc_sigmask = tst->sig_mask; in VG_() [all …]
|
D | sigframe-mips32-linux.c | 205 struct vki_ucontext *ucp = &frame->rs_uc; in VG_() local 219 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext) ); in VG_() 221 ucp->uc_flags = 0; in VG_() 222 ucp->uc_link = 0; in VG_() 223 ucp->uc_stack = tst->altstack; in VG_() 225 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp, in VG_() 231 ucp->uc_sigmask = tst->sig_mask; in VG_() 328 struct vki_ucontext *ucp = &frame->rs_uc; in VG_() local 330 mc = &ucp->uc_mcontext; in VG_()
|
/external/ppp/pppd/ |
D | ipxcp.c | 610 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 …]
|
D | ipv6cp.c | 554 ipv6cp_addci(f, ucp, lenp) in ipv6cp_addci() argument 556 u_char *ucp; 566 PUTCHAR(opt, ucp); \ 567 PUTCHAR(vjlen, ucp); \ 568 PUTSHORT(val, ucp); \ 578 PUTCHAR(opt, ucp); \ 579 PUTCHAR(idlen, ucp); \ 580 eui64_put(val1, ucp); \ 903 u_char *ucp = inp; /* Pointer to current output char */ local 1024 ucp = inp; /* Backup */ [all …]
|
D | ipcp.c | 749 ipcp_addci(f, ucp, lenp) in ipcp_addci() argument 751 u_char *ucp; 761 PUTCHAR(opt, ucp); \ 762 PUTCHAR(CILEN_ADDRS, ucp); \ 764 PUTLONG(l, ucp); \ 766 PUTLONG(l, ucp); \ 776 PUTCHAR(opt, ucp); \ 777 PUTCHAR(vjlen, ucp); \ 778 PUTSHORT(val, ucp); \ 780 PUTCHAR(maxslotindex, ucp); \ [all …]
|
D | lcp.c | 684 lcp_addci(f, ucp, lenp) in lcp_addci() argument 686 u_char *ucp; 690 u_char *start_ucp = ucp; 694 PUTCHAR(opt, ucp); \ 695 PUTCHAR(CILEN_VOID, ucp); \ 699 PUTCHAR(opt, ucp); \ 700 PUTCHAR(CILEN_SHORT, ucp); \ 701 PUTSHORT(val, ucp); \ 705 PUTCHAR((opt), ucp); \ 706 PUTCHAR(CILEN_CHAP, ucp); \ [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_clip.c | 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in update_clip() 59 memcpy(clip.ucp, in update_clip() 61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in update_clip()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_atom_clip.c | 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in update_clip() 59 memcpy(clip.ucp, in update_clip() 61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in update_clip()
|
/external/compiler-rt/lib/asan/ |
D | asan_linux.cc | 112 ucontext_t *ucp = (ucontext_t*)context; in ReadContextStack() local 113 *stack = (uptr)ucp->uc_stack.ss_sp; in ReadContextStack() 114 *ssize = ucp->uc_stack.ss_size; in ReadContextStack()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | stacktrace.cc | 83 int skip_count, const void *ucp) 93 int skip_count, const void *ucp)
|
D | stacktrace_x86-inl.h | 349 const void *const ucp = NULL; variable 351 void **next_sp = NextStackFrame<!IS_STACK_FRAMES, IS_WITH_CONTEXT>(sp, ucp);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | stacktrace.cc | 83 int skip_count, const void *ucp) 93 int skip_count, const void *ucp)
|
D | stacktrace_x86-inl.h | 331 const void *const ucp = NULL; variable 333 void **next_sp = NextStackFrame<!IS_STACK_FRAMES, IS_WITH_CONTEXT>(sp, ucp);
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 123 const unsigned char *ucp = (const unsigned char *) name; in dx_hack_hash() local 129 c = (int) *ucp++; in dx_hack_hash() 146 const unsigned char *ucp = (const unsigned char *) msg; in str2hashbuf() local 159 c = (int) ucp[i]; in str2hashbuf()
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_eval.c | 140 GLfloat *ucp = &cn[j * dim]; in _math_horner_bezier_surf() local 148 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k]; in _math_horner_bezier_surf() 150 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder; in _math_horner_bezier_surf() 151 i++, poweru *= u, ucp += uinc) { in _math_horner_bezier_surf() 157 s * cp[j * dim + k] + bincoeff * poweru * ucp[k]; in _math_horner_bezier_surf()
|
/external/mesa3d/src/mesa/math/ |
D | m_eval.c | 131 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/svga/ |
D | svga_state_framebuffer.c | 506 float a = svga->curr.clip.ucp[i][0]; in emit_clip_planes() 507 float b = svga->curr.clip.ucp[i][1]; in emit_clip_planes() 508 float c = svga->curr.clip.ucp[i][2]; in emit_clip_planes() 509 float d = svga->curr.clip.ucp[i][3]; in emit_clip_planes()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 506 float a = svga->curr.clip.ucp[i][0]; in emit_clip_planes() 507 float b = svga->curr.clip.ucp[i][1]; in emit_clip_planes() 508 float c = svga->curr.clip.ucp[i][2]; in emit_clip_planes() 509 float d = svga->curr.clip.ucp[i][3]; in emit_clip_planes()
|
/external/openssh/ |
D | buffer.c | 242 u_char *ucp = buffer->buf; in buffer_dump() local 245 fprintf(stderr, "%02x", ucp[i]); in buffer_dump()
|
D | channels.c | 883 u_char *ucp; in x11_open_helper() local 891 ucp = buffer_ptr(b); in x11_open_helper() 892 if (ucp[0] == 0x42) { /* Byte order MSB first. */ in x11_open_helper() 893 proto_len = 256 * ucp[6] + ucp[7]; in x11_open_helper() 894 data_len = 256 * ucp[8] + ucp[9]; in x11_open_helper() 895 } else if (ucp[0] == 0x6c) { /* Byte order LSB first. */ in x11_open_helper() 896 proto_len = ucp[6] + 256 * ucp[7]; in x11_open_helper() 897 data_len = ucp[8] + 256 * ucp[9]; in x11_open_helper() 900 ucp[0]); in x11_open_helper() 911 memcmp(ucp + 12, x11_saved_proto, proto_len) != 0) { in x11_open_helper() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 564 ALLOC_STATE( ucp[0], tcl_ucp0_add4, UCP_STATE_SIZE, "UCP/userclip-0", 1 ); in radeonInitState() 565 ALLOC_STATE( ucp[1], tcl_ucp1_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 ); in radeonInitState() 566 ALLOC_STATE( ucp[2], tcl_ucp2_add4, UCP_STATE_SIZE, "UCP/userclip-2", 1 ); in radeonInitState() 567 ALLOC_STATE( ucp[3], tcl_ucp3_add4, UCP_STATE_SIZE, "UCP/userclip-3", 1 ); in radeonInitState() 568 ALLOC_STATE( ucp[4], tcl_ucp4_add4, UCP_STATE_SIZE, "UCP/userclip-4", 1 ); in radeonInitState() 569 ALLOC_STATE( ucp[5], tcl_ucp5_add4, UCP_STATE_SIZE, "UCP/userclip-5", 1 ); in radeonInitState() 640 rmesa->hw.ucp[i].cmd[UCP_CMD_0] = in radeonInitState() 659 rmesa->hw.ucp[i].emit = vec_emit; in radeonInitState()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 564 ALLOC_STATE( ucp[0], tcl_ucp0_add4, UCP_STATE_SIZE, "UCP/userclip-0", 1 ); in radeonInitState() 565 ALLOC_STATE( ucp[1], tcl_ucp1_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 ); in radeonInitState() 566 ALLOC_STATE( ucp[2], tcl_ucp2_add4, UCP_STATE_SIZE, "UCP/userclip-2", 1 ); in radeonInitState() 567 ALLOC_STATE( ucp[3], tcl_ucp3_add4, UCP_STATE_SIZE, "UCP/userclip-3", 1 ); in radeonInitState() 568 ALLOC_STATE( ucp[4], tcl_ucp4_add4, UCP_STATE_SIZE, "UCP/userclip-4", 1 ); in radeonInitState() 569 ALLOC_STATE( ucp[5], tcl_ucp5_add4, UCP_STATE_SIZE, "UCP/userclip-5", 1 ); in radeonInitState() 640 rmesa->hw.ucp[i].cmd[UCP_CMD_0] = in radeonInitState() 659 rmesa->hw.ucp[i].emit = vec_emit; in radeonInitState()
|
/external/strace/ |
D | signal.c | 1686 printcontext(tcp, ucp) in printcontext() argument 1688 ucontext_t *ucp; 1693 printflags(ucontext_flags, ucp->uc_flags, "UC_???"); 1694 tprintf(", uc_link=%#lx, ", (unsigned long) ucp->uc_link); 1697 printsigmask(&ucp->uc_sigmask, 0); 1700 (unsigned long) ucp->uc_stack.ss_sp, 1701 ucp->uc_stack.ss_size); 1702 printflags(sigaltstack_flags, ucp->uc_stack.ss_flags, "SS_???");
|
/external/dnsmasq/src/ |
D | rfc2131.c | 655 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local 657 for (j = 0; j < option_len(opt); j += ucp[j] + 1); in dhcp_reply() 661 tmp = j + ucp[j] + 1; in dhcp_reply() 662 ucp[j] = 0; in dhcp_reply() 1148 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local 1150 if (len != 0 && ucp[0] == 0) in dhcp_reply() 1151 ucp++, len--; in dhcp_reply() 1155 memcpy(lease->userclass, ucp, len); in dhcp_reply() 1163 unsigned char *ucp = option_ptr(opt, 0); in dhcp_reply() local 1167 memcpy(lease->vendorclass, ucp, len); in dhcp_reply() [all …]
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 304 memcpy(nv30->clip.ucp, clip->ucp, sizeof(clip->ucp)); in nv30_set_clip_state()
|