total_size         92 core/live_view.c     int total_size = sizeof(lv_hdr);
total_size        109 core/live_view.c                 lv.lv.palette_data_start = total_size;
total_size        110 core/live_view.c                 total_size += pal_size;
total_size        133 core/live_view.c         lv.vp.data_start = total_size;
total_size        139 core/live_view.c         total_size += vp_size;
total_size        152 core/live_view.c         lv.bm.data_start = total_size;
total_size        158 core/live_view.c         total_size += bm_size;
total_size        170 core/live_view.c         lv.bmo.data_start = total_size;
total_size        172 core/live_view.c         total_size += bmo_size;
total_size        181 core/live_view.c     data->send_data(data->handle,(char*)&lv,sizeof(lv_hdr),total_size,0,0,0);
total_size        211 core/live_view.c     return total_size;
total_size        102 core/memmgmt.c         camera_meminfo->total_size           = h->size;
total_size        244 core/memmgmt.c     combined->total_size += m->total_size;
total_size        266 core/memmgmt.c     camera_meminfo->total_size = 0;
total_size         53 core/ptp.c         int total_size; // total data size
total_size         66 core/ptp.c     static int recv_ptp_data_init(recv_ptp_data_state_t *rs, int total_size, char *dst_buf)
total_size         92 core/ptp.c         if(rs->buf_size > total_size) {
total_size         93 core/ptp.c             rs->buf_size = total_size;
total_size         95 core/ptp.c         rs->total_size = total_size;
total_size        119 core/ptp.c         int size_left = rs->total_size - rs->total_read;
total_size        127 core/ptp.c             rs->total_read = rs->last_read = rs->total_size;
total_size        128 core/ptp.c             if(data->recv_data(data->handle,rs->dst_buf,rs->total_size,0,0) != 0) {
total_size        208 core/ptp.c     static int send_ptp_data_buf_init(send_ptp_data_buf_t *sb,int total_size)
total_size        213 core/ptp.c         if(buf_size > total_size) {
total_size        214 core/ptp.c             buf_size = total_size;
total_size        489 core/ptp.c             int total_size = size;
total_size        502 core/ptp.c                 if(data->send_data(data->handle,x,send_size,total_size,0,0,0) != 0) {
total_size        512 core/ptp.c                 total_size = 0;
total_size        516 core/ptp.c             if(data->send_data(data->handle,src,size,total_size,0,0,0) == 0) {
total_size        682 core/ptp.c             int tmp,t,total_size,r;
total_size        721 core/ptp.c             total_size = ftell(f);
total_size        725 core/ptp.c             if(!send_ptp_data_buf_init(&sb,total_size))
total_size        734 core/ptp.c             tmp = total_size;
total_size        735 core/ptp.c             t = total_size;
total_size        746 core/ptp.c             ptp.param1 = total_size;
total_size         32 core/ptp_chdk.h     int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // (0xFF9F525C), total_size should be 0 except for the first call
total_size         13 include/meminfo.h     int total_size;
total_size       2596 modules/luascript.c         meminfo.total_size -= camera_info.memisosize;
total_size       2607 modules/luascript.c     set_meminfo_num( L, "total_size", meminfo.total_size);
total_size        129 modules/module_inspector.c     sprintf(txt,"%-5s: %08x-%08x: %d",typ,meminfo->start_address, meminfo->end_address, meminfo->total_size);
total_size         18 modules/scrdump.c     int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // total_size will be 0 except for the first call
total_size         23 modules/scrdump.c int send_data_to_file(int handle, const char *buf, int part_size, int total_size, __attribute__ ((unused))int u1, __attribute__ ((unused))int u2, __attribute__ ((unused))int u3)
total_size         27 modules/scrdump.c     if(total_size) {
total_size         28 modules/scrdump.c         write(handle, &total_size, sizeof(total_size));
total_size       1125 platform/generic/wrappers.c     camera_meminfo->total_size           = fw_info[2];
total_size       1136 platform/generic/wrappers.c     camera_meminfo->total_size           = fw_info[1];
total_size        104 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // (0xFF9F525C), total_size should be 0 except for the first call