Searched defs:pos (Results 251 - 275 of 559) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp309 long pos = ftell(fFile); local
/haiku-fatelf/src/tests/kits/opengl/demos/gears/
H A Dgears.c331 static GLfloat pos[4] = {5.0, 5.0, 10.0, 0.0}; local
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp115 Node::Read(off_t pos, void* buffer, size_t size, size_t& _bytesRead) argument
122 Node::Write(off_t pos, const void* buffer, size_t size, size_t& _bytesWritten, argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlstring.c887 xmlUTF8Strpos(const xmlChar *utf, int pos) { argument
/haiku-fatelf/src/tools/fs_shell/
H A Dfd.cpp469 _kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length) argument
504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
548 _kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length) argument
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
627 _kern_seek(int fd, fssh_off_t pos, int seekType) argument
[all...]
H A Dunistd.cpp371 fssh_off_t pos = -1; local
386 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count) argument
398 fssh_off_t pos = -1; local
413 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count) argument
[all...]
/haiku-fatelf/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp283 off_t seekresult, pos; local
/haiku-fatelf/src/kits/interface/
H A DPicturePlayer.cpp169 size_t pos = 0; local
/haiku-fatelf/src/servers/cddb_daemon/
H A Dcddb_server.cpp259 int32 pos = line.FindFirst(" / " ); local
293 int32 pos = cddbServer.FindFirst(":"); local
/haiku-fatelf/src/tests/servers/app/playground/
H A DObjectView.cpp349 float pos = (r.Width() - helper->StringWidth(text)) / 2; local
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Djishu.c103 int pos; local
H A Duldefine.c320 int echoLen, pos, offset; local
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A DRKutil.c367 _RkGetOffset(struct ND *dic, unsigned char *pos) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_keyboard.cpp415 keyboard_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
424 keyboard_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
H A Dps2_synaptics.cpp471 synaptics_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
479 synaptics_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku-fatelf/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp714 device_read(void* cookie, off_t pos, void* buffer, size_t* count) argument
725 device_write(void* cookie, off_t pos, const void* buffer, size_t* count) argument
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp263 das_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
288 das_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp434 device_read(void* dev, off_t pos, void* buf, size_t* len) argument
447 device_write(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c556 static status_t et6000ReadHook(void* dev, off_t pos, void* buf, size_t* len) argument
566 static status_t et6000WriteHook(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku-fatelf/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c523 device_read(void* cookie, off_t pos, void* buf, size_t* count) argument
611 device_write(void *cookie, off_t pos, const void *buf, size_t *count) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm440x/
H A Db44um.c336 b44_read(void *cookie, off_t pos, void *data, size_t *numBytes) argument
394 b44_write(void *cookie, off_t pos, const void *data, size_t *numBytes) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp251 uint16 pos = 0; local
416 DirectoryIterator::_AllocateBestEntryInBlock(uint8 nameLength, uint16& pos, argument
470 _AddEntry(Transaction& transaction, const char* name, uint8 nameLength, ino_t id, uint8 type, uint16 newLength, uint16 pos, bool hasPrevious) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp137 FileHandle::Read(off_t pos, void* buffer, size_t size, size_t* _bytesRead) argument
152 FileHandle::Write(off_t pos, const void* buffer, size_t size, argument
168 FileHandle::ReadAttr(const char* name, uint32 type, off_t pos, void* buffer, argument
184 FileHandle::WriteAttr(const char* name, uint32 type, off_t pos, argument
/haiku-fatelf/src/add-ons/media/plugins/wav_reader/
H A DWavReaderPlugin.cpp124 int64 pos = 0; local
520 int64 pos; local
538 int64 pos; local
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DFonts.cpp426 long pos; local

Completed in 211 milliseconds

<<11121314151617181920>>