Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c257 size_t total_bytes; in windows_file_write() local
261 total_bytes = size * num; in windows_file_write()
264 || total_bytes <= 0 || !size) in windows_file_write()
480 size_t total_bytes; in mem_read() local
483 total_bytes = (maxnum * size); in mem_read()
485 || ((total_bytes / maxnum) != size)) { in mem_read()
490 if (total_bytes > mem_available) { in mem_read()
491 total_bytes = mem_available; in mem_read()
494 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); in mem_read()
495 context->hidden.mem.here += total_bytes; in mem_read()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/
A Dmulti_heap.h158 size_t total_bytes; member
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c869 size_t total_bytes = adv_data_len + sr_data_len; in mp_bluetooth_gap_advertise_start() local
870 if (total_bytes > MP_STATE_PORT(bluetooth_btstack_root_pointers)->adv_data_alloc) { in mp_bluetooth_gap_advertise_start()
872 MP_STATE_PORT(bluetooth_btstack_root_pointers)->adv_data = m_new(uint8_t, total_bytes); in mp_bluetooth_gap_advertise_start()
873 MP_STATE_PORT(bluetooth_btstack_root_pointers)->adv_data_alloc = total_bytes; in mp_bluetooth_gap_advertise_start()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c1165 tsize_t total_bytes = 0; in writeBufferToSeparateStrips() local
1203 total_bytes += stripsize; in writeBufferToSeparateStrips()

Completed in 24 milliseconds