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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1429 uint32 descriptor_size() const { return sizeof(*this)+implementation_use_length()
1451 uint32 implementation_use_length() const { return B_LENDIAN_TO_HOST_INT32(_implementation_use_length); } function in struct:logical_volume_integrity_descriptor
1708 uint16 implementation_use_length() const { return B_LENDIAN_TO_HOST_INT16(_implementation_use_length); } function in struct:file_id_descriptor
1710 /*! If implementation_use_length is greater than 0, the first 32
1716 char* id() { return ((char*)this)+(38)+implementation_use_length(); }
1717 const char* id() const { return ((const char*)this)+(38)+implementation_use_length(); }
1719 uint16 structure_length() const { return (38) + id_length() + implementation_use_length(); }
1765 void set_implementation_use_length(uint16 implementation_use_length) { _implementation_use_length = B_HOST_TO_LENDIAN_INT16(implementation_use_length); } argument
H A DUdfStructures.cpp941 PRINT(("implementation_use_length: %" B_PRIu32 "\n",
942 implementation_use_length()));
956 if (implementation_use_length() >= minimum_implementation_use_length) {
990 PRINT(("implementation_use_length: %d\n", is_parent()));

Completed in 98 milliseconds