Searched refs:offset (Results 426 - 450 of 1236) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/storage/disk_device/jobs/
H A DMoveJob.cpp43 MoveJob::Init(off_t offset, PartitionReference** contents, int32 contentsCount) argument
55 fOffset = offset;
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc95 streampos stdiobuf::sys_seek(streamoff offset, _seek_dir dir) argument
103 return fseek(_file, offset, fdir);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp48 Volume::Mount(const char *deviceName, off_t offset, off_t length, argument
51 TRACE(("Volume::Mount: deviceName = `%s', offset = %" B_PRIdOFF ", length "
53 deviceName, offset, length, blockSize, flags));
89 status = udf_recognize(device, offset, length, blockSize, blockShift,
109 offset = 0;
114 partition_map_header *header = (partition_map_header *)(maps + offset);
216 offset += header->length();
240 fOffset = offset;
245 TRACE(("Volume::Mount: device = %d, offset = %" B_PRIdOFF ", length = %"
247 device, offset, lengt
[all...]
/haiku/headers/private/kernel/arch/x86/
H A Dapic.h114 uint32 apic_read(uint32 offset);
115 void apic_write(uint32 offset, uint32 data);
/haiku/src/libs/icon/style/
H A DGradientTransformable.h77 int32 AddColor(const rgb_color& color, float offset);
86 bool SetOffset(int32 index, float offset);
/haiku/headers/private/kernel/boot/
H A Dpartitions.h22 virtual ssize_t ReadAt(void *cookie, off_t offset, void *buffer, size_t bufferSize);
23 virtual ssize_t WriteAt(void *cookie, off_t offset, const void *buffer, size_t bufferSize);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.c54 int i, offset, offs_6_1, offs_0; local
122 offset = (offs_6_1<<1) | offs_0;
123 offset = offset - 0;
124 offs_6_1 = offset>>1;
125 offs_0 = offset & 1;
127 if ((!is_reset) && (AH9285(ah)->pacal_info.prev_offset == offset)) {
135 AH9285(ah)->pacal_info.prev_offset = offset;
180 "offset calibration failed to complete in 1ms; noisy environment?\n");
194 "offset calibratio
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.h56 // uint32 ToCluster(off_t offset) const { return offset >> ClusterShift(); }
59 uint32 ToBlock(off_t offset) const { return offset >> BlockShift(); }
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c85 If the field _fb._offset is >= 0, it gives the offset in
492 Instead, just indicate that offset (before and after) is
671 change the current offset. If not, seek past what we have mapped,
937 _IO_new_file_seekoff (fp, offset, dir, mode)
939 _IO_off64_t offset;
947 offset of the underlying file must be exact. */
952 dir = _IO_seek_cur, offset = 0; /* Don't move any pointers. */
983 offset -= fp->_IO_read_end - fp->_IO_read_ptr;
986 /* Make offset absolute, assuming current pointer is file_ptr(). */
987 offset
1189 _IO_file_seekoff_maybe_mmap(_IO_FILE *fp, _IO_off64_t offset, int dir, int mode) argument
1218 _IO_off64_t offset; variable
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp105 // else read last Map and add difference of logical block offset
278 // First see the leaf block from NodeEntry and logical block offset
301 uint32 offset = B_BENDIAN_TO_HOST_INT16(entry->nameidx); local
302 TRACE("offset:(%" B_PRIu16 ")\n", offset);
307 AttrLeafNameLocal* local = (AttrLeafNameLocal*)(fLeafBuffer + offset);
314 AttrLeafNameRemote* remote = (AttrLeafNameRemote*)(fLeafBuffer + offset);
351 // First see the leaf block from NodeEntry and logical block offset
371 uint32 offset = B_BENDIAN_TO_HOST_INT16(entry[left].nameidx); local
372 TRACE("offset
[all...]
/haiku/headers/posix/
H A Dfcntl.h101 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
102 extern int posix_fallocate(int fd, off_t offset, off_t len);
/haiku/src/tools/fs_shell/
H A Dmodule.cpp57 int32_t offset; /* this is the offset in the headers */ member in struct:FSShell::module
129 create_module(fssh_module_info *info, const char *file, int offset, module **_module) argument
133 TRACE(("create_module(info = %p, file = \"%s\", offset = %d, _module = %p)\n",
134 info, file, offset, _module));
165 module->offset = offset;
301 module, module->name, module->file, (int)module->offset, (int)module->ref_count,
/haiku/src/apps/packageinstaller/
H A DPackageItem.h78 uint64 offset = 0, uint64 size = 0);
85 uint64 offset = 0, uint64 size = 0);
121 uint64 offset = 0, uint64 size = 0);
132 uint8 type, uint64 offset = 0, uint64 size = 0,
158 uint64 offset, uint64 size, uint64 originalSize,
180 uint32 mtime, uint32 mode, uint64 offset = 0,
/haiku/src/servers/package/
H A DFSUtils.cpp126 off_t offset = 0; local
127 while (offset < size1) {
128 size_t toCompare = std::min(size_t(size1 - offset),
130 ssize_t bytesRead = content1.ReadAt(offset, buffer1, toCompare);
136 bytesRead = content2.ReadAt(offset, buffer2, toCompare);
147 offset += bytesRead;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp230 GPDriver::NextBand(BBitmap* bitmap, BPoint* offset) argument
244 int x = (int)offset->x;
245 int y = (int)offset->y;
287 offset->x = -1.0;
288 offset->y = -1.0;
290 offset->y += height;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.h43 status_t pm_move(int fd, partition_id partitionID, off_t offset,
46 partition_id childID, off_t offset, disk_job_id job);
55 status_t pm_create_child(int fd, partition_id partitionID, off_t offset,
93 status_t ep_move(int fd, partition_id partitionID, off_t offset,
96 partition_id childID, off_t offset, disk_job_id job);
101 status_t ep_create_child(int fd, partition_id partitionID, off_t offset,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c237 * @offset:
244 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, argument
247 return lseek(DEV_FD(dev), offset, whence);
292 * @offset:
299 s64 count, s64 offset)
301 return pread(DEV_FD(dev), buf, count, offset);
309 * @offset:
316 s64 count, s64 offset)
323 return pwrite(DEV_FD(dev), buf, count, offset);
298 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) argument
315 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) argument
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp105 LIPS4Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
129 int x = (int)offset->x;
130 int y = (int)offset->y;
225 offset->x = -1.0;
226 offset->y = -1.0;
228 offset->y += height;
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp103 LIPS3Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
118 int x = (int)offset->x;
119 int y = (int)offset->y;
215 offset->x = -1.0;
216 offset->y = -1.0;
218 offset->y += height;
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp90 PCL5Driver::NextBand(BBitmap* bitmap, BPoint* offset) argument
105 int x = (int)offset->x;
106 int y = (int)offset->y;
203 offset->x = -1.0;
204 offset->y = -1.0;
206 offset->y += height;
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h57 uint64 offset) const;
177 status_t _GetAbbreviationTable(off_t offset,
181 uint64 offset,
190 uint64 offset, target_addr_t address,
206 target_addr_t offset) const;
209 target_addr_t offset,
H A DDwarfExpressionEvaluator.cpp495 int16 offset = fDataReader.Read<int16>(0); local
496 if (offset >= 0 ? offset > fDataReader.BytesRemaining()
497 : -offset > fDataReader.Offset()) {
498 throw EvaluationException("bra/skip: invalid offset");
500 fDataReader.SeekAbsolute(fDataReader.Offset() + offset);
561 int64 offset = fDataReader.ReadSignedLEB128(0); local
562 TRACE_EXPR(" DW_OP_fbreg(%" B_PRId64 ")\n", offset);
568 _Push(address + offset);
685 int64 offset local
777 _PushRegister(uint32 reg, target_addr_t offset) argument
788 _Call(uint64 offset, uint8 refType) argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp41 off_t offset; member in struct:block_identifier
293 generate_block(char* buffer, const struct entry& entry, off_t offset) argument
296 block->offset = offset;
300 offset += offsetof(block_identifier, data);
303 block->data[i] = offset + i * 2;
312 off_t offset = 0; local
323 offset = stat.st_size;
329 uint32 blockOffset = offset % kBlockSize;
336 generate_block(block, entry, offset
414 off_t offset = 0; local
[all...]
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp180 void* cookie, off_t offset,
206 uint32 offset = 10; local
210 offset += (buffer[offset] | (buffer[offset + 1] << 8)) + 2;
211 if (offset >= stream->avail_in)
216 while (buffer[offset++])
221 while (buffer[offset++])
226 offset += 2;
229 if (offset >
741 _Inflate(boot::Partition* partition, void* cookie, off_t offset, RegionDeleter& regionDeleter, size_t* inflatedBytes) argument
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp95 // create a new offset at the click location that uses
97 float offset = _OffsetFor(where); local
102 // get the color at the offset
105 bits += 4 * (uint32)((width - 1) * offset);
110 fCurrentStepIndex = fGradient->AddColor(color, offset);
141 float offset = _OffsetFor(where); local
146 if (fGradient->SetOffset(fDraggingStepIndex, offset)) {
160 dropOffset = offset;
238 float x = r.left + r.Width() * step->offset;
359 // show drop offset
643 float offset = (where.x - r.left) / r.Width(); local
[all...]

Completed in 126 milliseconds

<<11121314151617181920>>