Searched refs:total_data (Results 1 – 3 of 3) sorted by relevance
172 int total_data = blocksize * numblocks; in write_thread() local173 int left = total_data; in write_thread()186 offset = ((offset + blocksize) % total_data); in write_thread()203 int total_data = blocksize * numblocks; in read_thread() local204 int left = total_data; in read_thread()214 offset = ((offset + blocksize) % total_data); in read_thread()
161 long total_data, in dlg_draw_scrollbar() argument173 int bottom_arrow = (next_data < total_data); in dlg_draw_scrollbar()183 percent = (!total_data in dlg_draw_scrollbar()186 / total_data)); in dlg_draw_scrollbar()202 #define BARSIZE(num) (int) (0.5 + (double) ((all_high * (int) (num)) / (double) total_data)) in dlg_draw_scrollbar()210 if (total_data > 0 && all_high > 0) { in dlg_draw_scrollbar()211 int all_diff = (int) (total_data + 1); in dlg_draw_scrollbar()
279 uint64_t total_data = 0; in printDarwinSectionSizes() 292 total_data += Sec.size; in printDarwinSegmentSizes() 303 total_data += Seg.vmsize; in printDarwinSegmentSizes() 318 total_data += Sec.size; in printDarwinSegmentSizes() 329 total_data += Seg.vmsize; in printDarwinSegmentSizes() 337 uint64_t total = total_text + total_data + total_objc + total_others; in printDarwinSegmentSizes() 343 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t" in printDarwinSegmentSizes() 450 uint64_t total_data = 0; in printObjectSectionSizes() 462 total_data += size; in printObjectSectionSizes() 476 total = total_text + total_data in printObjectSectionSizes() 288 uint64_t total_data = 0; printDarwinSegmentSizes() local 459 uint64_t total_data = 0; printObjectSectionSizes() local [all...]