Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/linux/arch/m68k/math-emu/
H A Dfp_trig.c21 struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
30 struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
39 struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
48 struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
57 struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
66 struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan()
75 struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh()
84 struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh()
93 struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh()
102 struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh()
[all …]
H A Dfp_arith.c31 struct fp_ext *fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
42 struct fp_ext *fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
58 struct fp_ext *fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
117 struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
126 struct fp_ext *fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp()
135 struct fp_ext *fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst()
144 struct fp_ext *fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul()
221 struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv()
301 struct fp_ext *fp_fsglmul(struct fp_ext *dest, struct fp_ext *src) in fp_fsglmul()
357 struct fp_ext *fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src) in fp_fsgldiv()
[all …]
H A Dfp_log.c26 struct fp_ext *fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
99 struct fp_ext *fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
108 struct fp_ext *fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
117 struct fp_ext *fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox()
126 struct fp_ext *fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox()
135 struct fp_ext *fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn()
144 struct fp_ext *fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1()
153 struct fp_ext *fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10()
162 struct fp_ext *fp_flog2(struct fp_ext *dest, struct fp_ext *src) in fp_flog2()
171 struct fp_ext *fp_fgetexp(struct fp_ext *dest, struct fp_ext *src) in fp_fgetexp()
[all …]
H A Dfp_emu.h74 #define fp_copy_ext(dest, src) ({ \ argument
78 #define fp_monadic_check(dest, src) ({ \ argument
84 #define fp_dyadic_check(dest, src) ({ \ argument
96 #define fp_set_nan(dest) ({ \ argument
102 #define fp_set_ovrflw(dest) ({ \ argument
118 #define fp_conv_long2ext(dest, src) ({ \ argument
H A Dmulti_arith.h83 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant()
116 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant()
141 #define fp_addx96(dest, src) ({ \ argument
150 #define fp_sub64(dest, src) ({ \ argument
156 #define fp_sub96c(dest, srch, srcm, srcl) ({ \ argument
167 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
182 static inline void fp_dividemant(union fp_mant128 *dest, struct fp_ext *src, in fp_dividemant()
245 static inline void fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, in fp_putmant128()
/linux/drivers/crypto/caam/
H A Ddesc_constr.h412 #define APPEND_MATH(op, desc, dest, src_0, src_1, len) \ argument
416 #define append_math_add(desc, dest, src0, src1, len) \ argument
418 #define append_math_sub(desc, dest, src0, src1, len) \ argument
420 #define append_math_add_c(desc, dest, src0, src1, len) \ argument
422 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument
424 #define append_math_and(desc, dest, src0, src1, len) \ argument
426 #define append_math_or(desc, dest, src0, src1, len) \ argument
428 #define append_math_xor(desc, dest, src0, src1, len) \ argument
430 #define append_math_lshift(desc, dest, src0, src1, len) \ argument
432 #define append_math_rshift(desc, dest, src0, src1, len) \ argument
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c33 void __iomem *dest = pbuf->start + SOP_DISTANCE; in pio_copy() local
148 static inline void jcopy(u8 *dest, const u8 *src, u32 n) in jcopy()
217 void __iomem *dest, in merge_write8()
231 static inline void carry8_write8(union mix carry, void __iomem *dest) in carry8_write8()
241 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8()
265 void __iomem *dest = pbuf->start + SOP_DISTANCE; in seg_pio_copy_start() local
357 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_mix() local
485 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_straight() local
604 void __iomem *dest; in seg_pio_copy_mid() local
669 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in seg_pio_copy_end() local
/linux/drivers/comedi/drivers/
H A Dni_routes.h39 int dest; member
162 static inline bool route_is_valid(const int src, const int dest, in route_is_valid()
243 const int dest, in route_register_is_valid()
265 static inline s8 ni_get_reg_value_roffs(int src, const int dest, in ni_get_reg_value_roffs()
287 static inline int ni_get_reg_value(const int src, const int dest, in ni_get_reg_value()
314 int ni_check_trigger_arg_roffs(int src, const int dest, in ni_check_trigger_arg_roffs()
323 static inline int ni_check_trigger_arg(const int src, const int dest, in ni_check_trigger_arg()
H A Dni_routes.c48 #define RVi(table, src, dest) ((table)[(dest) * NI_NUM_NAMES + (src)]) argument
160 const int dest = R->dest; in ni_count_valid_routes() local
214 const int dest = R->dest; in ni_get_valid_routes() local
264 bool ni_is_cmd_dest(int dest) in ni_is_cmd_dest()
413 s8 ni_lookup_route_register(int src, int dest, in ni_lookup_route_register()
464 s8 ni_route_to_register(const int src, const int dest, in ni_route_to_register()
519 int ni_find_route_source(const u8 src_sel_reg_value, int dest, in ni_find_route_source()
/linux/arch/riscv/include/asm/
H A Dinsn-def.h195 #define HLVX_HU(dest, addr) \ argument
199 #define HLV_W(dest, addr) \ argument
204 #define HLV_D(dest, addr) \ argument
208 #define HLV_D(dest, addr) \ argument
212 #define LB_AQ(dest, addr) \ argument
216 #define LB_AQRL(dest, addr) \ argument
220 #define LH_AQ(dest, addr) \ argument
224 #define LH_AQRL(dest, addr) \ argument
228 #define LW_AQ(dest, addr) \ argument
232 #define LW_AQRL(dest, addr) \ argument
[all …]
/linux/net/netfilter/
H A Dnft_meta.c62 u32 *dest) in nft_meta_get_eval_time()
81 u32 *dest) in nft_meta_get_eval_pkttype_lo()
131 u32 *dest, in nft_meta_get_eval_skugid()
166 nft_meta_get_eval_cgroup(u32 *dest, const struct nft_pktinfo *pkt) in nft_meta_get_eval_cgroup()
179 u32 *dest, in nft_meta_get_eval_kind()
202 static void nft_meta_store_ifindex(u32 *dest, const struct net_device *dev) in nft_meta_store_ifindex()
207 static void nft_meta_store_ifname(u32 *dest, const struct net_device *dev) in nft_meta_store_ifname()
212 static bool nft_meta_store_iftype(u32 *dest, const struct net_device *dev) in nft_meta_store_iftype()
221 static bool nft_meta_store_ifgroup(u32 *dest, const struct net_device *dev) in nft_meta_store_ifgroup()
230 static bool nft_meta_get_eval_ifname(enum nft_meta_keys key, u32 *dest, in nft_meta_get_eval_ifname()
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_sh.c55 struct ip_vs_dest __rcu *dest; /* real server (cache) */ global() member
74 is_unavailable(struct ip_vs_dest * dest) is_unavailable() argument
108 struct ip_vs_dest *dest = rcu_dereference(s->buckets[hash].dest); ip_vs_sh_get() local
126 struct ip_vs_dest *dest; ip_vs_sh_get_fallback() local
168 struct ip_vs_dest *dest; ip_vs_sh_reassign() local
214 struct ip_vs_dest *dest; ip_vs_sh_flush() local
264 ip_vs_sh_dest_changed(struct ip_vs_service * svc,struct ip_vs_dest * dest) ip_vs_sh_dest_changed() argument
312 struct ip_vs_dest *dest; ip_vs_sh_schedule() local
[all...]
H A Dip_vs_mh.c39 struct ip_vs_dest __rcu *dest; /* real server (cache) */ global() member
81 is_unavailable(struct ip_vs_dest * dest) is_unavailable() argument
109 struct ip_vs_dest *dest; ip_vs_mh_reset() local
127 struct ip_vs_dest *dest; ip_vs_mh_permutate() local
166 struct ip_vs_dest *dest, *new_dest; ip_vs_mh_populate() local
240 struct ip_vs_dest *dest = rcu_dereference(s->lookup[hash].dest); ip_vs_mh_get() local
252 struct ip_vs_dest *dest; ip_vs_mh_get_fallback() local
324 struct ip_vs_dest *dest; ip_vs_mh_gcd_weight() local
345 struct ip_vs_dest *dest; ip_vs_mh_shift_weight() local
432 ip_vs_mh_dest_changed(struct ip_vs_service * svc,struct ip_vs_dest * dest) ip_vs_mh_dest_changed() argument
477 struct ip_vs_dest *dest; ip_vs_mh_schedule() local
[all...]
H A Dip_vs_dh.c50 struct ip_vs_dest __rcu *dest; /* real server (cache) */ global() member
103 struct ip_vs_dest *dest; ip_vs_dh_reassign() local
138 struct ip_vs_dest *dest; ip_vs_dh_flush() local
188 ip_vs_dh_dest_changed(struct ip_vs_service * svc,struct ip_vs_dest * dest) ip_vs_dh_dest_changed() argument
203 is_overloaded(struct ip_vs_dest * dest) is_overloaded() argument
216 struct ip_vs_dest *dest; ip_vs_dh_schedule() local
[all...]
H A Dip_vs_lblcr.c88 struct ip_vs_dest *dest; /* destination server */ global() member
100 ip_vs_dest_set_insert(struct ip_vs_dest_set * set,struct ip_vs_dest * dest,bool check) ip_vs_dest_set_insert() argument
134 ip_vs_dest_set_erase(struct ip_vs_dest_set * set,struct ip_vs_dest * dest) ip_vs_dest_set_erase() argument
164 struct ip_vs_dest *dest, *least; ip_vs_dest_set_min() local
213 struct ip_vs_dest *dest, *most; ip_vs_dest_set_max() local
361 ip_vs_lblcr_new(struct ip_vs_lblcr_table * tbl,const union nf_inet_addr * daddr,u16 af,struct ip_vs_dest * dest) ip_vs_lblcr_new() argument
565 struct ip_vs_dest *dest, *least; __ip_vs_lblcr_schedule() local
625 is_overloaded(struct ip_vs_dest * dest,struct ip_vs_service * svc) is_overloaded() argument
649 struct ip_vs_dest *dest; ip_vs_lblcr_schedule() local
[all...]
H A Dip_vs_wrr.c71 struct ip_vs_dest *dest; ip_vs_wrr_gcd_weight() local
93 struct ip_vs_dest *dest; ip_vs_wrr_max_weight() local
139 ip_vs_wrr_dest_changed(struct ip_vs_service * svc,struct ip_vs_dest * dest) ip_vs_wrr_dest_changed() argument
163 struct ip_vs_dest *dest, *last, *stop = NULL; ip_vs_wrr_schedule() local
[all...]
/linux/kernel/trace/
H A Dtrace_probe_kernel.h40 static nokprobe_inline void set_data_loc(int ret, void *dest, void *__dest, void *base) in set_data_loc()
52 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user()
75 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
102 probe_mem_read_user(void *dest, void *src, size_t size) in probe_mem_read_user()
110 probe_mem_read(void *dest, void *src, size_t size) in probe_mem_read()
/linux/drivers/scsi/lpfc/
H A Dlpfc_compat.h40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
/linux/drivers/acpi/acpica/
H A Dutnonansi.c128 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy()
139 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcat()
151 acpi_ut_safe_strncat(char *dest, in acpi_ut_safe_strncat()
167 void acpi_ut_safe_strncpy(char *dest, char *source, acpi_size dest_size) in acpi_ut_safe_strncpy()
/linux/kernel/irq/
H A Dipi.c24 const struct cpumask *dest) in irq_reserve_ipi()
115 int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest) in irq_destroy_ipi()
189 const struct cpumask *dest, unsigned int cpu) in ipi_send_verify()
269 int __ipi_send_mask(struct irq_desc *desc, const struct cpumask *dest) in __ipi_send_mask()
334 int ipi_send_mask(unsigned int virq, const struct cpumask *dest) in ipi_send_mask()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h54 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) in mthca_write64_raw()
59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64()
82 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) in mthca_write64_raw()
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64()
/linux/arch/parisc/math-emu/
H A Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \ argument
20 #define Variableshiftdouble(left,right,amount,dest) \ argument
27 #define Variable_shift_double(left,right,amount,dest) \ argument
/linux/lib/
H A Dstring.c80 char *strcpy(char *dest, const char *src) in strcpy()
92 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
113 ssize_t sized_strscpy(char *dest, const char *src, size_t count) in sized_strscpy()
209 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src) in stpcpy()
218 char *strcat(char *dest, const char *src) in strcat()
232 char *strncat(char *dest, const char *src, size_t count) in strncat()
252 size_t strlcat(char *dest, const char *src, size_t count) in strlcat()
621 void *memcpy(void *dest, const void *src, size_t count) in memcpy()
642 void *memmove(void *dest, const void *src, size_t count) in memmove()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c204 struct mlx5_flow_destination dest = {}; in rx_add_rule_drop_auth_trailer() local
283 struct mlx5_flow_destination dest = {}; in rx_add_rule_drop_replay() local
340 struct mlx5_flow_destination dest = {}; in ipsec_rx_status_drop_all_create() local
449 struct mlx5_flow_destination *dest, in ipsec_rx_status_pass_create()
501 struct mlx5_flow_destination *dest) in mlx5_ipsec_rx_status_create()
548 struct mlx5_flow_destination *dest) in ipsec_miss_create()
592 struct mlx5_flow_destination dest; in ipsec_rx_decrypted_pkt_def_dest() local
777 struct mlx5_flow_destination *dest) in ipsec_rx_status_pass_dest_get()
804 struct mlx5_flow_destination *dest, in ipsec_rx_sa_miss_dest_get()
817 struct mlx5_flow_destination *dest) in ipsec_rx_default_dest_get()
[all …]
/linux/arch/powerpc/boot/
H A Dppc_asm.h80 #define MFTBL(dest) mftb dest argument
81 #define MFTBU(dest) mftbu dest argument
83 #define MFTBL(dest) mfspr dest, SPRN_TBRL argument
84 #define MFTBU(dest) mfspr dest, SPRN_TBRU argument

12345678910>>...23