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

/haiku/src/add-ons/kernel/file_systems/udf/
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
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

Completed in 49 milliseconds