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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.h54 uint64 GetOffset() const { return GetKey()->GetOffset(GetVersion()); } function in class:ItemHeader
80 uint64 GetOffset() const;
H A DKey.h83 uint64 GetOffset(uint16 version) const function in class:Key
88 // uint64 GetOffset() const { return GetOffset(GuessVersion()); }
213 uint64 GetOffset() const { return fKey->GetOffset(GetVersion()); } function in class:VKey
229 int64 dOffset = (int64)GetOffset() - (int64)k.GetOffset();
264 GetDirID(), GetObjectID(), GetOffset(), GetType()));
H A DIterators.h164 uint64 GetOffset() const { return fOffset; } function in class:ObjectItemIterator
198 uint64 GetOffset() const { return fItemIterator.GetOffset(); } function in class:DirEntryIterator
227 uint64 GetOffset() const { return fItemIterator.GetOffset(); } function in class:StreamReader
H A DItem.cpp171 // GetOffset
173 Item::GetOffset() const function in class:Item
175 return fHeader->GetOffset();
H A DDirItem.h48 uint32 GetOffset() const { return le2h(deh_offset); } function in class:DirEntry
60 PRINT((" offset: %" B_PRIu32 "\n", GetOffset()));
H A DIterators.cpp692 //itemKey.GetDirID(), itemKey.GetObjectID(), itemKey.GetOffset(), itemKey.GetType()));
977 //PRINT((" found item: %lu, %lu, %Lu\n", fDirID, fObjectID, item.GetOffset()));
1113 return SetTo(GetTree(), GetDirID(), GetObjectID(), GetOffset(),
1149 || offset_hash_value(entry->GetOffset())
1150 == offset_hash_value(GetOffset())) {
1196 && fDirItem.EntryAt(fIndex)->GetOffset() > GetOffset()) {
1197 //printf(" skipping entry %ld: offset %lu\n", fIndex, fDirItem.EntryAt(fIndex)->GetOffset());
1204 //&& (printf(" entry index %ld: offset %lu\n", fIndex, fDirItem.EntryAt(fIndex)->GetOffset()), true)
1206 || offset_hash_value(fDirItem.EntryAt(fIndex)->GetOffset())
[all...]
H A DVolume.cpp599 uint64 offset = entry->GetOffset();
637 uint64 offset = entry->GetOffset();
/haiku/src/tools/restest/
H A DOffsetFile.h29 off_t GetOffset() const;
H A DResourceItem.h24 roff_t GetOffset() const;
H A DOffsetFile.cpp149 // GetOffset
151 OffsetFile::GetOffset() const function in class:OffsetFile
H A DResourceItem.cpp51 // GetOffset
53 ResourceItem::GetOffset() const function in class:ResourceItem
H A DResourceFile.cpp508 off_t filePosition = fFile.GetOffset() + i;
532 off_t resourcesOffset = fFile.GetOffset();
540 int32 offset = fInfoTableItem->GetOffset();
/haiku/headers/private/userlandfs/private/
H A DRequest.h32 int32 GetOffset() const function in class:UserlandFSUtil::Address
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h78 Elf_Addr GetOffset();
H A DElfImage.cpp171 = (void**)(fTextAddress + relocation.GetOffset());
H A DElfFile.cpp403 // GetOffset
405 ElfRelocation::GetOffset() function in class:ElfRelocation
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h34 static BPoint GetOffset(int32 nup, int index,
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp324 GraphicsDriver::GetOffset(int32 nup, int index, function in class:GraphicsDriver
452 BPoint left_top(GetOffset(fOrgJobData->GetNup(), page_index++,
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp445 int32 offset = address->GetOffset();

Completed in 109 milliseconds