Searched refs:_offset (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h64 uint32* _offset = NULL) const;
67 uint32* _offset = NULL) const;
70 uint32* _offset = NULL) const;
118 uint32* _offset, btree_traversing type)
231 uint32* _size = NULL, uint32* _offset = NULL);
233 uint32* _size = NULL, uint32* _offset = NULL);
291 uint32* _offset = NULL);
294 uint32* _offset = NULL);
308 uint32* _size, uint32* _offset);
325 uint32* _offset)
324 GetCurrentEntry(btrfs_key* _key, void** _value, uint32* _size, uint32* _offset) argument
335 GetNextEntry(void** _value, uint32* _size, uint32* _offset) argument
342 GetPreviousEntry(void** _value, uint32* _size, uint32* _offset) argument
[all...]
H A DBTree.cpp371 uint32* _offset)
392 if (_offset != NULL)
393 *_offset = leaf->Item(slot)->Offset();
619 uint32* _offset, btree_traversing type) const
626 status = path->GetCurrentEntry(&found, _value, _size, _offset);
645 uint32* _offset) const
647 return _Find(path, key, _value, _size, _offset, BTREE_FORWARD);
653 uint32* _offset) const
655 return _Find(path, key, _value, _size, _offset, BTREE_BACKWARD);
661 uint32* _offset) cons
370 GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size, uint32* _offset) argument
618 _Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size, uint32* _offset, btree_traversing type) const argument
937 _GetEntry(btree_traversing type, void** _value, uint32* _size, uint32* _offset) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h203 int _value, _offset; local
215 _offset = ffsl(_test);
216 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + _offset - 1;
217 if (_offset == 0 || _value >= _nbits)
232 int _value, _offset; local
244 _offset = ffsl(~_test);
245 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + _offset - 1;
246 if (_offset == 0 || _value >= _nbits)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c85 If the field _fb._offset is >= 0, it gives the offset in
136 fp->file._offset = _IO_pos_BAD;
183 fp->_offset = _IO_pos_BAD;
415 fp->_offset = _IO_pos_BAD;
494 fp->_offset = _IO_pos_BAD;
501 fp->_offset = new_pos;
594 if (fp->_offset != _IO_pos_BAD)
595 _IO_pos_adjust (fp->_offset, count);
664 fp->_offset -= fp->_IO_read_end - fp->_IO_read_ptr;
666 fp->_offset < f
[all...]
H A Dwfileops.c262 if (fp->_offset != _IO_pos_BAD)
263 _IO_pos_adjust (fp->_offset, count);
502 fp->_offset = _IO_pos_BAD;
609 if (fp->_offset == _IO_pos_BAD)
612 offset += fp->_offset;
637 if (fp->_offset != _IO_pos_BAD && fp->_IO_read_base != NULL
641 _IO_off64_t rel_offset = (offset - fp->_offset
754 fp->_offset = result + count;
764 fp->_offset = result;
779 if (fp->_offset >
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc90 if (_offset >= 0)
91 _offset += n;
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapWriter.h49 uint64& _offset);
/haiku/src/servers/media/
H A DBufferManager.h31 int32* _flags, size_t* _offset, area_id* _area);
H A DBufferManager.cpp43 size_t* _size, int32* _flags, size_t* _offset, area_id* _area)
60 *_offset = info->offset;
42 RegisterBuffer(team_id team, media_buffer_id bufferID, size_t* _size, int32* _flags, size_t* _offset, area_id* _area) argument
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme_private.h77 size_t alignment, uint32 flags, addr_t* _offset,
/haiku/src/kits/package/hpkg/v1/
H A DPackageDataReaderV1.cpp315 status_t _GetCompressedChunkOffsetAndSize(int64 chunkIndex, uint64& _offset, argument
346 _offset = fOffset + fOffsetTableSize + offset;
352 uint64& _offset)
375 _offset = fOffsetTable[chunkIndex - fOffsetTableIndex];
376 if (_offset > fCompressedSize - fOffsetTableSize)
351 _GetCompressedChunkRelativeOffset(int64 chunkIndex, uint64& _offset) argument
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h72 BPoint _offset,
78 offset(_offset),
68 tip_entry( BRect _rect, const char* _text, TipManager::offset_mode_t _offsetMode, BPoint _offset, uint32 _flags) argument
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp557 Disk::GetNextSpecialInode(char *buffer, off_t *_offset, off_t end, argument
560 off_t offset = *_offset;
570 *_offset = offset;
596 *_offset = offset;
600 *_offset = offset;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp498 Volume::CheckSuperBlock(const uint8* data, uint32* _offset) argument
502 if (_offset != NULL)
503 *_offset = 512;
511 if (_offset != NULL)
512 *_offset = 0;
H A DVolume.h148 uint32* _offset = NULL);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp354 PartitionMapHandle::ValidateCreateChild(off_t* _offset, off_t* _size, argument
394 off_t offset = sector_align(*_offset, Partition()->BlockSize());
463 *_offset = offset;
H A DExtendedPartitionAddOn.cpp320 ExtendedPartitionHandle::ValidateCreateChild(off_t* _offset, off_t* _size, argument
343 off_t offset = sector_align(*_offset, Partition()->BlockSize());
412 *_offset = offset;
/haiku/headers/posix/
H A Dlibio.h143 off_t _old_offset; /* This used to be _offset but it's too small. */
153 off_t _offset; member in struct:_IO_FILE
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp220 GPTPartitionHandle::ValidateCreateChild(off_t* _offset, off_t* _size, argument
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp513 off_t _offset; local
515 partitioningInfo.GetPartitionableSpaceAt(i, &_offset, &_size);
517 get_size_string(_offset, offset);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp311 SelectionPoint(int32 _line, int32 _offset) argument
314 offset = _offset;
338 BPoint& _offset);
340 int32 length, BPoint& _offset);
1555 int32& _column, BPoint& _offset)
1563 _DrawLineSegment(line + start, currentLength, _offset);
1570 _offset.x += diff * fCharacterWidth;
1578 _DrawLineSegment(line + start, currentLength, _offset);
1584 BPoint& _offset)
1586 DrawString(line, length, _offset);
1554 _DrawLineSyntaxSection(const char* line, int32 length, int32& _column, BPoint& _offset) argument
1583 _DrawLineSegment(const char* line, int32 length, BPoint& _offset) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp142 bool _AdaptToReserved(addr_t &base, size_t &size, int32 *_offset = NULL);
497 Aperture::_AdaptToReserved(addr_t &base, size_t &size, int32 *_offset) argument
508 if (_offset != NULL)
509 *_offset = reservedEnd - base;
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp55 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size) = 0;
66 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size);
362 ReplaceChange::GetRange(off_t /*fileSize*/, off_t &_offset, off_t &_size) argument
364 _offset = fOffset;
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp308 read_device_config(void* cookie, uint8 _offset, void* _buffer, argument
314 addr_t offset = bus->base_addr + _offset;
352 write_device_config(void* cookie, uint8 _offset, const void* _buffer, argument
358 addr_t offset = bus->base_addr + _offset;
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp259 uint64& _offset)
261 _offset = fUncompressedHeapSize;
258 AddData(BDataReader& dataReader, off_t size, uint64& _offset) argument

Completed in 244 milliseconds

12