Home
last modified time | relevance | path

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

12345678910>>...25

/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/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) */ member
74 static inline bool is_unavailable(struct ip_vs_dest *dest) in is_unavailable()
108 struct ip_vs_dest *dest = rcu_dereference(s->buckets[hash].dest); in ip_vs_sh_get() local
126 struct ip_vs_dest *dest; in ip_vs_sh_get_fallback() local
168 struct ip_vs_dest *dest; in ip_vs_sh_reassign() local
214 struct ip_vs_dest *dest; in ip_vs_sh_flush() local
264 struct ip_vs_dest *dest) in ip_vs_sh_dest_changed()
312 struct ip_vs_dest *dest; in ip_vs_sh_schedule() local
H A Dip_vs_mh.c39 struct ip_vs_dest __rcu *dest; /* real server (cache) */ member
81 static inline bool is_unavailable(struct ip_vs_dest *dest) in is_unavailable()
109 struct ip_vs_dest *dest; in ip_vs_mh_reset() local
127 struct ip_vs_dest *dest; in ip_vs_mh_permutate() local
166 struct ip_vs_dest *dest, *new_dest; in ip_vs_mh_populate() local
240 struct ip_vs_dest *dest = rcu_dereference(s->lookup[hash].dest); in ip_vs_mh_get() local
252 struct ip_vs_dest *dest; in ip_vs_mh_get_fallback() local
324 struct ip_vs_dest *dest; in ip_vs_mh_gcd_weight() local
345 struct ip_vs_dest *dest; in ip_vs_mh_shift_weight() local
432 struct ip_vs_dest *dest) in ip_vs_mh_dest_changed()
[all …]
H A Dip_vs_dh.c50 struct ip_vs_dest __rcu *dest; /* real server (cache) */ member
103 struct ip_vs_dest *dest; in ip_vs_dh_reassign() local
138 struct ip_vs_dest *dest; in ip_vs_dh_flush() local
188 struct ip_vs_dest *dest) in ip_vs_dh_dest_changed()
203 static inline int is_overloaded(struct ip_vs_dest *dest) in is_overloaded()
216 struct ip_vs_dest *dest; in ip_vs_dh_schedule() local
H A Dip_vs_lblcr.c88 struct ip_vs_dest *dest; /* destination server */ member
100 struct ip_vs_dest *dest, bool check) in ip_vs_dest_set_insert()
134 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) in ip_vs_dest_set_erase()
164 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local
213 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local
361 u16 af, struct ip_vs_dest *dest) in ip_vs_lblcr_new()
565 struct ip_vs_dest *dest, *least; in __ip_vs_lblcr_schedule() local
625 is_overloaded(struct ip_vs_dest *dest, struct ip_vs_service *svc) in is_overloaded()
649 struct ip_vs_dest *dest; in ip_vs_lblcr_schedule() local
H A Dip_vs_ctl.c506 __ip_vs_bind_svc(struct ip_vs_dest *dest, struct ip_vs_service *svc) in __ip_vs_bind_svc() argument
559 static void ip_vs_rs_hash(struct netns_ipvs *ipvs, struct ip_vs_dest *dest) in ip_vs_rs_hash() argument
599 ip_vs_rs_unhash(struct ip_vs_dest * dest) ip_vs_rs_unhash() argument
615 struct ip_vs_dest *dest; ip_vs_has_real_service() local
646 struct ip_vs_dest *dest; ip_vs_find_real_service() local
675 struct ip_vs_dest *dest; ip_vs_find_tunnel() local
701 struct ip_vs_dest *dest; ip_vs_lookup_dest() local
733 struct ip_vs_dest *dest; ip_vs_find_dest() local
759 __ip_vs_dst_cache_reset(struct ip_vs_dest * dest) __ip_vs_dst_cache_reset() argument
784 struct ip_vs_dest *dest; ip_vs_trash_get_dest() local
822 struct ip_vs_dest *dest; ip_vs_dest_rcu_free() local
829 ip_vs_dest_free(struct ip_vs_dest * dest) ip_vs_dest_free() argument
849 struct ip_vs_dest *dest, *nxt; ip_vs_trash_cleanup() local
967 __ip_vs_update_dest(struct ip_vs_service * svc,struct ip_vs_dest * dest,struct ip_vs_dest_user_kern * udest,int add) __ip_vs_update_dest() argument
1060 struct ip_vs_dest *dest; ip_vs_new_dest() local
1129 struct ip_vs_dest *dest; ip_vs_add_dest() local
1200 struct ip_vs_dest *dest; ip_vs_edit_dest() local
1242 __ip_vs_del_dest(struct netns_ipvs * ipvs,struct ip_vs_dest * dest,bool cleanup) __ip_vs_del_dest() argument
1276 __ip_vs_unlink_dest(struct ip_vs_service * svc,struct ip_vs_dest * dest,int svcupd) __ip_vs_unlink_dest() argument
1306 struct ip_vs_dest *dest; ip_vs_del_dest() local
1336 struct ip_vs_dest *dest, *next; ip_vs_dest_trash_expire() local
1610 struct ip_vs_dest *dest, *nxt; __ip_vs_del_service() local
1746 ip_vs_forget_dev(struct ip_vs_dest * dest,struct net_device * dev) ip_vs_forget_dev() argument
1773 struct ip_vs_dest *dest; ip_vs_dst_event() local
1815 struct ip_vs_dest *dest; ip_vs_zero_service() local
2412 const struct ip_vs_dest *dest; ip_vs_info_seq_show() local
2933 struct ip_vs_dest *dest; __ip_vs_get_dest_entries() local
3532 ip_vs_genl_fill_dest(struct sk_buff * skb,struct ip_vs_dest * dest) ip_vs_genl_fill_dest() argument
3579 ip_vs_genl_dump_dest(struct sk_buff * skb,struct ip_vs_dest * dest,struct netlink_callback * cb) ip_vs_genl_dump_dest() argument
3607 struct ip_vs_dest *dest; ip_vs_genl_dump_dests() local
[all...]
H A Dip_vs_wrr.c71 struct ip_vs_dest *dest; in ip_vs_wrr_gcd_weight() local
93 struct ip_vs_dest *dest; in ip_vs_wrr_max_weight() local
139 struct ip_vs_dest *dest) in ip_vs_wrr_dest_changed()
163 struct ip_vs_dest *dest, *last, *stop = NULL; in ip_vs_wrr_schedule() local
/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/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c258 _dsp_create_generic_scb(struct snd_cs46xx * chip,char * name,u32 * scb_data,u32 dest,struct dsp_symbol_entry * task_entry,struct dsp_scb_descriptor * parent_scb,int scb_child_type) _dsp_create_generic_scb() argument
337 cs46xx_dsp_create_generic_scb(struct snd_cs46xx * chip,char * name,u32 * scb_data,u32 dest,char * task_entry_name,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_generic_scb() argument
393 cs46xx_dsp_create_codec_out_scb(struct snd_cs46xx * chip,char * codec_name,u16 channel_disp,u16 fifo_addr,u16 child_scb_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_codec_out_scb() argument
431 cs46xx_dsp_create_codec_in_scb(struct snd_cs46xx * chip,char * codec_name,u16 channel_disp,u16 fifo_addr,u16 sample_buffer_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_codec_in_scb() argument
475 cs46xx_dsp_create_pcm_reader_scb(struct snd_cs46xx * chip,char * scb_name,u16 sample_buffer_addr,u32 dest,int virtual_channel,u32 playback_hw_addr,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_pcm_reader_scb() argument
581 cs46xx_dsp_create_src_task_scb(struct snd_cs46xx * chip,char * scb_name,int rate,u16 src_buffer_addr,u16 src_delay_buffer_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type,int pass_through) cs46xx_dsp_create_src_task_scb() argument
735 cs46xx_dsp_create_mix_only_scb(struct snd_cs46xx * chip,char * scb_name,u16 mix_buffer_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_mix_only_scb() argument
775 cs46xx_dsp_create_mix_to_ostream_scb(struct snd_cs46xx * chip,char * scb_name,u16 mix_buffer_addr,u16 writeback_spb,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_mix_to_ostream_scb() argument
831 cs46xx_dsp_create_vari_decimate_scb(struct snd_cs46xx * chip,char * scb_name,u16 vari_buffer_addr0,u16 vari_buffer_addr1,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_vari_decimate_scb() argument
872 cs46xx_dsp_create_pcm_serial_input_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,struct dsp_scb_descriptor * input_scb,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_pcm_serial_input_scb() argument
915 cs46xx_dsp_create_asynch_fg_tx_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 hfg_scb_address,u16 asynch_buffer_address,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_asynch_fg_tx_scb() argument
962 cs46xx_dsp_create_asynch_fg_rx_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 hfg_scb_address,u16 asynch_buffer_address,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_asynch_fg_rx_scb() argument
1054 cs46xx_dsp_create_spio_write_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_spio_write_scb() argument
1090 cs46xx_dsp_create_magic_snoop_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 snoop_buffer_address,struct dsp_scb_descriptor * snoop_scb,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_magic_snoop_scb() argument
[all...]
/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 …]

12345678910>>...25