Searched refs:set_length (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp161 result.set_length(length);
H A DUdfStructures.h378 void set_length(int32 length) { _length = B_HOST_TO_LENDIAN_INT32(length); } function in struct:extent_address
456 void set_length(uint32 length) { function in struct:short_address
518 void set_length(uint32 length) { function in struct:long_address
535 set_length(length);
1001 void set_length(uint32 length) { _length = B_HOST_TO_LENDIAN_INT32(length); } function in struct:partition_descriptor
1164 void set_length(uint8 length) { _length = length; } function in struct:partition_map_header
1189 void set_length(uint8 length) { _length = length; } function in struct:physical_partition_map
1266 void set_length(uint8 length) { _length = length; } function in struct:sparable_partition_map
H A DAllocationDescriptorList.h126 extent->set_length(fAccessor.GetLength(*descriptor)
H A DUdfStructures.cpp454 set_length(length);
492 set_length(length);

Completed in 75 milliseconds