Searched refs:offset (Results 251 - 275 of 1236) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Djoy.c45 int offset = -1; local
52 offset = 0;
56 if (offset < 0) {
/haiku/src/apps/cortex/TipManager/
H A DTipManager.h100 // offset determines left/top point of tip window
104 // offset determines right/top point of tip window
105 // (x offset is inverted; y isn't)
137 BPoint offset =s_useDefaultOffset,
151 BPoint offset =s_useDefaultOffset,
179 BPoint offset =s_useDefaultOffset,
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h36 status_t GetFileVecs(uint64 offset, size_t size,
59 status_t _WriteZeroes(uint64 offset, uint64 size);
60 status_t _WriteData(uint64 offset, const void* buffer,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h46 status_t Trim(uint64 offset, uint64 size,
72 uint64 offset, uint64 size);
74 uint64 offset, uint64 size, bool force,
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_manage.c136 u32 offset; local
159 /* Read in the header. Length and offset are in dwords. */
161 offset = E1000_MNG_DHCP_COOKIE_OFFSET >> 2;
164 offset + i);
219 * @offset: location in the buffer to write to
222 * This function writes the buffer content at the offset given on the host if.
227 u16 length, u16 offset, u8 *sum)
238 if (length == 0 || offset + length > E1000_HI_MAX_MNG_DATA_LENGTH)
242 prev_bytes = offset & 0x3;
243 offset >>
226 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer, u16 length, u16 offset, u8 *sum) argument
[all...]
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp13 AbbreviationTable::AbbreviationTable(off_t offset) argument
15 fOffset(offset),
73 entry.SetTo(code, fData + tableEntry->offset, tableEntry->size);
H A DDwarfExpressionEvaluator.h42 virtual status_t GetCallTarget(uint64 offset,
87 void _PushRegister(uint32 reg, target_addr_t offset);
88 void _Call(uint64 offset, uint8 refType);
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp61 pci_read_config(device_t dev, int offset, int size) argument
66 info->function, offset, size);
67 TRACE_PCI(dev, "pci_read_config(%i, %i) = 0x%x\n", offset, size, value);
73 pci_write_config(device_t dev, int offset, uint32_t value, int size) argument
77 TRACE_PCI(dev, "pci_write_config(%i, 0x%x, %i)\n", offset, value, size);
79 gPci->write_pci_config(info->bus, info->device, info->function, offset,
232 uint8 offset; local
236 capability, &offset);
237 *capreg = offset;
246 uint16 offset; local
[all...]
/haiku/headers/private/graphics/common/
H A Dmemory_manager.h24 status_t mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset);
/haiku/headers/private/kernel/
H A Dksyscalls.h21 int offset; member in struct:syscall_parameter_info
/haiku/headers/private/net/
H A Duserland_ipc.h33 uint8 *offset; member in struct:__anon1158
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.h34 status_t read_cdda_data(int fd, off_t endFrame, off_t offset, void *data,
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.h23 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h54 status_t ValidateMove(off_t* offset) const;
56 off_t* offset) const;
57 status_t Move(off_t offset);
58 status_t MoveChild(Delegate* child, off_t offset);
/haiku/src/tools/restest/
H A DResourceItem.cpp29 ResourceItem::SetLocation(roff_t offset, roff_t size) argument
31 SetOffset(offset);
46 ResourceItem::SetOffset(roff_t offset) argument
48 fOffset = offset;
199 printf("resource: offset: 0x%08lx (%10ld)\n", fOffset, fOffset);
/haiku/headers/os/package/hpkg/
H A DPackageData.h30 void SetData(uint64 size, uint64 offset);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageLeafNode.h21 virtual status_t Read(off_t offset, void* buffer,
H A DPackageFile.h27 virtual status_t Read(off_t offset, void* buffer,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c216 uint32 t_start,t_end,offset; local
220 /* calc offset 'per line' */
221 offset = (si->fbc.bytes_per_row / (si->engine.depth >> 3));
227 list[i].src_left + (offset * list[i].src_top) + si->engine.src_dst;
231 list[i].src_left + (offset * (list[i].src_top + list[i].height)) + si->engine.src_dst;
244 ACCW(AR5, offset);
251 ACCW(AR5, -offset);
258 ACCW(AR5, offset);
265 ACCW(AR5, -offset);
283 uint32 t_start,t_end,offset; local
[all...]
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp100 BPoint offset = fLastMousePos - where; local
101 ScrollBy(offset.x, offset.y);
102 fLastMousePos = where + offset;
/haiku/src/add-ons/kernel/drivers/misc/
H A Dmem.c170 size_t offset; local
180 /* offset of target into it */
181 offset = position - (off_t)physicalAddress;
184 size = (offset + length + B_PAGE_SIZE - 1) & ~((size_t)B_PAGE_SIZE - 1);
190 *virtualAddress = (void*)((addr_t)(*virtualAddress) + offset);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_tx_desc.h31 uint8_t offset; member in struct:r92ce_tx_desc
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.h34 bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.cpp76 // calculate offset
79 int offset = totalOffset; local
80 // control byte limits offset value to 31
82 offset = 31;
84 // write control byte (delta bytes bits 5-7; offset bits 0-4)
85 Put(((deltaBytes - 1) << 5) | offset);
88 // write additional offset bytes after control byte
89 // the last offset byte must be less than 255
90 totalOffset -= offset;
/haiku/src/system/boot/loader/
H A Dstdio.cpp73 int offset = snprintf(buffer, sizeof(buffer), local
76 length = std::min(length, (int)sizeof(buffer) - offset);
77 memcpy(buffer + offset, message, length);
78 sSyslogSocket->Send(INADDR_BROADCAST, 514, buffer, offset + length);

Completed in 123 milliseconds

<<11121314151617181920>>