Home
last modified time | relevance | path

Searched refs:data (Results 33026 - 33050 of 58127) sorted by relevance

1...<<1321132213231324132513261327132813291330>>...2326

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkvm.h319 __u8 data[8]; member
326 __u8 data[8]; member
365 __u32 data; member
373 __u64 data[16]; member
435 __u64 data; /* kernel <-> user */ member
478 __u8 data[8]; member
803 __u16 data_keys; /* # storage keys supported for data */
1088 __u32 data; member
1252 __u32 data; member
1278 __u64 addr; /* userspace address of attr data */
1571 __u64 data; /* Data or address */ global() member
1623 __u64 data; global() member
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h302 static inline void snd_pcm_unpack_audio_tstamp_config(__u32 data, in snd_pcm_unpack_audio_tstamp_config() argument
305 config->type_requested = data & 0xF; in snd_pcm_unpack_audio_tstamp_config()
306 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
327 static inline void snd_pcm_pack_audio_tstamp_report(__u32 *data, __u32 *accuracy, in snd_pcm_pack_audio_tstamp_report() argument
338 *data &= 0xffff; /* zero-clear MSBs */ in snd_pcm_pack_audio_tstamp_report()
339 *data |= (tmp << 16); in snd_pcm_pack_audio_tstamp_report()
804 * Checks whether enough capture data is available on the capture buffer.
815 * snd_pcm_playback_data - check whether any data exists on the playback buffer
818 * Checks whether any data exists on the playback buffer.
820 * Return: Non-zero if any data exist
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c341 * server, can not assume caching of file data or metadata. in cifs_alloc_inode()
690 static int cifs_remount(struct super_block *sb, int *flags, char *data) in cifs_remount() argument
779 static int cifs_set_super(struct super_block *sb, void *data) in cifs_set_super() argument
781 struct cifs_mnt_data *mnt_data = data; in cifs_set_super()
788 int flags, const char *dev_name, void *data, bool is_smb3) in cifs_smb3_do_mount()
806 volume_info = cifs_get_volume_info((char *)data, dev_name, is_smb3); in cifs_smb3_do_mount()
816 cifs_sb->mountdata = kstrndup(data, PAGE_SIZE, GFP_KERNEL); in cifs_smb3_do_mount()
889 int flags, const char *dev_name, void *data) in smb3_do_mount()
891 return cifs_smb3_do_mount(fs_type, flags, dev_name, data, true); in smb3_do_mount()
896 int flags, const char *dev_name, void *data) in cifs_do_mount()
787 cifs_smb3_do_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, bool is_smb3) cifs_smb3_do_mount() argument
888 smb3_do_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) smb3_do_mount() argument
895 cifs_do_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) cifs_do_mount() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dnet_namespace.c102 static int net_assign_generic(struct net *net, unsigned int id, void *data) in net_assign_generic() argument
111 old_ng->ptr[id] = data; in net_assign_generic()
132 ng->ptr[id] = data; in net_assign_generic()
143 void *data = NULL; in ops_init() local
146 data = kzalloc(ops->size, GFP_KERNEL); in ops_init()
147 if (!data) in ops_init()
150 err = net_assign_generic(net, *ops->id, data); in ops_init()
167 kfree(data); in ops_init()
514 * net_ns_get_ownership - get sysfs ownership data for @net
989 static int rtnl_net_dumpid_one(int id, void *peer, void *data) in rtnl_net_dumpid_one() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c431 nv17_gr_mthd_lma_window(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_window() argument
440 chan->lma_window[(mthd - 0x1638) / 4] = data; in nv17_gr_mthd_lma_window()
504 nv17_gr_mthd_lma_enable(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_enable() argument
516 nv17_gr_mthd_celcius(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_celcius() argument
526 func(chan, mthd, data); in nv17_gr_mthd_celcius()
531 nv10_gr_mthd(struct nv10_gr_chan *chan, u8 class, u32 mthd, u32 data) in nv10_gr_mthd() argument
539 return func(chan, mthd, data); in nv10_gr_mthd()
1093 u32 data = nvkm_rd32(device, NV04_PGRAPH_TRAPPED_DATA); in nv10_gr_intr() local
1105 if (!nv10_gr_mthd(chan, class, mthd, data)) in nv10_gr_intr()
1126 "class %04x mthd %04x data in nv10_gr_intr()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/msi2500/
H A Dmsi2500.c98 /* intermediate buffers with raw data from the USB device */
263 * Dump all unknown 'garbage' data - maybe we will discover in msi2500_convert_stream()
308 /* Dump unknown 'garbage' data */ in msi2500_convert_stream()
389 /* Compact data */ in msi2500_isoc_handler()
402 /* Check if that frame contains data */ in msi2500_isoc_handler()
651 static int msi2500_ctrl_msg(struct msi2500_dev *dev, u8 cmd, u32 data) in msi2500_ctrl_msg() argument
656 u16 value = (data >> 0) & 0xffff; in msi2500_ctrl_msg()
657 u16 index = (data >> 16) & 0xffff; in msi2500_ctrl_msg()
664 dev_err(dev->dev, "failed %d, cmd %02x, data %04x\n", in msi2500_ctrl_msg()
665 ret, cmd, data); in msi2500_ctrl_msg()
1148 u32 data; msi2500_transfer_one_message() local
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptfc.c29 the risks and costs of program errors, damage to or loss of data,
367 *p_p0 = *ppage0_alloc; /* save data */ in mptfc_GetFcDevPage0()
410 * board data structure already normalized to platform endianness in mptfc_generate_rport_ids()
455 ri->pg0 = *pg0; /* add/update pg0 data */ in mptfc_register_dev()
678 * @pp0dest: port page0 data payload
775 /* save the data */ in mptfc_GetFcPortPage0()
781 * Normalize endianness of structure data, in mptfc_GetFcPortPage0()
836 if (!(ioc->fc_data.fc_port_page1[portnum].data)) in mptfc_WriteFcPortPage1()
902 if (ioc->fc_data.fc_port_page1[portnum].data == NULL) { in mptfc_GetFcPortPage1()
914 page1_alloc = ioc->fc_data.fc_port_page1[portnum].data; in mptfc_GetFcPortPage1()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c892 * @data: Destination data pointer
893 * @offset: Offset in page to copy from in to data
894 * @space: Space available in data
897 * >=0 - amount of data copied
902 u8 *data, ssize_t offset, in efx_mcdi_phy_get_module_eeprom_page()
934 memcpy(data, MCDI_PTR(outbuf, GET_PHY_MEDIA_INFO_OUT_DATA) + offset, in efx_mcdi_phy_get_module_eeprom_page()
944 u8 data; in efx_mcdi_phy_get_module_eeprom_byte() local
947 rc = efx_mcdi_phy_get_module_eeprom_page(efx, page, &data, byte, 1); in efx_mcdi_phy_get_module_eeprom_byte()
949 return data; in efx_mcdi_phy_get_module_eeprom_byte()
900 efx_mcdi_phy_get_module_eeprom_page(struct efx_nic *efx, unsigned int page, u8 *data, ssize_t offset, ssize_t space) efx_mcdi_phy_get_module_eeprom_page() argument
992 efx_mcdi_phy_get_module_eeprom(struct efx_nic *efx, struct ethtool_eeprom *ee, u8 *data) efx_mcdi_phy_get_module_eeprom() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_gem.c67 vc4_get_hang_state_ioctl(struct drm_device *dev, void *data, in vc4_get_hang_state_ioctl() argument
70 struct drm_vc4_get_hang_state *get_state = data; in vc4_get_hang_state_ioctl()
1079 vc4_wait_seqno_ioctl(struct drm_device *dev, void *data, in vc4_wait_seqno_ioctl() argument
1082 struct drm_vc4_wait_seqno *args = data; in vc4_wait_seqno_ioctl()
1089 vc4_wait_bo_ioctl(struct drm_device *dev, void *data, in vc4_wait_bo_ioctl() argument
1093 struct drm_vc4_wait_bo *args = data; in vc4_wait_bo_ioctl()
1117 * @data: ioctl argument
1127 vc4_submit_cl_ioctl(struct drm_device *dev, void *data, in vc4_submit_cl_ioctl() argument
1132 struct drm_vc4_submit_cl *args = data; in vc4_submit_cl_ioctl()
1246 /* The syncobj isn't part of the exec data an in vc4_submit_cl_ioctl()
1313 vc4_gem_madvise_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) vc4_gem_madvise_ioctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dpalmas-regulator.c691 * from the platform data. This is different to the software based control
989 /* Initialise sleep/init values from platform data */ in palmas_ldo_registration()
1096 /* Initialise sleep/init values from platform data */ in tps65917_ldo_registration()
1183 /* Initialise sleep/init values from platform data */ in palmas_smps_registration()
1309 /* Initialise sleep/init values from platform data */ in tps65917_smps_registration()
1485 dev_err(dev, "Error parsing regulator init data: %d\n", ret); in palmas_dt_to_pdata()
1558 .data = &palmas_ddata,
1562 .data = &palmas_ddata,
1566 .data = &palmas_ddata,
1570 .data
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dloopback.c116 /* Maximum size of any one send data buffer we support */
274 /* Quantity of data sent and received on this cport */
544 memset(request->data, 0x5A, len); in gb_loopback_sync_transfer()
553 if (memcmp(request->data, response->data, len)) { in gb_loopback_sync_transfer()
607 if (memcmp(request->data, response->data, len)) { in gb_loopback_async_transfer_complete()
631 memset(request->data, 0x5A, len); in gb_loopback_async_transfer()
689 memcpy(response->data, request->data, le in gb_loopback_request_handler()
834 gb_loopback_fn(void *data) gb_loopback_fn() argument
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-omap2-mcspi.c379 static void omap2_mcspi_rx_callback(void *data) in omap2_mcspi_rx_callback() argument
381 struct spi_device *spi = data; in omap2_mcspi_rx_callback()
391 static void omap2_mcspi_tx_callback(void *data) in omap2_mcspi_tx_callback() argument
393 struct spi_device *spi = data; in omap2_mcspi_tx_callback()
532 * be read manually to receive all of the expected data. in omap2_mcspi_rx_dma()
1090 static irqreturn_t omap2_mcspi_irq_handler(int irq, void *data) in omap2_mcspi_irq_handler() argument
1092 struct omap2_mcspi *mcspi = data; in omap2_mcspi_irq_handler()
1206 /* RX_ONLY mode needs dummy data in TX reg */ in omap2_mcspi_transfer_one()
1390 .data = &omap2_pdata,
1394 .data
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-of-esdhc.c71 { .compatible = "fsl,ls1021a-esdhc", .data = &ls1021a_esdhc_clk},
72 { .compatible = "fsl,ls1043a-esdhc", .data = &ls1043a_esdhc_clk},
73 { .compatible = "fsl,ls1046a-esdhc", .data = &ls1046a_esdhc_clk},
74 { .compatible = "fsl,ls1012a-esdhc", .data = &ls1012a_esdhc_clk},
75 { .compatible = "fsl,p1010-esdhc", .data = &p1010_esdhc_clk},
152 * Command Inhibit (data) bit. Just ignore it since in esdhc_readl_fixup()
501 * For Continue, apply soft reset for data(SYSCTL[RSTD]);
518 host->data->error = 0; in esdhc_of_adma_workaround()
519 dmastart = sg_dma_address(host->data->sg); in esdhc_of_adma_workaround()
520 dmanow = dmastart + host->data in esdhc_of_adma_workaround()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dfsmc_nand.c207 * consecutively and immediately after the 512 byte data block for hardware to
208 * generate the error bit offsets in 512 byte data.
388 * FSMC. ECC is 13 bytes for 512 bytes of data (supports error correction up to
391 static int fsmc_read_hwecc_ecc4(struct nand_chip *chip, const u8 *data, in fsmc_read_hwecc_ecc4() argument
436 * FSMC. ECC is 3 bytes for 512 bytes of data (supports error correction up to
439 static int fsmc_read_hwecc_ecc1(struct nand_chip *chip, const u8 *data, in fsmc_read_hwecc_ecc1() argument
556 * @buf: data buffer
578 * fsmc_read_buf - read chip data into buffer
601 * fsmc_read_buf_dma - read chip data into buffer
615 * @buf: data buffe
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h46 void *user_data; /* User data pointer */
89 * \brief Read and/or write count bytes from I2C bus, store them in data[].
92 * \param wData The array to write the data to
95 * \param r_data The array to read the data from
269 * This indicates the maximum size of data the I2C device driver is able to
276 * Beware that the DAP uses DRXDAP_MAX_WCHUNKSIZE to create a temporary data
289 * This indicates the maximum size of data the I2C device driver is able to read
892 /*== CTRL CFG related data structures ========================================*/
923 /*== CTRL related data structures ============================================*/
958 u16 aux_type; /* type of aux data
1422 u16 data[18]; /*< data from one RDS data array */ global() member
1805 u32 data; global() member
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/msi2500/
H A Dmsi2500.c98 /* intermediate buffers with raw data from the USB device */
263 * Dump all unknown 'garbage' data - maybe we will discover in msi2500_convert_stream()
308 /* Dump unknown 'garbage' data */ in msi2500_convert_stream()
389 /* Compact data */ in msi2500_isoc_handler()
402 /* Check if that frame contains data */ in msi2500_isoc_handler()
651 static int msi2500_ctrl_msg(struct msi2500_dev *dev, u8 cmd, u32 data) in msi2500_ctrl_msg() argument
656 u16 value = (data >> 0) & 0xffff; in msi2500_ctrl_msg()
657 u16 index = (data >> 16) & 0xffff; in msi2500_ctrl_msg()
664 dev_err(dev->dev, "failed %d, cmd %02x, data %04x\n", in msi2500_ctrl_msg()
665 ret, cmd, data); in msi2500_ctrl_msg()
1145 u32 data; msi2500_transfer_one_message() local
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptfc.c29 the risks and costs of program errors, damage to or loss of data,
367 *p_p0 = *ppage0_alloc; /* save data */ in mptfc_GetFcDevPage0()
410 * board data structure already normalized to platform endianness in mptfc_generate_rport_ids()
455 ri->pg0 = *pg0; /* add/update pg0 data */ in mptfc_register_dev()
678 * @pp0dest: port page0 data payload
776 /* save the data */ in mptfc_GetFcPortPage0()
782 * Normalize endianness of structure data, in mptfc_GetFcPortPage0()
838 if (!(ioc->fc_data.fc_port_page1[portnum].data)) in mptfc_WriteFcPortPage1()
904 if (ioc->fc_data.fc_port_page1[portnum].data == NULL) { in mptfc_GetFcPortPage1()
915 page1_alloc = ioc->fc_data.fc_port_page1[portnum].data; in mptfc_GetFcPortPage1()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dport.c1387 u16 pointer, u8 *data) in mv88e6393x_port_policy_read()
1402 *data = reg; in mv88e6393x_port_policy_read()
1408 u16 pointer, u8 data) in mv88e6393x_port_policy_write()
1412 reg = MV88E6393X_PORT_POLICY_MGMT_CTL_UPDATE | pointer | data; in mv88e6393x_port_policy_write()
1419 u16 pointer, u8 data) in mv88e6393x_port_policy_write_all()
1427 err = mv88e6393x_port_policy_write(chip, port, pointer, data); in mv88e6393x_port_policy_write_all()
1464 u8 data = MV88E6393X_PORT_POLICY_MGMT_CTL_CPU_DEST_MGMTPRI | in mv88e6393x_port_set_upstream_port() local
1467 return mv88e6393x_port_policy_write(chip, port, ptr, data); in mv88e6393x_port_set_upstream_port()
1563 int port, u16 table, u8 ptr, u16 data) in mv88e6xxx_port_ieeepmt_write()
1569 (data in mv88e6xxx_port_ieeepmt_write()
1386 mv88e6393x_port_policy_read(struct mv88e6xxx_chip *chip, int port, u16 pointer, u8 *data) mv88e6393x_port_policy_read() argument
1407 mv88e6393x_port_policy_write(struct mv88e6xxx_chip *chip, int port, u16 pointer, u8 data) mv88e6393x_port_policy_write() argument
1418 mv88e6393x_port_policy_write_all(struct mv88e6xxx_chip *chip, u16 pointer, u8 data) mv88e6393x_port_policy_write_all() argument
1562 mv88e6xxx_port_ieeepmt_write(struct mv88e6xxx_chip *chip, int port, u16 table, u8 ptr, u16 data) mv88e6xxx_port_ieeepmt_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Daxnet_cs.c611 struct mii_ioctl_data *data = if_mii(rq); in axnet_ioctl() local
615 data->phy_id = info->phy_id; in axnet_ioctl()
618 data->val_out = mdio_read(mii_addr, data->phy_id, data->reg_num & 0x1f); in axnet_ioctl()
621 mdio_write(mii_addr, data->phy_id, data->reg_num & 0x1f, data->val_in); in axnet_ioctl()
653 char *buf = skb->data; in block_input()
803 Read COUNT bytes from the packet buffer into the skb data are
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c890 * @data: Destination data pointer
891 * @offset: Offset in page to copy from in to data
892 * @space: Space available in data
895 * >=0 - amount of data copied
900 u8 *data, ssize_t offset, in efx_mcdi_phy_get_module_eeprom_page()
932 memcpy(data, MCDI_PTR(outbuf, GET_PHY_MEDIA_INFO_OUT_DATA) + offset, in efx_mcdi_phy_get_module_eeprom_page()
942 u8 data; in efx_mcdi_phy_get_module_eeprom_byte() local
945 rc = efx_mcdi_phy_get_module_eeprom_page(efx, page, &data, byte, 1); in efx_mcdi_phy_get_module_eeprom_byte()
947 return data; in efx_mcdi_phy_get_module_eeprom_byte()
898 efx_mcdi_phy_get_module_eeprom_page(struct efx_nic *efx, unsigned int page, u8 *data, ssize_t offset, ssize_t space) efx_mcdi_phy_get_module_eeprom_page() argument
990 efx_mcdi_phy_get_module_eeprom(struct efx_nic *efx, struct ethtool_eeprom *ee, u8 *data) efx_mcdi_phy_get_module_eeprom() argument
[all...]
/kernel/linux/linux-6.6/fs/zonefs/
H A Dsuper.c187 * data in the zone.
206 * can recover data. in zonefs_check_zone_condition()
250 void *data) in zonefs_io_error_cb()
252 struct blk_zone *z = data; in zonefs_io_error_cb()
270 * data writen in the zone (data_size). in zonefs_handle_io_error()
280 * between the inode size and the amount of data written in the zone. in zonefs_handle_io_error()
283 * 1) The inode size is lower than the amount of data in the zone: in zonefs_handle_io_error()
284 * a write operation partially failed and data was writen at the end in zonefs_handle_io_error()
287 * 2) The inode size is larger than the amount of data in the zone: in zonefs_handle_io_error()
326 /* Do not expose garbage data */ in zonefs_handle_io_error()
249 zonefs_io_error_cb(struct blk_zone *zone, unsigned int idx, void *data) zonefs_io_error_cb() argument
546 zonefs_remount(struct super_block *sb, int *flags, char *data) zonefs_remount() argument
871 zonefs_get_zone_info_cb(struct blk_zone *zone, unsigned int idx, void *data) zonefs_get_zone_info_cb() argument
1255 zonefs_fill_super(struct super_block *sb, void *data, int silent) zonefs_fill_super() argument
1369 zonefs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) zonefs_mount() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbmem.c278 const u8 *src = logo->data; in fb_set_logo()
328 * pseudo_palette, and the logo data will be adjusted accordingly.
392 fb_rotate_logo_ud(image->data, dst, image->width, in fb_rotate_logo()
397 fb_rotate_logo_cw(image->data, dst, image->width, in fb_rotate_logo()
404 fb_rotate_logo_ccw(image->data, dst, image->width, in fb_rotate_logo()
412 image->data = dst; in fb_rotate_logo()
468 image.data = logo->data; in fb_show_logo_line()
497 image.data = logo_new; in fb_show_logo_line()
875 event.data in fb_set_var()
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dloopback.c115 /* Maximum size of any one send data buffer we support */
273 /* Quantity of data sent and received on this cport */
543 memset(request->data, 0x5A, len); in gb_loopback_sync_transfer()
552 if (memcmp(request->data, response->data, len)) { in gb_loopback_sync_transfer()
606 if (memcmp(request->data, response->data, len)) { in gb_loopback_async_transfer_complete()
630 memset(request->data, 0x5A, len); in gb_loopback_async_transfer()
688 memcpy(response->data, request->data, le in gb_loopback_request_handler()
833 gb_loopback_fn(void *data) gb_loopback_fn() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c93 cc->element->data + cc->element_offset, in vchiq_ioc_copy_element_data()
124 if (!elements[i].data && elements[i].size != 0) in vchiq_ioc_queue_message()
267 if (!args->buf || (copy_to_user(args->buf, header->data, header->size) == 0)) { in vchiq_ioc_dequeue_message()
333 status = vchiq_bulk_transfer(instance, args->handle, NULL, args->data, args->size, in vchiq_irq_queue_bulk_tx_rx()
943 compat_uptr_t data; member
995 elements[count].data = in vchiq_compat_ioctl_queue_message()
996 compat_ptr(element32[count].data); in vchiq_compat_ioctl_queue_message()
1011 compat_uptr_t data; member
1037 .data = compat_ptr(args32.data), in vchiq_compat_ioctl_queue_bulk()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Drockchip_thermal.c58 * @data_mask: mask to apply on data inputs
69 * struct rockchip_tsadc_chip - hold the private data of tsadc chip
115 * @thermal: pointer to the platform/configuration data
126 * struct rockchip_thermal_data - hold the private data of thermal driver
127 * @chip: pointer to the platform/configuration data
560 /* Return mask code data when the temp is over table range */ in rk_tsadcv2_temp_to_code()
1310 .data = (void *)&px30_tsadc_data,
1314 .data = (void *)&rv1108_tsadc_data,
1318 .data = (void *)&rk3228_tsadc_data,
1322 .data
[all...]

Completed in 68 milliseconds

1...<<1321132213231324132513261327132813291330>>...2326