Home
last modified time | relevance | path

Searched refs:total_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmanipulate_user_buffer.c173 int total_data = blocksize * numblocks; in write_thread() local
174 int left = total_data; in write_thread()
187 offset = ((offset + blocksize) % total_data); in write_thread()
204 int total_data = blocksize * numblocks; in read_thread() local
205 int left = total_data; in read_thread()
215 offset = ((offset + blocksize) % total_data); in read_thread()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp283 uint64_t total_data = 0; in printDarwinSegmentSizes() local
296 total_data += Sec.size; in printDarwinSegmentSizes()
307 total_data += Seg.vmsize; in printDarwinSegmentSizes()
322 total_data += Sec.size; in printDarwinSegmentSizes()
333 total_data += Seg.vmsize; in printDarwinSegmentSizes()
341 uint64_t total = total_text + total_data + total_objc + total_others; in printDarwinSegmentSizes()
347 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t" in printDarwinSegmentSizes()
453 uint64_t total_data = 0; in printObjectSectionSizes() local
465 total_data += size; in printObjectSectionSizes()
479 total = total_text + total_data + total_bss; in printObjectSectionSizes()
[all …]