/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | scorpion_reg_map_macro.h | 84 #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 …]
|
H A D | osprey_reg_map_macro.h | 92 #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 …]
|
H A D | poseidon_reg_map_macro.h | 96 #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/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_marshall.c | 38 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user() argument 41 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid); in ib_copy_ah_attr_to_user() 42 dst->grh.flow_label = src->grh.flow_label; in ib_copy_ah_attr_to_user() 43 dst->grh.sgid_index = src->grh.sgid_index; in ib_copy_ah_attr_to_user() 44 dst->grh.hop_limit = src->grh.hop_limit; in ib_copy_ah_attr_to_user() 45 dst->grh.traffic_class = src->grh.traffic_class; in ib_copy_ah_attr_to_user() 46 memset(&dst->grh.reserved, 0, sizeof(dst->grh.reserved)); in ib_copy_ah_attr_to_user() 47 dst->dlid = src->dlid; in ib_copy_ah_attr_to_user() 48 dst->sl = src->sl; in ib_copy_ah_attr_to_user() 49 dst->src_path_bits = src->src_path_bits; in ib_copy_ah_attr_to_user() [all …]
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | marshall.c | 39 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/crypto/heimdal/lib/roken/ |
H A D | vis.c | 153 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/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 87 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/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 264 def : Pat<(store (rotl (loadi8 addr:$dst), (i8 7)), addr:$dst), 265 (ROR8m1 addr:$dst)>; 266 def : Pat<(store (rotl (loadi16 addr:$dst), (i8 15)), addr:$dst), 267 (ROR16m1 addr:$dst)>; 268 def : Pat<(store (rotl (loadi32 addr:$dst), (i8 31)), addr:$dst), 269 (ROR32m1 addr:$dst)>; 270 def : Pat<(store (rotl (loadi64 addr:$dst), (i [all...] |
H A D | X86InstrExtension.td | 39 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 …]
|
H A D | X86InstrControl.td | 62 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 …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | vis.c | 62 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/sys/dev/isp/ |
H A D | isp_library.c | 557 isp_put_marker_24xx(ispsoftc_t *isp, isp_marker_24xx_t *src, isp_marker_24xx_t *dst) in isp_put_marker_24xx() argument 560 isp_put_hdr(isp, &src->mrk_header, &dst->mrk_header); in isp_put_marker_24xx() 561 ISP_IOXPUT_32(isp, src->mrk_handle, &dst->mrk_handle); in isp_put_marker_24xx() 562 ISP_IOXPUT_16(isp, src->mrk_nphdl, &dst->mrk_nphdl); in isp_put_marker_24xx() 563 ISP_IOXPUT_8(isp, src->mrk_modifier, &dst->mrk_modifier); in isp_put_marker_24xx() 564 ISP_IOXPUT_8(isp, src->mrk_reserved0, &dst->mrk_reserved0); in isp_put_marker_24xx() 565 ISP_IOXPUT_8(isp, src->mrk_reserved1, &dst->mrk_reserved1); in isp_put_marker_24xx() 566 ISP_IOXPUT_8(isp, src->mrk_vphdl, &dst->mrk_vphdl); in isp_put_marker_24xx() 567 ISP_IOXPUT_8(isp, src->mrk_reserved2, &dst->mrk_reserved2); in isp_put_marker_24xx() 569 ISP_IOXPUT_8(isp, src->mrk_lun[i], &dst->mrk_lun[i]); in isp_put_marker_24xx() [all …]
|
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 81 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/contrib/cortex-strings/src/arm/ |
H A D | memcpy.S | 86 #define dst ip macro 108 vstr \vreg, [dst, #\base] 110 vstr d0, [dst, #\base + 8] 112 vstr d1, [dst, #\base + 16] 114 vstr d2, [dst, #\base + 24] 116 vstr \vreg, [dst, #\base + 32] 118 vstr d0, [dst, #\base + 40] 120 vstr d1, [dst, #\base + 48] 122 vstr d2, [dst, #\base + 56] 127 vstr \vreg, [dst, #\base] [all …]
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | memcpy.S | 64 #define dst ip macro 86 vstr \vreg, [dst, #\base] 88 vstr d0, [dst, #\base + 8] 90 vstr d1, [dst, #\base + 16] 92 vstr d2, [dst, #\base + 24] 94 vstr \vreg, [dst, #\base + 32] 96 vstr d0, [dst, #\base + 40] 98 vstr d1, [dst, #\base + 48] 100 vstr d2, [dst, #\base + 56] 105 vstr \vreg, [dst, #\base] [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_synctask.c | 50 dsl_sync_task_t dst = { { { NULL } } }; 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/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 30 INTERCEPTOR(void *, memset, void *dst, int v, uptr size) { in INTERCEPTOR() argument 34 return internal_memset(dst, v, size); in INTERCEPTOR() 36 void *res = REAL(memset)(dst, v, size); in INTERCEPTOR() 37 __nsan_set_value_unknown(static_cast<u8 *>(dst), size); in INTERCEPTOR() 41 INTERCEPTOR(wchar_t *, wmemset, wchar_t *dst, wchar_t v, uptr size) { in INTERCEPTOR() argument 42 wchar_t *res = REAL(wmemset)(dst, v, size); in INTERCEPTOR() 43 __nsan_set_value_unknown((u8 *)dst, sizeof(wchar_t) * size); in INTERCEPTOR() 47 INTERCEPTOR(void *, memmove, void *dst, const void *src, uptr size) { in INTERCEPTOR() argument 51 return internal_memmove(dst, src, size); in INTERCEPTOR() 53 void *res = REAL(memmove)(dst, src, size); in INTERCEPTOR() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrConv.td | 15 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/contrib/llvm-project/clang/lib/Headers/ |
H A D | amxintrin.h | 86 #define _tile_loadd(dst, base, stride) \ argument 87 __builtin_ia32_tileloadd64((dst), ((const void *)(base)), \ 106 #define _tile_stream_loadd(dst, base, stride) \ argument 107 __builtin_ia32_tileloaddt164((dst), ((const void *)(base)), \ 124 #define _tile_stored(dst, base, stride) \ argument 125 __builtin_ia32_tilestored64((dst), ((void *)(base)), (__SIZE_TYPE__)(stride)) 153 #define _tile_dpbssd(dst, src0, src1) \ argument 154 __builtin_ia32_tdpbssd((dst), (src0), (src1)) 172 #define _tile_dpbsud(dst, src0, src1) \ argument 173 __builtin_ia32_tdpbsud((dst), (src0), (src1)) [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | strings.c | 72 _nc_str_init(string_desc * dst, char *src, size_t len) in _nc_str_init() argument 74 if (dst != 0) { in _nc_str_init() 75 dst->s_head = src; in _nc_str_init() 76 dst->s_tail = src; in _nc_str_init() 77 dst->s_size = len - 1; in _nc_str_init() 78 dst->s_init = dst->s_size; in _nc_str_init() 82 return dst; in _nc_str_init() 89 _nc_str_null(string_desc * dst, size_t len) in _nc_str_null() argument 91 return _nc_str_init(dst, 0, len); in _nc_str_null() 98 _nc_str_copy(string_desc * dst, const string_desc * const src) in _nc_str_copy() argument [all …]
|
/freebsd/sys/net/route/ |
H A D | route_rtentry.c | 82 rt_alloc(struct rib_head *rnh, const struct sockaddr *dst, in rt_alloc() argument 85 MPASS(dst->sa_len <= sizeof(((struct rtentry *)NULL)->rt_dstb)); in rt_alloc() 94 rt_maskedcopy(dst, &rt->rt_dst, netmask); in rt_alloc() 96 bcopy(dst, &rt->rt_dst, dst->sa_len); in rt_alloc() 175 const struct sockaddr *dst; in rt_get_family() local 177 dst = (const struct sockaddr *)rt_key_const(rt); in rt_get_family() 179 return (dst->sa_family); in rt_get_family() 233 const struct sockaddr_in *dst; in rt_get_inet_prefix_plen() local 235 dst = (const struct sockaddr_in *)rt_key_const(rt); in rt_get_inet_prefix_plen() 236 KASSERT((dst->sin_family == AF_INET), in rt_get_inet_prefix_plen() [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/include/aes/ |
H A D | aes_impl.h | 49 #define AES_COPY_BLOCK(src, dst) \ argument 50 (dst)[0] = (src)[0]; \ 51 (dst)[1] = (src)[1]; \ 52 (dst)[2] = (src)[2]; \ 53 (dst)[3] = (src)[3]; \ 54 (dst)[4] = (src)[4]; \ 55 (dst)[5] = (src)[5]; \ 56 (dst)[6] = (src)[6]; \ 57 (dst)[7] = (src)[7]; \ 58 (dst)[8] = (src)[8]; \ [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
H A D | crypto_scrypt-common.c | 34 encode64_uint32(uint8_t *dst, size_t dstlen, uint32_t src, uint32_t srcbits) in encode64_uint32() argument 42 *dst++ = itoa64[src & 0x3f]; in encode64_uint32() 46 return dst; in encode64_uint32() 50 encode64(uint8_t *dst, size_t dstlen, const uint8_t *src, size_t srclen) in encode64() argument 63 dnext = encode64_uint32(dst, dstlen, value, bits); in encode64() 67 dstlen -= dnext - dst; in encode64() 68 dst = dnext; in encode64() 70 return dst; in encode64() 74 decode64_one(uint32_t *dst, uint8_t src) in decode64_one() argument 79 *dst = (uint32_t)(ptr - itoa64); in decode64_one() [all …]
|
/freebsd/include/ssp/ |
H A D | string.h | 55 #define __ssp_bos_check3_typed_var(fun, dsttype, dsrvar, dst, srctype, srcvar, \ argument 58 dsttype dstvar = (dst); \ 66 #define __ssp_bos_check3_typed(fun, dsttype, dst, srctype, src, len) \ argument 67 __ssp_bos_check3_typed_var(fun, dsttype, __ssp_var(dstv), dst, \ 70 #define __ssp_bos_check3(fun, dst, src, len) \ argument 71 __ssp_bos_check3_typed_var(fun, void *, __ssp_var(dstv), dst, \ 74 #define __ssp_bos_check2_var(fun, dstvar, dst, srcvar, src) __extension__ ({ \ argument 76 void *dstvar = (dst); \ 83 #define __ssp_bos_check2(fun, dst, src) \ argument 84 __ssp_bos_check2_var(fun, __ssp_var(dstv), dst, __ssp_var(srcv), src) [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | memset.S | 51 #define dst x8 macro 56 mov dst, dstin /* Preserve return value. */ 73 add dst, dst, tmp1 77 stp A_l, A_l, [dst, #-48] 79 stp A_l, A_l, [dst, #-32] 81 stp A_l, A_l, [dst, #-16] 85 add dst, dst, count 86 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */ 93 str A_l, [dst], #8 96 str A_lw, [dst], #4 [all …]
|