Searched refs:position (Results 101 - 125 of 369) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.h28 virtual off_t Seek(off_t position, uint32 seekMode);
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferedFilterInterface.h25 virtual off_t Seek(off_t position, uint32 seek_mode);
H A DCamFilterInterface.cpp92 CamFilterInterface::Seek(off_t position, uint32 seek_mode) argument
94 (void)position;
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindow.h100 BPoint position,
/haiku-fatelf/src/bin/less/
H A Dbrac.c17 #include "position.h"
46 pos = position((forwdir) ? TOP : BOTTOM);
/haiku-fatelf/src/kits/interface/layouter/
H A DCollapsingLayouter.h51 void _AddConstraints(int32 position,
H A DLayouter.h21 virtual float ElementRangeSize(int32 position, int32 length);
/haiku-fatelf/src/kits/support/
H A DBufferIO.cpp149 BBufferIO::Seek(off_t position, uint32 seekMode) argument
158 newPosition += position;
161 newPosition = position;
170 newPosition = size - position;
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypeWindow.h25 FileTypeWindow(BPoint position, const BMessage& refs);
/haiku-fatelf/src/servers/app/
H A DWindowList.h59 BPoint position; member in struct:window_anchor
/haiku-fatelf/src/tools/restest/
H A DOffsetFile.h24 off_t Seek(off_t position, uint32 seekMode);
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dbus_raw.cpp100 scsi_bus_raw_read(void *cookie, off_t position, void *data, argument
109 scsi_bus_raw_write(void *cookie, off_t position, argument
/haiku-fatelf/src/add-ons/kernel/drivers/audio/module_driver/
H A Daudio_module_driver.c126 audio_module_driver_read(void *cookie, off_t position, void *buf, argument
135 audio_module_driver_write(void *cookie, off_t position, const void *buffer, argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddevice.h35 status_t rtl8169_read(void* cookie, off_t position, void *buf, size_t* num_bytes);
36 status_t rtl8169_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp124 // [14oct99 e.moon] kill position-report thread if necessary
467 // *** position reporting/listening
505 // Fetch the approximate current position:
506 // Returns the last reported position, and the
507 // performance time at which that position was reached. If the
508 // transport has never been started, the start position and
509 // a performance time of 0 will be returned. If position updating
526 // Subscribe to regular position reports:
551 // enable position updates:
579 // Set how often position update
1321 bigtime_t when, position; local
1753 _preroll( bigtime_t position) argument
1808 _seek( bigtime_t position, bigtime_t when) argument
1851 _seekStopped( bigtime_t position) argument
1960 _roll( bigtime_t start, bigtime_t stop, bigtime_t position) argument
2146 _handlePositionUpdate( bigtime_t perfTime, bigtime_t position) argument
2185 _schedulePositionUpdate( bigtime_t when, bigtime_t position) argument
2247 _notifyPosition( bigtime_t when, bigtime_t position) argument
[all...]
H A DNodeRef.h45 // e.moon 9aug99 Moved position & cycle threads into NodeRef;
104 // * only sent to position listeners
107 // position: int64
146 // Disables position reporting (via BMediaRoster::SyncToNode().)
269 public: // *** position reporting/listening
276 // Fetch the approximate current position:
277 // Returns the last reported position, and the
278 // performance time at which that position was reached. If the
279 // transport has never been started, the start position and
280 // a performance time of 0 will be returned. If position updatin
[all...]
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp42 if (fRingBuffer.position & 0x07) {
54 write32(fRingBuffer.register_base + RING_BUFFER_TAIL, fRingBuffer.position);
125 if (head <= fRingBuffer.position)
128 fRingBuffer.space_left = head - fRingBuffer.position;
146 uint32 *target = (uint32 *)(fRingBuffer.base + fRingBuffer.position);
149 fRingBuffer.position = (fRingBuffer.position + sizeof(uint32))
178 ringBuffer.position = 0;
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp1464 BColumnListView::DrawLatch(BView* view, BRect rect, LatchType position, BRow*) argument
1496 switch (position) {
1786 // move this column to position 'i' and set its attributes
2114 // If setting it visible, do this first so we can find its position
2163 TitleView::FindColumn(BPoint position, float* _leftEdge) argument
2172 if (leftEdge > position.x)
2175 if (position.x >= leftEdge
2176 && position.x <= leftEdge + column->Width()) {
2215 TitleView::DragSelectedColumn(BPoint position) argument
2221 int32 columnIndex = FindColumn(position,
2271 ResizeSelectedColumn(BPoint position, bool preferred) argument
2596 ScrollTo(BPoint position) argument
2636 MouseDown(BPoint position) argument
2727 MouseMoved(BPoint position, uint32 transit, const BMessage* dragMessage) argument
2874 MouseUp(BPoint position) argument
3463 MouseDown(BPoint position) argument
3625 MouseMoved(BPoint position, uint32 , const BMessage* ) argument
3818 MouseUp(BPoint position) argument
4392 ScrollTo(BPoint position) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp166 remote_disk_read(void* cookie, off_t position, void* buffer, size_t* numBytes) argument
168 TRACE(("remote_disk_read(%p, %lld, %p, %lu)\n", cookie, position, buffer,
174 ssize_t bytesRead = device->remoteDisk->ReadAt(position, buffer, *numBytes);
188 remote_disk_write(void* cookie, off_t position, const void* buffer, argument
191 TRACE(("remote_disk_write(%p, %lld, %p, %lu)\n", cookie, position, buffer,
197 ssize_t bytesWritten = device->remoteDisk->WriteAt(position, buffer,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Ddriver.cpp22 status_t ipw2100_read(void *cookie, off_t position, void *buffer, size_t *numBytes);
23 status_t ipw2100_write(void *cookie, off_t position, const void *buffer, size_t *numBytes);
255 ipw2100_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
259 return device->Read(position, buffer, numBytes);
264 ipw2100_write(void *cookie, off_t position, const void *buffer, size_t *numBytes) argument
268 return device->Write(position, buffer, numBytes);
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.h107 void SetPosition(float position);
201 // Find crossing by tab position in group and if not exist create
267 Tab* FindHorizontalTab(float position);
268 Tab* FindVerticalTab(float position);
277 BReference<Tab> _AddHorizontalTab(float position = 0);
278 BReference<Tab> _AddVerticalTab(float position = 0);
283 Tab* _FindTab(const TabList& list, float position);
/haiku-fatelf/src/kits/translation/
H A DBitmapStream.cpp64 // Reads data from the stream at a specific position and size.
94 // Writes data to the bitmap starting at a specific position and size.
176 // Changes the current stream position.
178 BBitmapStream::Seek(off_t position, uint32 seekMode) argument
181 // fPosition = position
183 position += fPosition;
185 position += fSize;
187 if (position < 0 || position > (off_t)fSize)
190 fPosition = position;
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp313 get_position(cd_driver_info *info, scsi_position *position) argument
328 &cmd, sizeof(cmd), position, sizeof(*position), SCSI_DIR_IN);
447 play_msf(cd_driver_info *info, const scsi_play_position *position) argument
451 TRACE("play_msf(): %d:%d:%d-%d:%d:%d\n", position->start_m,
452 position->start_s, position->start_f, position->end_m, position->end_s,
453 position
478 scsi_play_position position; local
926 scsi_play_position position; local
[all...]
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp70 off_t position; member in struct:DiskDeviceJobGenerator::MoveInfo
149 // to their final position/size.
280 info.position = child->Offset();
284 if (info.position < info.target_position)
286 else if (info.position > info.target_position)
312 if (info.position > info.target_position) {
314 || info.target_position >= fMoveInfos[i - 1].position
321 info.position = info.target_position;
331 if (info.position > info.target_position) {
334 <= fMoveInfos[i - 1].position) {
[all...]
/haiku-fatelf/src/system/kernel/util/
H A Dring_buffer.cpp93 int32 position = (buffer->first + buffer->in) % buffer->size; local
95 if (position + length <= buffer->size) {
98 if (user_memcpy(buffer->buffer + position, data, length) < B_OK)
101 memcpy(buffer->buffer + position, data, length);
104 size_t upper = buffer->size - position;
108 if (user_memcpy(buffer->buffer + position, data, upper) < B_OK
112 memcpy(buffer->buffer + position, data, upper);

Completed in 184 milliseconds

1234567891011>>