Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_flash.c14 int32_t aos_hal_flash_read(hal_partition_t id, uint32_t *offset, void *buffer, uint32_t buffer_len) in aos_hal_flash_read()
19 int32_t aos_hal_flash_write(hal_partition_t id, uint32_t *offset, const void *buffer, uint32_t buff… in aos_hal_flash_write()
24 int32_t aos_hal_flash_erase(hal_partition_t id, uint32_t offset, uint32_t size) in aos_hal_flash_erase()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_hal_plat.c4 int xz_flash_erase(hal_partition_t flash_partition, unsigned int offset, unsigned int len) in xz_flash_erase()
11 int xz_flash_read_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buffer,… in xz_flash_read_data()
19 int xz_flash_write_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buffer… in xz_flash_write_data()
/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/
A Dflash.c21 int flash_erase(unsigned int offset, unsigned int len) in flash_erase()
48 int flash_read_data(unsigned int offset, unsigned char *buf, unsigned int len) in flash_read_data()
76 int flash_write_data(unsigned int offset, unsigned char *buf, unsigned int len) in flash_write_data()
/AliOS-Things-master/hardware/chip/rtl872xd/2nd_boot/
A Drec_flash.c30 void rec_flash_erase(unsigned long offset) in rec_flash_erase()
37 void rec_flash_read_data(unsigned char *buffer, unsigned long offset, unsigned long len) in rec_flash_read_data()
43 void rec_flash_write_data(unsigned char *buffer, unsigned long offset, unsigned long len) in rec_flash_write_data()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_pbuf_stream.c47 snmp_pbuf_stream_init(struct snmp_pbuf_stream* pbuf_stream, struct pbuf* p, u16_t offset, u16_t len… in snmp_pbuf_stream_init()
136 snmp_pbuf_stream_seek(struct snmp_pbuf_stream* pbuf_stream, s32_t offset) in snmp_pbuf_stream_seek()
150 snmp_pbuf_stream_seek_abs(struct snmp_pbuf_stream* pbuf_stream, u32_t offset) in snmp_pbuf_stream_seek_abs()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_stream.cxx170 ios::off_type offset = static_cast<ios::off_type>(new_offset); in _tiffosSeekProc() local
180 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc() local
190 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc() local
263 ios::off_type offset = static_cast<ios::off_type>(new_offset); in _tiffisSeekProc() local
273 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc() local
283 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc() local
/AliOS-Things-master/components/ota/hal/
A Dota_hal_param.c30 unsigned int offset = 0; in ota_read_parameter() local
51 unsigned int offset = 0x00; in ota_update_parameter() local
113 unsigned int offset = 0x00; in ota_clear_paramters() local
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtd.c313 ssize_t aos_mtd_read(aos_mtd_t *mtd, off_t offset, void *buf, size_t size) in aos_mtd_read()
328 ssize_t aos_mtd_oob_read(aos_mtd_t *mtd, off_t offset, struct mtd_io_desc *info) in aos_mtd_oob_read()
346 ssize_t aos_mtd_write(aos_mtd_t *mtd, off_t offset, const void *buf, size_t size) in aos_mtd_write()
364 ssize_t aos_mtd_oob_write(aos_mtd_t *mtd, off_t offset, struct mtd_io_desc *info) in aos_mtd_oob_write()
388 aos_status_t aos_mtd_erase(aos_mtd_t *mtd, off_t offset, size_t size) in aos_mtd_erase()
409 off_t offset; in aos_mtd_block_erase() local
A Dflash_dev.c37 size_t offset = f->offset; in flash_device_read() local
65 size_t offset = f->offset; in flash_device_write() local
108 uint32_t offset = f->offset; in flash_device_ioctl() local
/AliOS-Things-master/components/amp-utility/python/
A Dustruct.py28 def pack_into(fmt, buffer, offset, v1, v2): argument
43 def unpack_from(fmt, data, offset=0): argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DChecksumImpl.cs66 public abstract void Update(byte[] data, int offset, int count); in Update()
133 public override void Update(byte[] data, int offset, int count) in Update()
184 public override void Update(byte[] data, int offset, int count) in Update()
A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) in Put()
61 public int Get(byte[] destination, int offset, int count) in Get()
A DGZipStream.cs154 public override int Read(byte[] buffer, int offset, int count) in Read()
199 public override void Write(byte[] buffer, int offset, int count) in Write()
255 public override long Seek(long offset, SeekOrigin origin) in Seek()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int … in call_zseek64()
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
/AliOS-Things-master/components/mbedtls/programs/aes/
A Daescrypt2.c118 long filesize, offset; in main() local
121 __int64 filesize, offset; in main() local
123 off_t filesize, offset; in main() local
A Dcrypt_and_hash.c118 long filesize, offset; in main() local
121 __int64 filesize, offset; in main() local
123 off_t filesize, offset; in main() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dl2cc.h125 uint16_t offset; member
136 uint16_t offset; member
148 uint16_t offset; member
160 uint16_t offset; member
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c264 u16_t offset; in pbuf_alloc_ext() local
495 u16_t offset; in pbuf_alloced_custom() local
1111 pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial()
1284 pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset) in pbuf_take_at()
1392 pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at()
1410 pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at()
1432 pbuf_put_at(struct pbuf* p, u16_t offset, u8_t data) in pbuf_put_at()
1455 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/wdg/
A Dwdg_test.c133 uint32_t offset = 0; in read_wdg_flag() local
148 uint32_t offset = 0; in write_wdg_flag() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dpadding.h34 int* offset) { in ComputePaddingWithOffset()
72 int offset = 0; in ComputePaddingHeightWidth() local
98 int offset = 0; in ComputePadding3DValues() local
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dflash.c93 int32_t csi_spiflash_read(csi_spiflash_t *spiflash, uint32_t offset, void *data, uint32_t size) in csi_spiflash_read()
117 int32_t csi_spiflash_program(csi_spiflash_t *spiflash, uint32_t offset, const void *data, uint32_t … in csi_spiflash_program()
146 csi_error_t csi_spiflash_erase(csi_spiflash_t *spiflash, uint32_t offset, uint32_t size) in csi_spiflash_erase()
/AliOS-Things-master/components/kv/src/
A Dkv_adapt.c43 int32_t kv_flash_read(uint32_t offset, void *buf, uint32_t nbytes) in kv_flash_read()
63 int32_t kv_flash_write(uint32_t offset, void *buf, uint32_t nbytes) in kv_flash_write()
83 int32_t kv_flash_erase(uint32_t offset, uint32_t size) in kv_flash_erase()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dstrip.c41 tsize_t stripsize, offset; in write_strips() local
75 tsize_t stripsize, offset; in read_strips() local
265 tsize_t scanlinesize, offset; in write_scanlines() local
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/spiflash/
A Dspiflash.c50 int32_t csi_spiflash_read(csi_spiflash_t *spiflash, uint32_t offset, void *data, uint32_t size) in csi_spiflash_read()
123 int32_t csi_spiflash_program(csi_spiflash_t *spiflash, uint32_t offset, const void *data, uint32_t … in csi_spiflash_program()
197 csi_error_t csi_spiflash_erase(csi_spiflash_t *spiflash, uint32_t offset, uint32_t size) in csi_spiflash_erase()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddw_gpio.c46 uint8_t offset; member
129 uint32_t offset = gpio_pin_priv->idx; in gpio_set_irq_mode() local
202 uint32_t offset = gpio_pin_priv->idx; in gpio_irq_enable() local
219 uint32_t offset = gpio_pin_priv->idx; in gpio_irq_disable() local
459 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_config_mode() local
542 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_write() local
565 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_read() local

Completed in 43 milliseconds

12345678910>>...16