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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h464 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); }
465 void set_type_and_length(uint32 value) { _type_and_length = B_HOST_TO_LENDIAN_INT32(value); }
467 uint32 _type_and_length; member in struct:short_address
553 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); }
554 void set_type_and_length(uint32 value) { _type_and_length = B_HOST_TO_LENDIAN_INT32(value); }
556 uint32 _type_and_length; member in struct:long_address

Completed in 39 milliseconds