Searched refs:offset (Results 176 - 200 of 1236) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/textview_support/
H A DInlineInput.cpp95 /*! \brief Returns the offset into the BTextView of the text.
104 /*! \brief Sets the offset into the BTextView of the text.
105 \param offset The offset where the text has been inserted.
108 BTextView::InlineInput::SetOffset(int32 offset) argument
110 fOffset = offset;
133 /*! \brief Returns the offset into the method string of the selection.
142 /*! \brief Sets the offset into the method string of the selection.
143 \param offset The offset wher
146 SetSelectionOffset(int32 offset) argument
[all...]
/haiku/src/kits/storage/disk_device/jobs/
H A DCreateChildJob.h21 status_t Init(off_t offset, off_t size,
H A DMoveJob.h21 status_t Init(off_t offset,
/haiku/src/system/libroot/posix/glibc/locale/
H A Dweight.h80 size_t offset = 0; local
114 the offset in the indirect table. */
119 offset <<= 8;
120 offset += usrc[cnt] - cp[cnt];
126 return indirect[-i + offset];
H A Dweightwc.h80 size_t offset; local
105 the offset in the indirect table. */
106 offset = usrc[nhere - 1] - cp[nhere - 1];
109 return indirect[-i + offset];
/haiku/src/tools/restest/
H A DOffsetFile.cpp16 OffsetFile::OffsetFile(const BFile& file, off_t offset) argument
21 SetTo(file, offset);
31 OffsetFile::SetTo(const BFile& file, off_t offset) argument
35 fOffset = offset;
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dsensors.cpp40 uint32 offset = (read32(info.registers + EVERGREEN_CG_THERMAL_CTRL) local
45 if (offset & 0x100)
46 finalTemp = rawTemp / 2 - (0x200 - offset);
48 finalTemp = rawTemp / 2 + offset;
/haiku/src/tools/
H A Ddata_to_source.cpp71 off_t offset = 0; local
86 for (int i = 0; i < bytesRead; i++, offset++) {
87 if (offset % kCharsPerLine == 0) {
88 if (offset > 0) {
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h62 virtual status_t Insert(int32 offset, const BString& string);
63 virtual status_t Remove(int32 offset, int32 length);
64 virtual status_t Replace(int32 offset, int32 length,
81 void _SetCaretOffset(int32 offset,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/usb/
H A Dr12au_tx_desc.h37 uint8_t offset; member in struct:r12au_tx_desc
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.h20 fsblock_t offset);
/haiku/src/kits/storage/
H A DResourceItem.cpp61 ResourceItem::SetLocation(int32 offset, size_t initialSize) argument
63 SetOffset(offset);
78 ResourceItem::SetOffset(int32 offset) argument
80 fOffset = offset;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx_desc.h29 uint8_t offset; member in struct:r92cu_tx_desc
/haiku/src/add-ons/kernel/busses/pci/designware/
H A Dkernel_interface.cpp29 uint16 offset, uint8 size, uint32* value) {
31 ->ReadConfig(bus, device, function, offset, size, *value);
35 uint16 offset, uint8 size, uint32 value) {
37 ->WriteConfig(bus, device, function, offset, size, value);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A Dkernel_interface.cpp30 uint16 offset, uint8 size, uint32* value) {
32 ->ReadConfig(bus, device, function, offset, size, *value);
36 uint16 offset, uint8 size, uint32 value) {
38 ->WriteConfig(bus, device, function, offset, size, value);
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_private.h32 uint16 offset, uint8 size);
36 uint16 offset, uint8 size, uint32 value);
50 uint8 cap_id, uint8 *offset);
52 uint16 cap_id, uint16 *offset);
H A Dpci.h93 uint8 function, uint16 offset, uint8 size,
96 uint8 function, uint16 offset, uint8 size);
97 uint32 ReadConfig(PCIDev *device, uint16 offset,
101 uint8 function, uint16 offset, uint8 size,
103 status_t WriteConfig(PCIDev *device, uint16 offset,
108 uint8 *offset = NULL);
110 uint8 *offset = NULL);
113 uint16 *offset = NULL);
115 uint16 capID, uint16 *offset = NULL);
118 uint8 *offset);
[all...]
/haiku/src/add-ons/kernel/busses/pci/x86/
H A Dkernel_interface.cpp29 uint16 offset, uint8 size, uint32* value) {
31 ->ReadConfig(bus, device, function, offset, size, *value);
35 uint16 offset, uint8 size, uint32 value) {
37 ->WriteConfig(bus, device, function, offset, size, value);
/haiku/headers/private/userlandfs/private/
H A DRequest.h27 void SetTo(area_id area, int32 offset, int32 size);
33 { return fUnrelocated.offset; }
40 int32 offset; member in struct:UserlandFSUtil::Address::Unrelocated
/haiku/src/apps/clock/
H A Dcl_view.h20 short hRadius, short offset, long face, bool show);
50 short mRadius, short hRadius, short offset);
57 short offset, long face, bool show);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h55 ChartDataRange& OffsetBy(double offset) argument
57 min += offset;
58 max += offset;
/haiku/src/system/kernel/device_manager/
H A Dio_requests.cpp33 off_t offset = request->Offset() + request->TransferredBytes(); local
35 ? request->CopyData(buffer, offset, size)
36 : request->CopyData(offset, buffer, size);
64 /*! Returns the read/write offset of the given I/O request.
65 This is the immutable offset the request was created with;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp45 TRACE("FindBlock: offset larger than size\n");
49 uint32 offset = pos % kClusterSize; local
57 physical = block * kBlockSize + offset;
64 *_length = min_c((cluster - clusterIndex + 1) * kClusterSize - offset,
/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp91 ? attributesRun->offset : INT_MAX;
96 if (charCount < attributesRun->offset) {
99 nextAttributesAt = attributesRun->offset;
102 nextAttributesAt = attributesRun->offset
181 attributesRun->length = i - attributesRun->offset;
192 attributesRun->offset = i;
202 attributesRun->length = line->length - attributesRun->offset;
269 int32 offset = (uint8*)line->AttributesRuns() - fBuffer; local
270 if (offset < fBufferAllocationOffset)
281 int32 offset local
[all...]
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp75 for (int32 i = 0; archive->FindFloat("offset", i, &step.offset) >= B_OK; i++) {
77 // Use the slower method of adding by offset in case the gradient
79 AddColor(step.color, step.offset);
143 ret = into->AddFloat("offset", step->offset);
242 Gradient::AddColor(const rgb_color& color, float offset) argument
244 // find the correct index (sorted by offset)
245 BGradient::ColorStop* step = new BGradient::ColorStop(color, offset);
250 if (s->offset > ste
321 SetOffset(int32 index, float offset) argument
464 int32 offset = (int32)floorf((count - 1) * to->offset + 0.5); local
[all...]

Completed in 137 milliseconds

1234567891011>>