Searched refs:offset (Results 501 - 525 of 1236) sorted by relevance

<<21222324252627282930>>

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp186 uint64 offset = 0; local
187 if (fVolume->GetKeyOffsetForName(name, nameLen, &offset) == B_OK) {
188 //PRINT(("Tree::FindDirEntry(): hash function: offset: %Lu (`%.*s', %lu)\n",
189 //offset, (int)nameLen, name, nameLen));
190 // offset computed -- we can directly iterate only over entries
191 // with that offset
192 DirEntryIterator iterator(this, dirID, objectID, offset, true);
212 // no offset (no hash function) -- do it the slow way
225 //PRINT((" offset: %lu\n", dirItem.EntryAt(index)->GetOffset()));
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h36 agg::rendering_buffer& bitmap, BPoint offset,
44 // NOTE: R5 seems to ignore this offset when drawing bitmaps
51 offset.x - destinationRect.left, offset.y - destinationRect.top);
35 Draw(const Painter* painter, PainterAggInterface& aggInterface, agg::rendering_buffer& bitmap, BPoint offset, double scaleX, double scaleY, BRect destinationRect, uint32 options) argument
H A DDrawBitmapNearestNeighbor.h17 agg::rendering_buffer& bitmap, BPoint offset,
35 // destinationRect, we need to compensate the offset.
54 // the offset will be different from the destinationRect left top
56 const int32 xBitmapShift = (int32)(destinationRect.left - offset.x);
57 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y);
109 // buffer offset into destination
113 // offset into the target buffer needs to be compensated
123 // buffer offset into source (top row)
16 Draw(const Painter* painter, PainterAggInterface& aggInterface, agg::rendering_buffer& bitmap, BPoint offset, double scaleX, double scaleY, BRect destinationRect) argument
/haiku/src/kits/media/
H A DBuffer.cpp57 offset = 0;
134 info.offset = fOffset;
260 fOffset = reply.info.offset;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h80 uint64 offset; member in struct:btrfs_key
84 uint64 Offset() const { return B_LENDIAN_TO_HOST_INT64(offset); }
87 void SetOffset(uint64 off) { offset = B_HOST_TO_LENDIAN_INT64(off); }
147 uint32 offset; member in struct:btrfs_entry
150 { return B_LENDIAN_TO_HOST_INT32(offset); }
153 void SetOffset(uint32 off) { offset = B_HOST_TO_LENDIAN_INT32(off); }
169 uint64 offset; member in struct:btrfs_stripe
172 uint64 Offset() const { return B_LENDIAN_TO_HOST_INT64(offset); }
447 uint64 offset; member in struct:btrfs_extent_inline_ref
450 uint64 Offset() const { return B_LENDIAN_TO_HOST_INT64(offset); }
457 uint64 offset; member in struct:btrfs_extent_data_ref
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_overlay.cpp124 // Compute offset of overlay buffer in the video memory.
125 uint32 offset = (uint32)((addr_t)buffer->buffer - si.videoMemAddr); local
128 OUTREG(BUF0_OFFSET, offset);
131 OUTREG(SCALER_BUF0_OFFSET, offset);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h106 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence);
109 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset);
111 s64 offset);
/haiku/src/servers/app/decorator/
H A DTabDecorator.h100 virtual void _MoveBy(BPoint offset);
101 virtual void _ResizeBy(BPoint offset, BRegion* dirty);
122 float* offset, float* size,
H A DDecorator.h177 void MoveBy(BPoint offset);
179 void ResizeBy(BPoint offset, BRegion* dirty);
261 virtual void _MoveBy(BPoint offset);
262 virtual void _ResizeBy(BPoint offset, BRegion* dirty) = 0;
264 virtual void _MoveOutlineBy(BPoint offset);
265 virtual void _ResizeOutlineBy(BPoint offset, BRegion* dirty);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp98 TRACE("Length of first entry: (%" B_PRIu8 "),offset of first entry:"
99 "(%" B_PRIu16 ")\n", entry->namelen, B_BENDIAN_TO_HOST_INT16(entry->offset.i));
143 TRACE("Length of first entry: (%" B_PRIu8 "),offset of first entry:"
144 "(%" B_PRIu16 ")\n", entry->namelen, B_BENDIAN_TO_HOST_INT16(entry->offset.i));
147 uint16 curOffset = B_BENDIAN_TO_HOST_INT16(entry->offset.i);
/haiku/src/apps/drivesetup/
H A DSupport.cpp107 BMessage* message, off_t offset, off_t size, uint32 minGranularity)
111 fStartOffset(offset),
112 fEndOffset(offset + size),
182 // TODO: This should be the changed offset once a double
106 SizeSlider(const char* name, const char* label, BMessage* message, off_t offset, off_t size, uint32 minGranularity) argument
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp93 off_t offset)
95 // offset and length must be page-aligned
96 if (length == 0 || offset % B_PAGE_SIZE != 0) {
151 length, areaProtection, mapping, true, fd, offset);
92 mmap(void* address, size_t length, int protection, int flags, int fd, off_t offset) argument
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp49 WritePIOReg(uint32 offset, int16 index, uint8 value) argument
53 prInfo.offset = offset;
65 ReadPIOReg(uint32 offset, int16 index) argument
69 prInfo.offset = offset;
/haiku/src/system/boot/loader/
H A Dpartitions.cpp193 ssize_t result = read_pos(fFD, this->offset + position, buffer, bufferSize);
210 ssize_t result = write_pos(fFD, this->offset + position, buffer,
403 child->offset, child->size, child->Parent()));
495 create_child_partition(partition_id id, int32 index, off_t offset, off_t size, argument
510 child->offset = offset;
/haiku/src/tools/
H A Delf2aout.c172 Elf32_Off offset; local
202 offset = xe32toh(p[i].p_offset);
208 write(fd, (char *)e + offset, filesz) != (ssize_t)filesz)
227 Elf64_Off offset; local
257 offset = xe64toh(p[i].p_offset);
263 write(fd, (char *)e + offset, filesz) != (ssize_t)filesz)
/haiku/src/apps/clock/
H A Dcl_view.cpp27 short hRadius, short offset, long face, bool show)
32 fOffset(offset),
163 short hRadius, short offset)
169 InitObject(rect, mRadius, hRadius, offset, 1, TRUE);
181 short offset, long face, bool show)
183 fOffscreenView = new TOffscreenView(rect, "freqd", mRadius, hRadius, offset, face, show);
206 data->FindInt32("hRadius"), data->FindInt32("offset"),
228 status = data->AddInt32("offset", fOffscreenView->fOffset);
26 TOffscreenView(BRect frame, const char *name, short mRadius, short hRadius, short offset, long face, bool show) argument
162 TOnscreenView(BRect rect, const char *title, short mRadius, short hRadius, short offset) argument
180 InitObject(BRect rect, short mRadius, short hRadius, short offset, long face, bool show) argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp107 "%" B_PRId64 ", %" B_PRId32 ")\n", fd, partition->id, partition->offset,
172 "%" B_PRId64 ", %" B_PRId32 ")\n", fd, partition->id, partition->offset,
191 index, partition->offset + primary->Offset(), primary->Size(),
295 "%" B_PRId32 ")\n", fd, partition->offset, partition->size,
324 "%" B_PRId32 ")\n", fd, partition->offset, partition->size,
346 parent->offset + logical->Offset(), logical->Size(), -1);
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp206 PSDriver::NextBand(BBitmap* bitmap, BPoint* offset) argument
221 int x = (int)offset->x;
222 int y = (int)offset->y;
326 offset->x = -1.0;
327 offset->y = -1.0;
329 offset->y += height;
/haiku/headers/build/os/interface/
H A DBitmap.h65 void SetBits(const void *data, int32 length, int32 offset,
70 int32 offset, color_space colorSpace);
/haiku/headers/private/graphics/
H A DAGP.h92 status_t (*bind_page)(void *aperture, uint32 offset,
94 status_t (*unbind_page)(void *aperture, uint32 offset);
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h196 off_t offset; member in struct:system_profiler_io_request_scheduled
217 off_t offset; member in struct:system_profiler_io_operation_started
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioReader.cpp54 AudioReader::SetOutOffset(int64 offset) argument
56 fOutOffset = offset;
127 //! Returns a buffer pointer offset by /frames/ frames.
/haiku/src/bin/
H A Dcomm.c114 /* for each column printed, add another tab offset */
173 show(FILE *fp, const char *offset, char *buf) argument
177 (void)printf("%s%s", offset, buf);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp304 File::GetFileVecs(uint64 offset, size_t size, file_io_vec* vecs, size_t count, argument
307 FUNCTION("offset: %" B_PRIu64 ", size: %" B_PRIuSIZE ", count: %" B_PRIuSIZE
308 "\n", offset, size, count);
313 uint32 inBlockOffset = offset % B_PAGE_SIZE;
315 uint64 firstBlock = offset / B_PAGE_SIZE;
402 == (uint64)vecs[countAdded - 1].offset
408 PRINT(" -> extended vector %" B_PRIuSIZE ": offset: %"
410 vecs[countAdded - 1].offset, vecs[countAdded - 1].length);
416 vecs[countAdded].offset = blockOffset + inBlockOffset;
421 PRINT(" -> added vector %" B_PRIuSIZE ": offset
714 _WriteZeroes(uint64 offset, uint64 size) argument
734 _WriteData(uint64 offset, const void* buffer, size_t size, size_t& _bytesWritten) argument
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h181 fssh_off_t offset; /* offset (in bytes) */ member in struct:__anon23
221 uint64_t offset; /* offset (in bytes) */ member in struct:__anon26::range

Completed in 207 milliseconds

<<21222324252627282930>>