Home
last modified time | relevance | path

Searched refs:read_bytes (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c352 int read_bytes = 0; in recv_file_info_from_server() local
369 buf += read_bytes; in recv_file_info_from_server()
387 int read_bytes = 0; in recv_ota_file_hdr() local
406 buf += read_bytes; in recv_ota_file_hdr()
428 buf += read_bytes; in recv_ota_file_hdr()
532 int read_bytes; in download_new_fw_from_server() local
638 read_bytes = read_bytes -(-RemainBytes); in download_new_fw_from_server()
1304 int read_bytes;
1427 read_bytes = read_bytes -(-RemainBytes);
1770 int read_bytes;
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftstream.c125 FT_ULong read_bytes; in FT_Stream_ReadAt() local
142 if ( read_bytes > count ) in FT_Stream_ReadAt()
143 read_bytes = count; in FT_Stream_ReadAt()
150 if ( read_bytes < count ) in FT_Stream_ReadAt()
168 FT_ULong read_bytes = 0; in FT_Stream_TryRead() local
179 if ( read_bytes > count ) in FT_Stream_TryRead()
180 read_bytes = count; in FT_Stream_TryRead()
185 stream->pos += read_bytes; in FT_Stream_TryRead()
188 return read_bytes; in FT_Stream_TryRead()
238 FT_ULong read_bytes; in FT_Stream_EnterFrame() local
[all …]
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dcap_task.c149 unsigned int read_bytes = 0; in capture_read_data() local
155 memcpy(buf + read_bytes, data_buf->data + data_buf->wOffset, left_bytes); in capture_read_data()
156 read_bytes += left_bytes; in capture_read_data()
159 return read_bytes; in capture_read_data()
161 … memcpy(buf + read_bytes, data_buf->data + data_buf->wOffset, data_buf->size - data_buf->wOffset); in capture_read_data()
162 read_bytes += data_buf->size - data_buf->wOffset; in capture_read_data()
174 if(1 == blockMode && read_bytes < len) { in capture_read_data()
178 return read_bytes; in capture_read_data()
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_http.c568 int read_bytes = 0; in http_read() local
590 read_bytes += loader->nc->head_data_size; in http_read()
595 while (read_bytes < nbytes) { in http_read()
599 buffer + read_bytes, nbytes - read_bytes, 5000); in http_read()
607 buffer + read_bytes, nbytes - read_bytes, 0); in http_read()
610 buffer + read_bytes, nbytes - read_bytes); in http_read()
614 read_bytes += ret; in http_read()
621 errno, read_bytes, nbytes); in http_read()
627 read_bytes = 0; in http_read()
640 read_bytes += loader->nc->head_data_size; in http_read()
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.c244 STATIC void read_bytes(mp_reader_t *reader, byte *buf, size_t len) { in read_bytes() function
278 read_bytes(reader, (byte *)str, len); in load_qstr()
293 read_bytes(reader, (byte *)vstr.buf, len); in load_obj()
328 read_bytes(reader, ip_read, *ip - ip_read); in load_prelude()
347 read_bytes(reader, ip, sz); in load_bytecode()
388 read_bytes(reader, fun_data, fun_data_len); in load_raw_code()
474 read_bytes(reader, rodata, size); in load_raw_code()
551 read_bytes(reader, header, sizeof(header)); in mp_raw_code_load()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c77 uint32_t read_bytes = 0; in ramfs_vfs_read() local
84 ret = ramfs_read(&ramfs_file, buf, len, &read_bytes); in ramfs_vfs_read()
88 res = read_bytes; in ramfs_vfs_read()

Completed in 13 milliseconds