Searched refs:pos (Results 451 - 475 of 520) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, argument
424 pos, buffer, *bufferSize));
439 error = reader->ReadAt(pos, buffer, *bufferSize, bufferSize);
/haiku/src/build/libgnuregex/
H A Dregex.c3146 re_match (bufp, string, size, pos, regs)
3149 int size, pos;
3152 return re_match_2 (bufp, NULL, 0, string, size, pos, regs, size);
3171 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
3175 int pos;
3314 if (pos < 0 || pos > size1 + size2)
3364 if (size1 > 0 && pos <= size1)
3366 d = string1 + pos;
3371 d = string2 + pos
[all...]
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c523 device_read(void* cookie, off_t pos, void* buf, size_t* count) argument
536 cookie, pos, buf, *count, kBasePublishPath, device->number));
618 device_write(void *cookie, off_t pos, const void *buf, size_t *count) argument
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1552 float pos = startPos; local
1554 view->AddLine(BPoint(pos, rect.top),
1555 BPoint(pos, rect.top + 4), darkColor);
1556 view->AddLine(BPoint(pos + 1, rect.top),
1557 BPoint(pos + 1, rect.top + 4), lightColor);
1559 pos += factor;
1562 float pos = startPos; local
1564 view->AddLine(BPoint(rect.left, pos),
1565 BPoint(rect.left + 4, pos), darkColor);
1566 view->AddLine(BPoint(rect.left, pos
1580 float pos = startPos; local
1590 float pos = startPos; local
[all...]
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c331 static GLfloat pos[4] = {5.0, 5.0, 10.0, 0.0}; local
337 glLightfv(GL_LIGHT0, GL_POSITION, pos);
/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401.c275 midi_read(void *cookie, off_t pos, void *buffer, size_t *num_bytes) argument
331 midi_write(void * cookie, off_t pos, const void * data, size_t * num_bytes) argument
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp309 long pos = ftell(fFile); local
311 fseek(fFile, pos, SEEK_SET);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp474 alps_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
482 alps_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
H A Dps2_keyboard.cpp460 keyboard_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
469 keyboard_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp328 size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi)
339 ops->readdir(&request, ino, bufferSize, pos, ffi);
327 fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie, char* buffer, size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi) argument
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp355 virtio_input_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
362 virtio_input_write(void* cookie, off_t pos, const void* buffer, argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h82 status_t ReadAt(off_t pos, uint8 *buffer, size_t *length);
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp478 int32 pos = (int32)(floorf(gain * kVolumeFactor + 0.5)); local
480 fVolumeSlider->SetValue(pos);
620 float pos = fVolumeSlider->Value() / (float)kVolumeFactor; local
621 float db = _ExponentialToLinear(_GainToDb(pos));
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c77 static status_t read_hook (void* dev, off_t pos, void* buf, size_t* len);
78 static status_t write_hook (void* dev, off_t pos, const void* buf, size_t* len);
796 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
807 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c74 static status_t read_hook (void* dev, off_t pos, void* buf, size_t* len);
75 static status_t write_hook (void* dev, off_t pos, const void* buf, size_t* len);
759 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
769 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c74 static status_t read_hook (void* dev, off_t pos, void* buf, size_t* len);
75 static status_t write_hook (void* dev, off_t pos, const void* buf, size_t* len);
771 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
781 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c71 static status_t read_hook (void* dev, off_t pos, void* buf, size_t* len);
72 static status_t write_hook (void* dev, off_t pos, const void* buf, size_t* len);
871 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
882 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c126 caddr_t pos; local
165 pos = mtod(m, caddr_t) + off;
168 michael_update(&ctx, pos, len);
171 pos = mtod(m, caddr_t);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp404 float max, pos; local
406 pos = fScrollView->ScrollBar(B_VERTICAL)->Value();
407 bool atEnd = (pos == max);
420 if (atEnd && fScrollView->ScrollBar(B_VERTICAL)->Value() == pos) {
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dviogpu.h153 struct virtio_gpu_cursor_pos pos; /* update & move */ member in struct:virtio_gpu_update_cursor
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h33 int64_t pos; member in struct:avpacket_user_data
H A DAVFormatReader.cpp528 if (fPacket.pos >= 0)
529 timeStamp = fPacket.pos;
707 data->pos = fPacket.pos;
724 mediaHeader->file_pos = fPacket.pos;
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp67 size_t pos = fSize; local
70 return pos;
75 size_t pos = ReserveSpace(length, align); local
76 WriteData(pos, data, length);
77 return (void*)(addr_t)pos;
/haiku/src/system/kernel/fs/
H A Drootfs.cpp643 off_t pos, void* buffer, size_t* _length)
651 off_t pos, const void* buffer, size_t* _length)
653 TRACE(("rootfs_write: vnode %p, cookie %p, pos 0x%Lx , len %#x\n",
654 vnode, cookie, pos, (int)*_length));
874 rootfs_read_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, argument
882 rootfs_write_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, argument
642 rootfs_read(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
650 rootfs_write(fs_volume* _volume, fs_vnode* vnode, void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp391 size_t pos = 0; local
399 if (pos < length)
400 line[pos] = c;
402 pos++;
405 if (pos >= length - 1)
406 pos = length - 1;
407 line[pos] = '\0';
1763 cdda_read_pages(fs_volume* _volume, fs_vnode* _node, void* cookie, off_t pos, argument
1771 cdda_write_pages(fs_volume* _volume, fs_vnode* _node, void* cookie, off_t pos, argument

Completed in 377 milliseconds

<<11121314151617181920>>