Searched refs:Offset (Results 26 - 50 of 146) sorted by relevance

123456

/haiku-fatelf/src/apps/drivesetup/
H A DCreateParametersPanel.cpp69 offset = (off_t)fSizeSlider->Offset() * kMegaByte;
169 fSizeSlider->SetValue(size + fSizeSlider->Offset());
185 sizeString << fSizeSlider->Value() - fSizeSlider->Offset();
H A DSupport.cpp31 printf("\tOffset(): %" B_PRIdOFF "\n", partition->Offset());
110 snprintf(minString, sizeof(minString), B_TRANSLATE("Offset: %ld MB"),
143 SizeSlider::Offset() function in class:SizeSlider
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.cpp488 NUINT Offset; local
502 Offset = 0;
505 Offset = LastTag;
507 LastTag -= Offset;
508 FirstTag -= Offset;
530 AdjustedTag = m_Mappings[dwCurrentIndex].Tag - Offset;
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm440x/
H A Db44lm.h368 LM_STATUS b44_LM_NvramRead(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
370 LM_STATUS b44_LM_NvramWriteBlock(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
383 LM_STATUS b44_MM_ReadConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
385 LM_STATUS b44_MM_WriteConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
387 LM_STATUS b44_MM_ReadConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
389 LM_STATUS b44_MM_WriteConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
H A Db44um.c430 b44_MM_ReadConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset, argument
436 *pValue16 = (LM_UINT16)pci->read_pci_config(((struct be_b44_dev *)(pDevice))->pci_data.bus,((struct be_b44_dev *)(pDevice))->pci_data.device,((struct be_b44_dev *)(pDevice))->pci_data.function,(uchar)Offset,sizeof(LM_UINT16));
442 b44_MM_WriteConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset, argument
448 pci->write_pci_config(((struct be_b44_dev *)(pDevice))->pci_data.bus,((struct be_b44_dev *)(pDevice))->pci_data.device,((struct be_b44_dev *)(pDevice))->pci_data.function,(uchar)Offset,sizeof(LM_UINT16),(uint32)Value16);
454 b44_MM_ReadConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset, argument
460 *pValue32 = (LM_UINT32)pci->read_pci_config(((struct be_b44_dev *)(pDevice))->pci_data.bus,((struct be_b44_dev *)(pDevice))->pci_data.device,((struct be_b44_dev *)(pDevice))->pci_data.function,(uchar)Offset,sizeof(LM_UINT32));
466 b44_MM_WriteConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset, argument
472 pci->write_pci_config(((struct be_b44_dev *)(pDevice))->pci_data.bus,((struct be_b44_dev *)(pDevice))->pci_data.device,((struct be_b44_dev *)(pDevice))->pci_data.function,(uchar)Offset,sizeof(LM_UINT32),(uint32)Value32);
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Dlm.h412 LM_STATUS LM_NvramRead(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
414 LM_STATUS LM_NvramWriteBlock(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
428 LM_STATUS MM_ReadConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
430 LM_STATUS MM_WriteConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
432 LM_STATUS MM_ReadConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
434 LM_STATUS MM_WriteConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c179 * OffsetDesc - Offset into buffer
198 UINT32 Offset; local
236 Offset = (UINT32) OffsetDesc->Integer.Value;
245 /* Offset is in bits, count is in bits */
248 BitOffset = Offset;
264 /* Offset is in bits, Field is one bit */
266 BitOffset = Offset;
273 /* Offset is in bytes, field is one byte */
275 BitOffset = 8 * Offset;
282 /* Offset i
[all...]
/haiku-fatelf/src/apps/debugger/dwarf/
H A DCfaRule.h42 int64 Offset() const { return fOffset; } function in class:CfaRule
72 uint64 Offset() const function in class:CfaCfaRule
H A DDataReader.h84 off_t Offset() const function in class:DataReader
96 fData += offset - Offset();
H A DLineNumberProgram.cpp159 off_t instructionOffset = dataReader.Offset();
192 - (dataReader.Offset() - instructionOffset));
/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h64 uint32 Offset() const { return fOffset; } function in class:SSound
94 uint32 Offset() const { return fOffset; } function in class:SInstrument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtable.c194 "Set Record Offset",
581 * PARAMETERS: Offset - Current byte offset, from table start
596 UINT32 Offset,
631 Offset, Offset, ByteLength, Name);
649 UINT32 Offset,
673 Offset, Offset, ByteLength, Name, Value);
678 Offset, Offset, Nam
595 AcpiDmLineHeader( UINT32 Offset, UINT32 ByteLength, char *Name) argument
648 AcpiDmLineHeader2( UINT32 Offset, UINT32 ByteLength, char *Name, UINT32 Value) argument
[all...]
/haiku-fatelf/headers/private/shared/
H A DKeymap.h50 int32 Offset(uint32 keyCode, uint32 modifiers,
/haiku-fatelf/headers/private/storage/
H A DResourceItem.h54 int32 Offset() const;
H A DMutablePartition.h19 off_t Offset() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutresrc.c544 UINT32 Offset = 0; local
586 Status = UserFunction (Aml, Length, Offset, ResourceIndex, Context);
619 Offset += Length;
629 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DVolume.h47 off_t Offset() const { return fOffset; } function in class:Volume
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h72 off_t Offset() { return fOffset; } function in class:Session
/haiku-fatelf/src/apps/mail/
H A DKUndoBuffer.h26 int32 Offset; member in class:KUndoItem
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DVolume.h58 off_t Offset() const { return fOffset; } function in class:Udf::Volume
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscalls.h46 int Offset() const { return fOffset; } function in class:Parameter
H A Dgensyscalls.cpp167 offset = previous->Offset() + previous->UsedSize();
367 << "*)((char*)args + " << parameter->Offset()
371 << ")((char*)args + " << parameter->Offset()
441 paramSize = parameter->Offset() + parameter->UsedSize();
476 file << "\t\t\t{ " << parameter->Offset() << ", "
551 << parameter->Offset() << ", \"" << parameter->TypeName()
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_request_io.cpp151 - (requestOffset - request->Offset());
261 off_t offset = request->Offset();
314 request->Offset(), request->Length());
320 off_t offset = request->Offset();
461 find_thread(NULL), fd, request, request->Offset(), request->Length());
494 iterationCookie->request_offset = request->Offset();
/haiku-fatelf/src/bin/debug/strace/
H A DSyscall.h50 int32 Offset() const { return fOffset; } function in class:Parameter
/haiku-fatelf/src/kits/interface/textview_support/
H A DInlineInput.cpp98 BTextView::InlineInput::Offset() const function in class:BTextView::InlineInput

Completed in 161 milliseconds

123456