Home
last modified time | relevance | path

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

/system/core/libcutils/
Duio.c24 int total = 0; in readv() local
33 if (total == 0) in readv()
34 total = -1; in readv()
40 total += ret; in readv()
46 return total; in readv()
51 int total = 0; in writev() local
60 if (total == 0) in writev()
61 total = -1; in writev()
67 total += ret; in writev()
73 return total; in writev()
/system/extras/latencytop/
Dlatencytop.c37 unsigned long total; member
328 unsigned long count, max, total; in read_latency_file() local
345 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason); in read_latency_file()
346 if (max > 0 || total > 0) { in read_latency_file()
352 e->total += total; in read_latency_file()
357 e->total = total; in read_latency_file()
396 average = e->total / e->count; in print_latency_entries()
/system/extras/sound/
Dplaywav.c198 unsigned total = 0; in wav_rec() local
274 total += sz; in wav_rec()
281 hdr.data_sz = total; in wav_rec()
282 hdr.riff_sz = total + 8 + 16 + 8; in wav_rec()
/system/extras/tests/memtest/
Dmemtest.cpp590 size_t total = 0; in malloc_test() local
598 total += size; in malloc_test()
600 size, addr, total, total / (1024*1024)); in malloc_test()
609 printf("done. allocated %lu MB\n", total / (1024*1024)); in malloc_test()
/system/core/adb/
Dfile_sync_client.c250 int total = 0; in write_data_buffer() local
253 while (total < size) { in write_data_buffer()
254 int count = size - total; in write_data_buffer()
259 memcpy(sbuf->data, &file_buffer[total], count); in write_data_buffer()
265 total += count; in write_data_buffer()
/system/core/logcat/
Devent-log-tags44 2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
62 # It lets us count the total amount of time between charges and the discharge level
244 # [35-24] mallinfo: total allocated space
251 20002 dvm_gc_madvise_info (total|1|2),(zygote|1|2)