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

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h38 + fHeader.EntrySize() * index); }
62 { return fHeader.EntrySize()
H A DHeader.cpp192 + entryIndex * fHeader.EntrySize() / fBlockSize;
193 uint32 entryOffset = entryIndex * fHeader.EntrySize() % fBlockSize;
361 dprintf("entry size: %ld\n", header.EntrySize());
H A Defi_gpt.h74 uint32 EntrySize() const function in struct:efi_table_header
/haiku-fatelf/src/add-ons/media/plugins/mp4_reader/libMP4/
H A DMP4Parser.cpp822 Read(&aSampleSizePtr->EntrySize);
847 return theSampleSizeArray[pSampleNo]->EntrySize;
904 aSampleSizePtr->EntrySize = (uint32)(EntrySize8);
909 aSampleSizePtr->EntrySize = (uint32)(EntrySize8);
914 aSampleSizePtr->EntrySize = (uint32)(EntrySize16);
943 return theSampleSizeArray[pSampleNo]->EntrySize && 0x0000000f;
946 return theSampleSizeArray[pSampleNo]->EntrySize && 0x000000f0;
950 return theSampleSizeArray[pSampleNo]->EntrySize;
953 return theSampleSizeArray[pSampleNo]->EntrySize;
958 return theSampleSizeArray[pSampleNo]->EntrySize;
[all...]
H A DMP4Structs.h136 uint32 EntrySize; member in struct:SampleSizeEntry
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DQTStructs.h170 uint32 EntrySize; member in struct:SampleSizeEntry
H A DMOVParser.cpp644 Read(&aSampleSize->EntrySize);
663 return theSampleSizeArray[pSampleNo]->EntrySize;
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp171 size_t EntrySize();
490 totalSize += fEntries[i]->EntrySize() + fEntries[i]->DataSize();
672 writeLength = fEntries[i]->EntrySize();
949 AttributeEntry::EntrySize() function in class:attribute_overlay::AttributeEntry

Completed in 117 milliseconds