Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 1757) sorted by relevance

12345678910>>...71

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDscorpion_reg_map_macro.h84 #define MAC_DMA_CR__RXE_LP__SET(dst) \ argument
85 (dst) = ((dst) &\
87 #define MAC_DMA_CR__RXE_LP__CLR(dst) \ argument
88 (dst) = ((dst) &\
96 #define MAC_DMA_CR__RXE_HP__SET(dst) \ argument
97 (dst) = ((dst) &\
99 #define MAC_DMA_CR__RXE_HP__CLR(dst) \ argument
100 (dst) = ((dst) &\
109 #define MAC_DMA_CR__RXD__MODIFY(dst, src) \ argument
110 (dst) = ((dst) &\
[all …]
HDosprey_reg_map_macro.h92 #define MAC_DMA_CR__RXE_LP__SET(dst) \ argument
93 (dst) = ((dst) &\
95 #define MAC_DMA_CR__RXE_LP__CLR(dst) \ argument
96 (dst) = ((dst) &\
104 #define MAC_DMA_CR__RXE_HP__SET(dst) \ argument
105 (dst) = ((dst) &\
107 #define MAC_DMA_CR__RXE_HP__CLR(dst) \ argument
108 (dst) = ((dst) &\
117 #define MAC_DMA_CR__RXD__MODIFY(dst, src) \ argument
118 (dst) = ((dst) &\
[all …]
HDposeidon_reg_map_macro.h96 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__MODIFY(dst, src) \ argument
97 (dst) = ((dst) &\
103 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__SET(dst) \ argument
104 (dst) = ((dst) &\
106 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__CLR(dst) \ argument
107 (dst) = ((dst) &\
120 #define AXI_INTERCONNECT_CTRL__SELECT_SLV_PCIE__MODIFY(dst, src) \ argument
121 (dst) = ((dst) &\
127 #define AXI_INTERCONNECT_CTRL__SELECT_SLV_PCIE__SET(dst) \ argument
128 (dst) = ((dst) &\
[all …]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDctrl_iface_named_pipe.c87 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst);
93 static void global_close_pipe(struct wpa_global_dst *dst);
116 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local
118 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes()
120 while (dst) { in ctrl_flush_broken_pipes()
121 next = dst->next; in ctrl_flush_broken_pipes()
122 if (ctrl_broken_pipe(dst->pipe, dst->used)) { in ctrl_flush_broken_pipes()
124 dst); in ctrl_flush_broken_pipes()
125 ctrl_close_pipe(dst); in ctrl_flush_broken_pipes()
127 dst = next; in ctrl_flush_broken_pipes()
[all …]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_uverbs_marshall.c40 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user() argument
43 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid); in ib_copy_ah_attr_to_user()
44 dst->grh.flow_label = src->grh.flow_label; in ib_copy_ah_attr_to_user()
45 dst->grh.sgid_index = src->grh.sgid_index; in ib_copy_ah_attr_to_user()
46 dst->grh.hop_limit = src->grh.hop_limit; in ib_copy_ah_attr_to_user()
47 dst->grh.traffic_class = src->grh.traffic_class; in ib_copy_ah_attr_to_user()
48 memset(&dst->grh.reserved, 0, sizeof(dst->grh.reserved)); in ib_copy_ah_attr_to_user()
49 dst->dlid = src->dlid; in ib_copy_ah_attr_to_user()
50 dst->sl = src->sl; in ib_copy_ah_attr_to_user()
51 dst->src_path_bits = src->src_path_bits; in ib_copy_ah_attr_to_user()
[all …]
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDvis.c153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis() argument
156 *dst++ = '%'; in do_hvis()
157 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()
158 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()
160 dst = do_svis(dst, c, flag, nextc, extra); in do_hvis()
162 return dst; in do_hvis()
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis() argument
181 *dst++ = c; in do_svis()
182 return dst; in do_svis()
187 *dst++ = '\\'; *dst++ = 'n'; in do_svis()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrShiftRotate.td17 let Constraints = "$src1 = $dst", SchedRW = [WriteShift] in {
19 def SHL8rCL : I<0xD2, MRM4r, (outs GR8 :$dst), (ins GR8 :$src1),
20 "shl{b}\t{%cl, $dst|$dst, cl}",
21 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
22 def SHL16rCL : I<0xD3, MRM4r, (outs GR16:$dst), (ins GR16:$src1),
23 "shl{w}\t{%cl, $dst|$dst, cl}",
24 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16;
25 def SHL32rCL : I<0xD3, MRM4r, (outs GR32:$dst), (ins GR32:$src1),
26 "shl{l}\t{%cl, $dst|$dst, cl}",
27 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32;
[all …]
HDX86InstrControl.td62 def JMP_1 : Ii8PCRel<0xEB, RawFrm, (outs), (ins brtarget8:$dst),
63 "jmp\t$dst", [(br bb:$dst)]>;
65 def JMP_2 : Ii16PCRel<0xE9, RawFrm, (outs), (ins brtarget16:$dst),
66 "jmp\t$dst", []>, OpSize16;
67 def JMP_4 : Ii32PCRel<0xE9, RawFrm, (outs), (ins brtarget32:$dst),
68 "jmp\t$dst", []>, OpSize32;
76 (ins brtarget8:$dst, ccode:$cond),
77 "j${cond}\t$dst",
78 [(X86brcond bb:$dst, timm:$cond, EFLAGS)]>;
81 (ins brtarget16:$dst, ccode:$cond),
[all …]
HDX86InstrExtension.td39 def MOVSX16rr8 : I<0xBE, MRMSrcReg, (outs GR16:$dst), (ins GR8:$src),
40 "movs{bw|x}\t{$src, $dst|$dst, $src}", []>,
43 def MOVSX16rm8 : I<0xBE, MRMSrcMem, (outs GR16:$dst), (ins i8mem:$src),
44 "movs{bw|x}\t{$src, $dst|$dst, $src}", []>,
47 def MOVSX32rr8 : I<0xBE, MRMSrcReg, (outs GR32:$dst), (ins GR8:$src),
48 "movs{bl|x}\t{$src, $dst|$dst, $src}",
49 [(set GR32:$dst, (sext GR8:$src))]>, TB,
51 def MOVSX32rm8 : I<0xBE, MRMSrcMem, (outs GR32:$dst), (ins i8mem :$src),
52 "movs{bl|x}\t{$src, $dst|$dst, $src}",
53 [(set GR32:$dst, (sextloadi32i8 addr:$src))]>, TB,
[all …]
HDX86InstrMMX.td28 def MMX_SET0 : I<0, Pseudo, (outs VR64:$dst), (ins), "", []>;
31 let Constraints = "$src1 = $dst" in {
36 def irr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
38 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
39 [(set VR64:$dst, (IntId VR64:$src1, VR64:$src2))]>,
43 def irm : MMXI<opc, MRMSrcMem, (outs VR64:$dst),
45 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
46 [(set VR64:$dst, (IntId VR64:$src1,
55 def rr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
57 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
[all …]
HDX86InstrSystem.td114 def MOV32rd : I<0x21, MRMDestReg, (outs GR32:$dst), (ins DEBUG_REG:$src),
115 "mov{l}\t{$src, $dst|$dst, $src}", []>, TB,
117 def MOV64rd : I<0x21, MRMDestReg, (outs GR64:$dst), (ins DEBUG_REG:$src),
118 "mov{q}\t{$src, $dst|$dst, $src}", []>, TB,
121 def MOV32dr : I<0x23, MRMSrcReg, (outs DEBUG_REG:$dst), (ins GR32:$src),
122 "mov{l}\t{$src, $dst|$dst, $src}", []>, TB,
124 def MOV64dr : I<0x23, MRMSrcReg, (outs DEBUG_REG:$dst), (ins GR64:$src),
125 "mov{q}\t{$src, $dst|$dst, $src}", []>, TB,
133 def MOV32rc : I<0x20, MRMDestReg, (outs GR32:$dst), (ins CONTROL_REG:$src),
134 "mov{l}\t{$src, $dst|$dst, $src}", []>, TB,
[all …]
HDX86InstrSSE.td26 def rr : SI<opc, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, RC:$src2),
28 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
29 !strconcat(OpcodeStr, "\t{$src2, $src1, $dst|$dst, $src1, $src2}")),
30 [(set RC:$dst, (OpNode RC:$src1, RC:$src2))], d>,
33 def rm : SI<opc, MRMSrcMem, (outs RC:$dst), (ins RC:$src1, x86memop:$src2),
35 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
36 !strconcat(OpcodeStr, "\t{$src2, $src1, $dst|$dst, $src1, $src2}")),
37 [(set RC:$dst, (OpNode RC:$src1, (load addr:$src2)))], d>,
49 def rr_Int : SI_Int<opc, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, RC:$src2),
51 !strconcat(asm, "\t{$src2, $dst|$dst, $src2}"),
[all …]
HDX86InstrCMovSetCC.td17 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst",
20 : I<0x40, MRMSrcRegCC, (outs GR16:$dst), (ins GR16:$src1, GR16:$src2, ccode:$cond),
21 "cmov${cond}{w}\t{$src2, $dst|$dst, $src2}",
22 [(set GR16:$dst,
26 : I<0x40, MRMSrcRegCC, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2, ccode:$cond),
27 "cmov${cond}{l}\t{$src2, $dst|$dst, $src2}",
28 [(set GR32:$dst,
32 :RI<0x40, MRMSrcRegCC, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2, ccode:$cond),
33 "cmov${cond}{q}\t{$src2, $dst|$dst, $src2}",
34 [(set GR64:$dst,
[all …]
/freebsd-11-stable/contrib/ofed/libibverbs/
HDmarshall.c39 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst, in ibv_copy_ah_attr_from_kern() argument
42 memcpy(dst->grh.dgid.raw, src->grh.dgid, sizeof dst->grh.dgid); in ibv_copy_ah_attr_from_kern()
43 dst->grh.flow_label = src->grh.flow_label; in ibv_copy_ah_attr_from_kern()
44 dst->grh.sgid_index = src->grh.sgid_index; in ibv_copy_ah_attr_from_kern()
45 dst->grh.hop_limit = src->grh.hop_limit; in ibv_copy_ah_attr_from_kern()
46 dst->grh.traffic_class = src->grh.traffic_class; in ibv_copy_ah_attr_from_kern()
48 dst->dlid = src->dlid; in ibv_copy_ah_attr_from_kern()
49 dst->sl = src->sl; in ibv_copy_ah_attr_from_kern()
50 dst->src_path_bits = src->src_path_bits; in ibv_copy_ah_attr_from_kern()
51 dst->static_rate = src->static_rate; in ibv_copy_ah_attr_from_kern()
[all …]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDvis.c62 vis(char *dst, int c, int flag, int nextc) in vis() argument
67 *dst++ = '\\'; in vis()
68 *dst++ = c; in vis()
69 *dst = '\0'; in vis()
70 return (dst); in vis()
76 *dst++ = '\\'; in vis()
77 *dst++ = 'n'; in vis()
80 *dst++ = '\\'; in vis()
81 *dst++ = 'r'; in vis()
84 *dst++ = '\\'; in vis()
[all …]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_unimsgcpy.c10 copy_msg_alerting(struct uni_alerting *src, struct uni_alerting *dst) in copy_msg_alerting() argument
15 dst->connid = src->connid; in copy_msg_alerting()
17 dst->epref = src->epref; in copy_msg_alerting()
19 dst->notify = src->notify; in copy_msg_alerting()
22 dst->git[d++] = src->git[s]; in copy_msg_alerting()
24 dst->uu = src->uu; in copy_msg_alerting()
26 dst->report = src->report; in copy_msg_alerting()
28 dst->unrec = src->unrec; in copy_msg_alerting()
32 copy_msg_call_proc(struct uni_call_proc *src, struct uni_call_proc *dst) in copy_msg_call_proc() argument
35 dst->connid = src->connid; in copy_msg_call_proc()
[all …]
HDunimsgcpy.h8 copy_msg_alerting(struct uni_alerting *src, struct uni_alerting *dst);
12 copy_msg_call_proc(struct uni_call_proc *src, struct uni_call_proc *dst);
16 copy_msg_connect(struct uni_connect *src, struct uni_connect *dst);
20 copy_msg_connect_ack(struct uni_connect_ack *src, struct uni_connect_ack *dst);
24 copy_msg_release(struct uni_release *src, struct uni_release *dst);
28 copy_msg_release_compl(struct uni_release_compl *src, struct uni_release_compl *dst);
32 copy_msg_setup(struct uni_setup *src, struct uni_setup *dst);
36 copy_msg_status(struct uni_status *src, struct uni_status *dst);
40 copy_msg_status_enq(struct uni_status_enq *src, struct uni_status_enq *dst);
44 copy_msg_notify(struct uni_notify *src, struct uni_notify *dst);
[all …]
/freebsd-11-stable/sys/dev/isp/
HDisp_library.c765 isp_put_marker(ispsoftc_t *isp, isp_marker_t *src, isp_marker_t *dst) in isp_put_marker() argument
768 isp_put_hdr(isp, &src->mrk_header, &dst->mrk_header); in isp_put_marker()
769 ISP_IOXPUT_32(isp, src->mrk_handle, &dst->mrk_handle); in isp_put_marker()
771 ISP_IOXPUT_8(isp, src->mrk_reserved0, &dst->mrk_target); in isp_put_marker()
772 ISP_IOXPUT_8(isp, src->mrk_target, &dst->mrk_reserved0); in isp_put_marker()
774 ISP_IOXPUT_8(isp, src->mrk_reserved0, &dst->mrk_reserved0); in isp_put_marker()
775 ISP_IOXPUT_8(isp, src->mrk_target, &dst->mrk_target); in isp_put_marker()
777 ISP_IOXPUT_16(isp, src->mrk_modifier, &dst->mrk_modifier); in isp_put_marker()
778 ISP_IOXPUT_16(isp, src->mrk_flags, &dst->mrk_flags); in isp_put_marker()
779 ISP_IOXPUT_16(isp, src->mrk_lun, &dst->mrk_lun); in isp_put_marker()
[all …]
/freebsd-11-stable/contrib/openbsm/compat/
HDvis.h81 vis(dst, c, flag, nextc) in vis() argument
82 char *dst; in vis()
96 *dst++ = '%';
97 snprintf(dst, 4, (c < 16 ? "0%X" : "%X"), c);
98 dst += 2;
111 *dst++ = c;
113 *dst++ = '\\';
114 *dst = '\0';
115 return (dst);
121 *dst++ = '\\';
[all …]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_synctask.c50 dsl_sync_task_t dst = { 0 }; in dsl_sync_task_common() local
62 dst.dst_pool = dp; in dsl_sync_task_common()
63 dst.dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_common()
64 dst.dst_space = blocks_modified << DST_AVG_BLKSHIFT; in dsl_sync_task_common()
65 dst.dst_space_check = space_check; in dsl_sync_task_common()
66 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common()
67 dst.dst_syncfunc = syncfunc; in dsl_sync_task_common()
68 dst.dst_arg = arg; in dsl_sync_task_common()
69 dst.dst_error = 0; in dsl_sync_task_common()
70 dst.dst_nowaiter = B_FALSE; in dsl_sync_task_common()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrConv.td15 defm I32_WRAP_I64 : I<(outs I32:$dst), (ins I64:$src), (outs), (ins),
16 [(set I32:$dst, (trunc I64:$src))],
17 "i32.wrap_i64\t$dst, $src", "i32.wrap_i64", 0xa7>;
19 defm I64_EXTEND_S_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins),
20 [(set I64:$dst, (sext I32:$src))],
21 "i64.extend_i32_s\t$dst, $src", "i64.extend_i32_s",
23 defm I64_EXTEND_U_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins),
24 [(set I64:$dst, (zext I32:$src))],
25 "i64.extend_i32_u\t$dst, $src", "i64.extend_i32_u",
29 defm I32_EXTEND8_S_I32 : I<(outs I32:$dst), (ins I32:$src), (outs), (ins),
[all …]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
HDstrings.c70 _nc_str_init(string_desc * dst, char *src, size_t len) in _nc_str_init() argument
72 if (dst != 0) { in _nc_str_init()
73 dst->s_head = src; in _nc_str_init()
74 dst->s_tail = src; in _nc_str_init()
75 dst->s_size = len - 1; in _nc_str_init()
76 dst->s_init = dst->s_size; in _nc_str_init()
80 return dst; in _nc_str_init()
87 _nc_str_null(string_desc * dst, size_t len) in _nc_str_null() argument
89 return _nc_str_init(dst, 0, len); in _nc_str_null()
96 _nc_str_copy(string_desc * dst, string_desc * src) in _nc_str_copy() argument
[all …]
/freebsd-11-stable/contrib/libc-vis/
HDvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis() argument
172 dst = do_svis(dst, c, flags, nextc, extra); in do_hvis()
174 *dst++ = L'%'; in do_hvis()
175 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()
176 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()
179 return dst; in do_hvis()
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis() argument
196 *dst++ = L'='; in do_mvis()
197 *dst++ = XTOA(((unsigned int)c >> 4) & 0xf); in do_mvis()
198 *dst++ = XTOA((unsigned int)c & 0xf); in do_mvis()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.td183 def ADDframe : Pseudo<(outs GR16:$dst), (ins i16imm:$base, i16imm:$offset),
189 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
191 [(set GR8:$dst,
193 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
195 [(set GR16:$dst,
199 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
201 [(set GR8:$dst, (shl GR8:$src, GR8:$cnt))]>;
202 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
204 [(set GR16:$dst, (shl GR16:$src, GR8:$cnt))]>;
205 def Sra8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
[all …]
/freebsd-11-stable/contrib/sendmail/libsm/
HDstrl.c58 sm_strlcpy(dst, src, size)
59 register char *dst;
67 for (i = 0; i < size && (dst[i] = src[i]) != 0; i++)
69 dst[i] = '\0';
104 sm_strlcat(dst, src, size) in sm_strlcat() argument
105 register char *dst; in sm_strlcat()
111 o = strlen(dst);
115 for (i = 0, j = o; i < size && (dst[j] = src[i]) != 0; i++, j++)
117 dst[j] = '\0';
148 sm_strlcat2(dst, src1, src2, len) in sm_strlcat2() argument
[all …]

12345678910>>...71