Searched defs:bytes (Results 176 - 200 of 233) sorted by relevance

12345678910

/haiku/src/apps/diskprobe/
H A DDataView.cpp1152 DataView::KeyDown(const char *bytes, int32 numBytes) argument
/haiku/src/kits/storage/
H A DResourceFile.cpp128 int32 bytes = std::min((int32)4, (int32)(dataEnd - current)); local
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp245 RemoteView::KeyDown(const char *bytes, int32 numBytes) argument
255 RemoteView::KeyUp(const char *bytes, int32 numBytes) argument
335 RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c216 ssize_t bytes = recvfrom(ns->s, buffer, B_UDP_MAX_SIZE, 0, local
295 ssize_t bytes; local
/haiku/src/system/kernel/fs/
H A Dfifo.cpp549 Inode::NotifyBytesRead(size_t bytes) argument
589 Inode::NotifyBytesWritten(size_t bytes) argument
[all...]
/haiku/src/kits/package/manager/
H A DPackageManager.cpp1183 ProgressPackageDownloadActive( const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
/haiku/src/build/libbe/app/
H A DMessage.cpp1529 size_t bytes = field->data_size / field->count; local
1865 ssize_t bytes; local
[all...]
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp262 push_access(file_cache_ref* ref, off_t offset, generic_size_t bytes, argument
432 size_t bytes = min_c(bufferSize, (size_t)B_PAGE_SIZE - pageOffset); local
584 generic_size_t bytes = min_c((generic_size_t)bufferSize, local
[all...]
/haiku/src/tools/restest/
H A DResourceFile.cpp81 int32 bytes = min(4L, dataEnd - current); local
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp328 KeyDown( const char* bytes, int32 count) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp318 size_t bytes = bytesLeft; local
365 size_t bytes = bytesLeft; local
/haiku/src/kits/interface/
H A DColorControl.cpp743 BColorControl::KeyDown(const char* bytes, int32 numBytes) argument
H A DOutlineListView.cpp191 BOutlineListView::KeyDown(const char* bytes, int32 numBytes) argument
H A DSlider.cpp504 BSlider::KeyDown(const char* bytes, int32 numBytes) argument
549 BSlider::KeyUp(const char* bytes, int32 numBytes) argument
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp181 KeyboardLayoutView::KeyDown(const char* bytes, int32 numBytes) argument
188 KeyboardLayoutView::KeyUp(const char* bytes, int32 numBytes) argument
917 KeyboardLayoutView::_SpecialMappedKeySymbol(const char* bytes, size_t numBytes) argument
943 _SpecialMappedKeyLabel(const char* bytes, size_t numBytes, bool abbreviated) argument
1004 char* bytes = NULL; local
1037 char* bytes = NULL; local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp219 DragSortableListView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/apps/deskcalc/
H A DCalcView.cpp665 CalcView::KeyDown(const char* bytes, int32 numBytes) argument
971 CalcView::FlashKey(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp283 size_t bytes = bytesLeft; local
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1382 size_t bytes = length; local
H A Dnet_buffer.cpp1805 remove_header(net_buffer* _buffer, size_t bytes) argument
1879 remove_trailer(net_buffer* buffer, size_t bytes) argument
1941 append_cloned_data(net_buffer* _buffer, net_buffer* _source, uint32 offset, size_t bytes) argument
2109 restore_header(net_buffer* _buffer, uint32 offset, void* data, size_t bytes) argument
2144 append_restored_header(net_buffer* buffer, net_buffer* _source, uint32 offset, size_t bytes) argument
2232 size_t bytes = min_c(size, node->used - offset); local
[all...]
/haiku/src/kits/media/
H A DParameterWeb.cpp255 skip_in_buffer(const void **_buffer, uint32 bytes) argument
266 skip_in_buffer(void **_buffer, uint32 bytes) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c752 u64 bytes; local
810 DWORD bytes; local
1345 s64 bytes; local
1971 DWORD bytes; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1065 size_t bytes = AvailableData(); local
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp358 int32 bytes = cell.character.ByteCount(); local
/haiku/src/system/kernel/
H A Dport.cpp1645 size_t bytes = msgVecs[i].iov_len; local

Completed in 203 milliseconds

12345678910