Searched defs:bytes (Results 51 - 75 of 233) sorted by relevance

12345678910

/haiku/src/apps/switcher/
H A DCaptureWindow.cpp117 CaptureView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/system/kernel/arch/x86/32/
H A Dbios.cpp64 uint8 *bytes = (uint8 *)base; local
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp52 ssize_t bytes = _kern_read_attr(fd, attribute, pos, buffer, readBytes); local
79 ssize_t bytes = _kern_write_attr(fd, attribute, type, pos, buffer, local
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp69 View::KeyDown(const char* bytes, int32 numBytes) argument
80 View::KeyUp(const char* bytes, int32 numBytes) argument
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp135 View::KeyUp(const char* bytes, int32 numBytes) argument
142 View::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp92 test_malloc(size_t bytes) argument
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp121 ssize_t bytes = node.WriteAttr(kFileTypeAttr, kFileTypeType, 0, type, local
/haiku/src/system/libroot/os/arch/arm/
H A Dstdatomic.c427 } bytes; local
442 } bytes; local
/haiku/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp97 uint8* bytes = (uint8*)*string; local
/haiku/src/apps/serialconnect/libvterm/src/
H A Dparser.c190 void vterm_push_bytes(VTerm *vt, const char *bytes, size_t len) argument
[all...]
H A Dencoding.c29 decode_utf8(VTermEncoding *enc, void *data_, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
160 decode_usascii(VTermEncoding *enc, void *data, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
185 decode_table(VTermEncoding *enc, void *data, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h154 int32 bytes = numPixels * 4; local
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_net_pton.c285 size_t bytes; local
/haiku/src/kits/interface/
H A DTextInput.cpp91 _BTextInput_::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp284 BufferQueue::Get(net_buffer *buffer, tcp_sequence sequence, size_t bytes) argument
344 Get(size_t bytes, bool remove, net_buffer **_buffer) argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp90 int32 bytes = (rand() % BUFFER_SIZE) + 4; local
[all...]
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c233 consume(evStream *str, size_t bytes) { argument
272 int bytes; local
295 int bytes; local
[all...]
/haiku/src/servers/registrar/
H A DRecentEntries.cpp362 ssize_t bytes = node.ReadAttr("BEOS:TYPE", B_MIME_STRING_TYPE, local
/haiku/headers/private/firewire/
H A Diec68113.h96 uint8_t bytes[3]; member in union:ciphdr::__anon722
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcmedia_pci.h106 bigtime_t bytes; member in struct:__anon1505
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c261 uint8 *bytes; local
304 const uint8 *bytes; local
[all...]
/haiku/src/apps/installer/
H A DUnzipEngine.cpp255 uint64 bytes; local
323 off_t bytes = 0; local
353 off_t bytes = 0; local
[all...]
/haiku/src/kits/game/
H A DPushGameSound.cpp154 size_t bytes = inByteCount; local
185 BPushGameSound::BytesReady(size_t * bytes) argument
[all...]
/haiku/src/system/kernel/debug/
H A Dgdb.cpp145 gdb_memreply(char const* bytes, int numbytes) argument
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp67 ssize_t bytes = read(fFile, buffer, *_length); local

Completed in 140 milliseconds

12345678910