/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-9935.patch | 9 assume that a tiff will only have one transfer function that is the same 12 We than read the transfer function for every page. Depending on the 13 transfer function, we allocate either 2 or 4 bytes to the XREF buffer. 14 We allocate this memory after we read in the transfer function for the 19 entries. Then for the last page the transfer function changes and we 23 each and every page (as per the last transfer function we read). Which 29 detect a N=3 vs N=1 transfer function seemed rather strange. 31 It is also strange that we declare the transfer functions to be of type 35 This patch will check to ensure that the N value for every transfer 37 error. In theory, we should perhaps check that the transfer function [all …]
|
A D | libtiff-CVE-2018-7456.patch | 31 (A) In the case of (1), the defined transfer table should be printed 38 (B) In the case of (2), the transfer table should be printed at its 40 then the transfer table should have one row and not three, even
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 161 struct libusb_transfer *transfer; member 795 memcpy(rpt->data, transfer->buffer, transfer->actual_length); in read_callback() 796 rpt->len = transfer->actual_length; in read_callback() 844 res = libusb_submit_transfer(transfer); in read_callback() 861 dev->transfer = libusb_alloc_transfer(0); in read_thread() 862 libusb_fill_interrupt_transfer(dev->transfer, in read_thread() 873 libusb_submit_transfer(dev->transfer); in read_thread() 898 libusb_cancel_transfer(dev->transfer); in read_thread() 1337 libusb_cancel_transfer(dev->transfer); in hid_close() 1343 free(dev->transfer->buffer); in hid_close() [all …]
|
/AliOS-Things-master/components/py_engine/engine/drivers/memory/ |
A D | spiflash.c | 78 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, 1, &cmd, NULL); in mp_spiflash_write_cmd_data() 91 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, buff_len, buf, NULL); in mp_spiflash_transfer_cmd_addr_data() 93 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, len, src, NULL); in mp_spiflash_transfer_cmd_addr_data() 95 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, len, dest, dest); in mp_spiflash_transfer_cmd_addr_data() 113 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, 1, &cmd, NULL); in mp_spiflash_read_cmd() 114 c->bus.u_spi.proto->transfer(c->bus.u_spi.data, len, (void*)&buf, (void*)&buf); in mp_spiflash_read_cmd()
|
/AliOS-Things-master/components/py_engine/engine/drivers/bus/ |
A D | spi.h | 38 void (*transfer)(void *self, size_t len, const uint8_t *src, uint8_t *dest); member
|
A D | softspi.c | 104 .transfer = mp_soft_spi_transfer,
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | machine_spi.h | 50 void (*transfer)(mp_obj_base_t *obj, size_t len, const uint8_t *src, uint8_t *dest); member
|
A D | machine_i2c.h | 65 …int (*transfer)(mp_obj_base_t *obj, uint16_t addr, size_t n, mp_machine_i2c_buf_t *bufs, unsigned … member
|
A D | machine_i2c.c | 292 return i2c_p->transfer(self, addr, 1, &buf, flags); in mp_machine_i2c_readfrom() 299 return i2c_p->transfer(self, addr, 1, &buf, flags); in mp_machine_i2c_writeto() 492 int ret = i2c_p->transfer(self, addr, nbufs, bufs, stop ? MP_MACHINE_I2C_FLAG_STOP : 0); in machine_i2c_writevto() 546 return i2c_p->transfer(self, addr, 2, bufs, MP_MACHINE_I2C_FLAG_STOP); in write_mem() 714 .transfer = mp_machine_soft_i2c_transfer,
|
A D | machine_spi.c | 65 spi_p->transfer(s, len, src, dest); in mp_machine_spi_transfer() 249 .transfer = mp_machine_soft_spi_transfer,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | PATENTS | 9 make, have made, use, offer to sell, sell, import, transfer, and otherwise
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | sdif.h | 241 … drv_sdif_transfer(sdif_handle_t handle, sdif_dma_config_t *dma_config, sdif_transfer_t *transfer);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | ethernetif.c | 142 initiate transfer();
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | sdif.h | 290 … drv_sdif_transfer(sdif_handle_t handle, sdif_dma_config_t *dma_config, sdif_transfer_t *transfer);
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 165 int (*submit_transfer)(struct libusb_transfer *transfer); 166 int (*cancel_transfer)(struct libusb_transfer *transfer); 167 void (*free_transfer)(struct libusb_transfer *transfer);
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_hw_i2c.c | 222 .transfer = machine_hw_i2c_transfer,
|
A D | machine_hw_spi.c | 223 .transfer = machine_hw_spi_transfer,
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_hw_i2c.c | 222 .transfer = machine_hw_i2c_transfer,
|
A D | machine_hw_spi.c | 223 .transfer = machine_hw_spi_transfer,
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | README.txt | 46 transfer on the CONTROL endpoint. No data will ever be sent on an Interrupt
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_hw_spi.c | 240 .transfer = machine_hw_spi_transfer,
|
A D | machine_hw_i2c.c | 271 .transfer = mp_machine_hw_i2c_transfer,
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 328 transfer encoding, there have been reports of servers and browsers that 331 "deflate" transfer encoding using the zlib format would be the more 333 for), using the "gzip" transfer encoding is probably more reliable due to
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-ENG.md | 186 CPP SDK uses libcurl to do HTTP transfer.
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/ |
A D | LICENSE.txt | 77 use, offer to sell, sell, import, and otherwise transfer the Work,
|