/third_party/libunwind/libunwind/src/ia64/ |
H A D | Ginit.c | 387 ucontext_t *ucp; in ia64_uc_access_reg() local 394 ucp = (ucontext_t *) uc_addr; in ia64_uc_access_reg() 400 ucp = alloca (sizeof (ucontext_t)); in ia64_uc_access_reg() 401 if (!ucp) in ia64_uc_access_reg() 412 dst = (unw_word_t *) ucp; in ia64_uc_access_reg() 421 ucp); in ia64_uc_access_reg() 428 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp); in ia64_uc_access_reg() 430 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp); in ia64_uc_access_reg() 440 unw_word_t dst, *src = (unw_word_t *) ucp; in ia64_uc_access_reg() 458 ucontext_t *ucp; in ia64_uc_access_fpreg() local [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | align.rs | 54 pub fn getcontext(ucp: *mut ucontext_t) -> ::c_int; in getcontext() 55 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() 56 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...); in makecontext() 57 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext()
|
/third_party/lwip/src/netif/ppp/ |
H A D | ipv6cp.c | 181 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */ 549 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp) { in ipv6cp_addci() argument 559 PUTCHAR(opt, ucp); \ in ipv6cp_addci() 560 PUTCHAR(vjlen, ucp); \ in ipv6cp_addci() 561 PUTSHORT(val, ucp); \ in ipv6cp_addci() 572 PUTCHAR(opt, ucp); \ in ipv6cp_addci() 573 PUTCHAR(idlen, ucp); \ in ipv6cp_addci() 574 eui64_put(val1, ucp); \ in ipv6cp_addci() 902 u_char *ucp = inp; /* Pointer to current output char */ in ipv6cp_reqci() local 1020 ucp in ipv6cp_reqci() [all...] |
H A D | ipcp.c | 115 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */ 806 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp) { in ipcp_addci() argument 815 PUTCHAR(opt, ucp); \ in ipcp_addci() 816 PUTCHAR(CILEN_ADDRS, ucp); \ in ipcp_addci() 818 PUTLONG(l, ucp); \ in ipcp_addci() 820 PUTLONG(l, ucp); \ in ipcp_addci() 831 PUTCHAR(opt, ucp); \ in ipcp_addci() 832 PUTCHAR(vjlen, ucp); \ in ipcp_addci() 833 PUTSHORT(val, ucp); \ in ipcp_addci() 835 PUTCHAR(maxslotindex, ucp); \ in ipcp_addci() 1520 u_char *ucp = inp; /* Pointer to current output char */ ipcp_reqci() local [all...] |
H A D | lcp.c | 220 static void lcp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI to pkt */ 834 static void lcp_addci(fsm *f, u_char *ucp, int *lenp) { in lcp_addci() argument 837 u_char *start_ucp = ucp; in lcp_addci() 841 PUTCHAR(opt, ucp); \ in lcp_addci() 842 PUTCHAR(CILEN_VOID, ucp); \ in lcp_addci() 846 PUTCHAR(opt, ucp); \ in lcp_addci() 847 PUTCHAR(CILEN_SHORT, ucp); \ in lcp_addci() 848 PUTSHORT(val, ucp); \ in lcp_addci() 853 PUTCHAR((opt), ucp); \ in lcp_addci() 854 PUTCHAR(CILEN_CHAP, ucp); \ in lcp_addci() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_clip.c | 50 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()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_auto_possess.c | 312 ucp TRUE if in UCP mode 325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument 338 (void)ucp; in get_chr_property_list() 418 if (chr < 128 || (chr < 256 && !utf && !ucp)) in get_chr_property_list() 526 ucp TRUE in UCP mode 536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes() argument 675 if (!compare_opcodes(code, utf, ucp, cb, base_list, base_end, rec_limit)) in compare_opcodes() 696 if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end, in compare_opcodes() 713 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes() 1140 BOOL ucp in auto_possessify() local [all...] |
H A D | pcre2_study.c | 775 ucp TRUE for UCP mode 782 BOOL ucp) in set_table_bit() 787 (void)ucp; in set_table_bit() 817 if (utf || ucp) in set_table_bit() 942 ucp TRUE if in UCP mode 953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits() argument 1124 rc = set_start_bits(re, tcode, utf, ucp, depthptr); in set_start_bits() 1180 rc = set_start_bits(re, ++tcode, utf, ucp, depthptr); in set_start_bits() 1202 tcode = set_table_bit(re, tcode + 1, FALSE, utf, ucp); in set_start_bits() 1211 tcode = set_table_bit(re, tcode + 1, TRUE, utf, ucp); in set_start_bits() 781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, BOOL ucp) set_table_bit() argument 1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; study() local [all...] |
H A D | pcre2_substitute.c | 239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute() local 784 if (utf || ucp) in pcre2_substitute() 886 if (utf || ucp) in pcre2_substitute()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_common.cpp | 90 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); in handleUserClipPlanes() local 92 res[i] = mkOp2v(OP_MUL, TYPE_F32, getScratch(), clipVtx[c], ucp); in handleUserClipPlanes() 94 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]); in handleUserClipPlanes()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 1050 unsigned char *ucp; in show_buffer_under_overrun_page() local 1056 ucp = &resp[0] + 4; in show_buffer_under_overrun_page() 1058 pl = ucp[3] + 4; in show_buffer_under_overrun_page() 1059 count_basis = (ucp[1] >> 5) & 0x7; in show_buffer_under_overrun_page() 1078 cause = (ucp[1] >> 1) & 0xf; in show_buffer_under_overrun_page() 1092 if (ucp[1] & 1) in show_buffer_under_overrun_page() 1098 xp = ucp + 4; in show_buffer_under_overrun_page() 1111 ucp += pl; in show_buffer_under_overrun_page() 1118 unsigned char *ucp; in show_error_counter_page() local 1141 ucp in show_error_counter_page() 1192 unsigned char *ucp; show_non_medium_error_page() local 1254 unsigned char *ucp; show_self_test_page() local 1305 unsigned char *ucp; show_Temperature_page() local 1352 unsigned char *ucp; show_IE_page() local 3674 unsigned char *ucp; show_scsi_modes() local [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A 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()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | stateblock9.c | 238 if (mask->changed.ucp) { in nine_state_copy_common() 239 DBG("ucp: %x\n", mask->changed.ucp); in nine_state_copy_common() 241 if (mask->changed.ucp & (1 << i)) in nine_state_copy_common() 242 memcpy(dst->clip.ucp[i], in nine_state_copy_common() 243 src->clip.ucp[i], sizeof(src->clip.ucp[0])); in nine_state_copy_common() 245 * dst->changed.ucp |= mask->changed.ucp;*/ in nine_state_copy_common() 443 * dst->changed.ucp in nine_state_copy_common_all() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_getcontext.tex | 15 \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
|
/third_party/libunwind/libunwind/src/riscv/ |
H A D | unwind_i.h | 44 extern int setcontext (const ucontext_t *ucp);
|
/third_party/libunwind/libunwind/src/s390x/ |
H A D | unwind_i.h | 46 extern int setcontext (const ucontext_t *ucp);
|
/third_party/libunwind/libunwind/src/hppa/ |
H A D | unwind_i.h | 45 extern int setcontext (const ucontext_t *ucp);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 636 OUT_RING(ring, fui(ctx->ucp.ucp[i][0])); in fd3_emit_state() 637 OUT_RING(ring, fui(ctx->ucp.ucp[i][1])); in fd3_emit_state() 638 OUT_RING(ring, fui(ctx->ucp.ucp[i][2])); in fd3_emit_state() 639 OUT_RING(ring, fui(ctx->ucp.ucp[i][3])); in fd3_emit_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 470 struct pipe_clip_state *ucp = &ctx->ucp; variable 474 vertex_params[pos] = fui(ucp->ucp[i][j]);
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | unwind_i.h | 82 extern int setcontext (const ucontext_t *ucp);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.c | 314 memcpy(nv30->clip.ucp, clip->ucp, sizeof(clip->ucp)); in nv30_set_clip_state()
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
H A D | sigaction01.c | 89 void handler(int sig, siginfo_t * sip, void *ucp) in handler() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 862 float a = svga->curr.clip.ucp[i][0]; in emit_clip_planes() 863 float b = svga->curr.clip.ucp[i][1]; in emit_clip_planes() 864 float c = svga->curr.clip.ucp[i][2]; in emit_clip_planes() 865 float d = svga->curr.clip.ucp[i][3]; in emit_clip_planes()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 810 pub fn getcontext(ucp: *mut ucontext_t) -> ::c_int; in getcontext() 811 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() 812 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...); in makecontext() 813 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 274 nir_ssa_def *ucp = get_ucp(b, plane, clipplane_state_tokens); in lower_clip_outputs() local 276 /* calculate clipdist[plane] - dot(ucp, cv): */ in lower_clip_outputs() 277 clipdist[plane] = nir_fdot(b, ucp, cv); in lower_clip_outputs() 315 /* ucp_enables is bitmask of enabled ucps. Actual ucp values are
|