Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp659 uint32_t used_bytes = in GetReturnValueObjectImpl() local
665 used_bytes = aggregate_field_offsets[0]; in GetReturnValueObjectImpl()
679 if (used_bytes >= 8 || used_bytes + field_byte_width > 8) { in GetReturnValueObjectImpl()
689 copy_from_offset = used_bytes; in GetReturnValueObjectImpl()
690 used_bytes += field_byte_width; in GetReturnValueObjectImpl()
/openbsd-src/usr.sbin/makefs/
H A Dcd9660.c1681 int64_t used_bytes = 0; in cd9660_compute_offsets() local
1733 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()
1740 used_bytes + startOffset); in cd9660_compute_offsets()
1743 used_bytes += r; in cd9660_compute_offsets()
1770 used_bytes + startOffset); in cd9660_compute_offsets()
1772 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
1785 return used_bytes; in cd9660_compute_offsets()