Home
last modified time | relevance | path

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() in descriptor_size()
1451 …uint32 implementation_use_length() const { return B_LENDIAN_TO_HOST_INT32(_implementation_use_leng… in implementation_use_length() function
1708 …uint16 implementation_use_length() const { return B_LENDIAN_TO_HOST_INT16(_implementation_use_leng… in implementation_use_length() function
1716 char* id() { return ((char*)this)+(38)+implementation_use_length(); } in id()
1717 const char* id() const { return ((const char*)this)+(38)+implementation_use_length(); } in id()
1719 uint16 structure_length() const { return (38) + id_length() + implementation_use_length(); } in structure_length()
1765 …tion_use_length(uint16 implementation_use_length) { _implementation_use_length = B_HOST_TO_LENDIAN… in set_implementation_use_length()
H A DUdfStructures.cpp942 implementation_use_length())); in dump()
956 if (implementation_use_length() >= minimum_implementation_use_length) { in dump()