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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h426 uint32 type_and_length; member in union:short_address::type_and_length_accessor
464 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); } function in struct:short_address
479 uint32 type_and_length; member in union:long_address::type_and_length_accessor
553 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); } function in struct:long_address
[all...]

Completed in 132 milliseconds