Searched defs:pos (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DEventStream.cpp183 uint32 pos = atomic_get((int32*)&fCursorBuffer->pos); local
185 uint32 pos = fCursorBuffer->pos; local
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp214 int32 pos; local
309 int32 pos; local
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp43 const char *pos = string; local
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp98 ExecDevice::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
112 ExecDevice::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.cpp136 int pos = 1; local
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp100 ps2_packet_to_movement(standard_mouse_cookie* cookie, uint8 packet[], mouse_movement* pos) argument
437 standard_mouse_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
445 standard_mouse_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp111 Console::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp71 EFITextConsole::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp67 Console::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
/haiku/src/build/libbe/support/
H A DArchivable.cpp266 string::size_type pos = 0; local
/haiku/src/kits/storage/
H A DResourceStrings.cpp321 int32 pos = id % fHashTableSize; local
338 int32 pos = id % fHashTableSize; local
H A DResourceItem.cpp41 ResourceItem::WriteAt(off_t pos, const void *buffer, size_t size) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dattr.cpp185 dosfs_read_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
219 dosfs_write_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp89 char* pos; local
153 _ParseString(BString& outStr, char*& pos) argument
[all...]
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp402 size_t pos = 0; local
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp71 AbstractModuleDevice::_DoIO(void* cookie, off_t pos, argument
90 AbstractModuleDevice::Read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
103 AbstractModuleDevice::Write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp88 off_t pos = rand() % size; local
/haiku/src/system/boot/loader/file_systems/fat/
H A DFile.cpp69 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
81 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp312 int64 pos; local
[all...]
/haiku/headers/private/kernel/fs/
H A Dfd.h62 off_t pos; member in struct:file_descriptor
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp245 BitmapBlock::_FindNext(uint32& pos, bool marked) argument
315 FindPreviousMarked(uint32& pos) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h33 int64_t pos; member in struct:avpacket_user_data
/haiku/src/kits/package/
H A DPackageInfoParser.h123 const char* pos; member in struct:BPackageKit::BPackageInfo::Parser::ParseError
135 const char* pos; member in struct:BPackageKit::BPackageInfo::Parser::Token
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp45 fs_read_attr(int fd, const char* attribute, uint32 /*type*/, off_t pos, argument
54 fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
/haiku/headers/cpp/
H A Deditbuf.h162 void move_gap (buf_char *pos) { move_gap(pos - data); } argument

Completed in 275 milliseconds

1234567891011>>