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

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp135 Port::Reserve(int32 endOffset) argument
144 Port::Unreserve(int32 endOffset) argument
/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp41 fssh_off_t endOffset; member in struct:FSShell::FileRestriction
28 FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset, fssh_off_t endOffset) argument
76 add_file_restriction(const char* fileName, fssh_off_t startOffset, fssh_off_t endOffset) argument
[all...]
H A Dfssh.cpp1690 fssh_off_t endOffset = -1; local
/haiku/headers/private/shared/
H A DRangeArray.h127 Value endOffset = offset + size; local
186 Value endOffset = offset + size; local
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp561 uint32 endOffset = std::min(bitOffset + remaining, (uint32)32); local
686 uint32 endOffset = std::min(bitOffset + remaining, (uint32)32); local
/haiku/src/kits/package/hpkg/v1/
H A DPackageDataReaderV1.cpp331 uint64 endOffset; local
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
94 int32 endOffset; member in struct:HyperTextView::ActionInfo
30 MouseOver(HyperTextView* view, BPoint where, int32 startOffset, int32 endOffset, BMessage* message) argument
44 MouseAway(HyperTextView* view, BPoint where, int32 startOffset, int32 endOffset, BMessage* message) argument
198 AddHyperTextAction(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
219 int32 endOffset = TextLength(); local
231 int32 endOffset = TextLength(); local
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp602 _PushChunks(ChunkBuffer& chunkBuffer, uint64 startOffset, uint64 endOffset) argument
H A DReaderImplBase.cpp882 ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset, argument
H A DPackageWriterImpl.cpp1339 uint64 endOffset = fHeapWriter->UncompressedHeapSize(); local
/haiku/src/bin/bfs_tools/
H A Drecover.cpp750 off_t startOffset = 0, endOffset = -1; local
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp388 const off_t endOffset = fOriginalOffset + fOriginalLength; local
466 off_t endOffset = fOffset + fLength; local
/haiku/src/kits/interface/
H A DTextView.cpp1260 BTextView::Delete(int32 startOffset, int32 endOffset) argument
1493 Select(int32 startOffset, int32 endOffset) argument
1600 SetFontAndColor(int32 startOffset, int32 endOffset, const BFont* font, uint32 mode, const rgb_color* color) argument
1664 SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
1705 RunArray(int32 startOffset, int32 endOffset, int32* _size) const argument
2076 GetTextRegion(int32 startOffset, int32 endOffset, BRegion* outRegion) const argument
2202 Highlight(int32 startOffset, int32 endOffset) argument
5445 _SetRunArray(int32 startOffset, int32 endOffset, const text_run_array* runs) argument
[all...]

Completed in 135 milliseconds