Searched refs:currentOffset (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.cpp167 uint16 currentOffset = (char*)entry - fBlockBuffer; local
174 currentOffset += B_BENDIAN_TO_HOST_INT16(unusedEntry->length);
182 if (fOffset >= currentOffset) {
184 currentOffset += EntrySize(dataEntry->namelen);
191 fOffset = currentOffset;
H A DNode.cpp323 uint16 currentOffset = (char*)dataEntry - fDataBuffer; local
324 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
325 BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode), currentOffset);
327 if (BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode) > currentOffset) {
H A DLeafDirectory.cpp293 uint16 currentOffset = (char*)dataEntry - fDataBuffer; local
294 TRACE("GetNext: fOffset:(%" B_PRIu32 "), currentOffset:(%" B_PRIu16 ")\n",
295 BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode), currentOffset);
297 if (BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode) > currentOffset) {
H A DBPlusTree.cpp533 uint16 currentOffset = (char*)dataEntry - fSingleDirBlock; local
534 TRACE("GetNext: fOffset:(%" B_PRIu64 "), currentOffset:(%" B_PRIu16 ")\n",
535 BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode), currentOffset);
537 if (BLOCKOFFSET_FROM_ADDRESS(fOffset, fInode) > currentOffset) {
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp913 section.currentOffset = 0;
936 section.currentOffset = 0;
952 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
965 = (char*)fCurrentSection->data + fCurrentSection->currentOffset;
993 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
1026 if (fPackageAttributesSection.currentOffset
1031 - fPackageAttributesSection.currentOffset);
1322 = (const char*)fCurrentSection->data + fCurrentSection->currentOffset;
1324 fCurrentSection->uncompressedLength - fCurrentSection->currentOffset);
1328 - fCurrentSection->currentOffset) {
[all...]
H A DPackageReaderImpl.cpp449 fTOCSection.currentOffset = fTOCSection.stringsLength;
460 if (fTOCSection.currentOffset < fTOCSection.uncompressedLength) {
463 fTOCSection.uncompressedLength - fTOCSection.currentOffset);
537 if (size > fTOCSection.uncompressedLength - fTOCSection.currentOffset) {
543 _buffer = fTOCSection.data + fTOCSection.currentOffset;
544 fTOCSection.currentOffset += size;
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp564 fTOCSection.currentOffset = 0;
573 fPackageAttributesSection.currentOffset = 0;
630 fTOCSection.currentOffset = fTOCSection.stringsLength;
645 if (fTOCSection.currentOffset < fTOCSection.uncompressedLength) {
648 fTOCSection.uncompressedLength - fTOCSection.currentOffset);
722 if (size > fTOCSection.uncompressedLength - fTOCSection.currentOffset) {
728 _buffer = fTOCSection.data + fTOCSection.currentOffset;
729 fTOCSection.currentOffset += size;
H A DReaderImplBaseV1.cpp612 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
625 = (char*)fCurrentSection->data + fCurrentSection->currentOffset;
653 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
686 if (fPackageAttributesSection.currentOffset
691 - fPackageAttributesSection.currentOffset);
962 = (const char*)fCurrentSection->data + fCurrentSection->currentOffset;
964 fCurrentSection->uncompressedLength - fCurrentSection->currentOffset);
968 - fCurrentSection->currentOffset) {
979 fCurrentSection->currentOffset += stringLength + 1;
988 - fCurrentSection->currentOffset) {
[all...]
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h176 uint64 currentOffset; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::SectionInfo
/haiku/src/preferences/time/
H A DZoneView.cpp564 int32 currentOffset local
568 now -= timeZone.OffsetFromGMT() - currentOffset;
/haiku/src/kits/interface/
H A DTextView.cpp4775 int32 currentOffset = OffsetAt(where);
4780 if (currentOffset != fTrackingMouse->clickOffset
4793 if (currentOffset <= fTrackingMouse->anchor) {
4795 = (*fLines)[_LineAt(currentOffset)]->offset;
4805 = (*fLines)[_LineAt(currentOffset) + 1]->offset;
4811 if (currentOffset <= fTrackingMouse->anchor) {
4812 fTrackingMouse->selStart = _PreviousWordBoundary(currentOffset);
4822 fTrackingMouse->selEnd = _NextWordBoundary(currentOffset);
4828 if (currentOffset <= fTrackingMouse->anchor) {
4829 fTrackingMouse->selStart = currentOffset;
[all...]
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h48 uint64 currentOffset; member in struct:BPackageKit::BHPKG::BPrivate::PackageFileSection

Completed in 111 milliseconds