Searched refs:bytes (Results 226 - 250 of 364) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.cpp195 "bytes size buffer area:%#010x\n", fAreaSize, fArea);
455 freq.bytes[0], freq.bytes[1], freq.bytes[2],
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h226 const char *bytes,
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h63 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/headers/os/interface/
H A DColorControl.h51 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DMenuField.h47 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/apps/diskprobe/
H A DDataEditor.h61 status_t MoveBy(int32 bytes);
H A DDataView.h45 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/apps/people/
H A DPictureView.cpp351 PictureView::KeyDown(const char* bytes, int32 numBytes) argument
354 BView::KeyDown(bytes, numBytes);
358 switch (*bytes) {
364 BView::KeyDown(bytes, numBytes);
/haiku/headers/os/game/
H A DPushGameSound.h57 bool BytesReady(size_t* bytes);
H A DFileGameSound.h65 bool Read(void* buffer, size_t bytes);
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp148 // bytesPerChannel number of bytes per channel
328 uint32 bytes = fWidth * fBytesPerChannel; local
329 //printf("reading %ld bytes 8 Bit uncompressed row: %ld, channel: %ld\n", bytes, y, z);
330 ret = fStream->Read(row, bytes);
386 uint32 bytes = fWidth * fBytesPerChannel; local
387 //printf("writing %ld bytes %ld byte/channel uncompressed row: %ld, channel: %ld\n", bytes, fBytesPerChannel, y, z);
388 ret = fStream->Write(row, bytes);
508 // reads 4 bytes fro
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp656 char bytes[2]; local
657 bytes[0] = read_char(stream);
658 bytes[1] = '\0';
659 BMemoryIO memory(bytes, 2);
/haiku/src/kits/support/
H A DString.cpp420 int32 bytes = vsnprintf(buffer, bufferSize, format, clonedArgs); local
423 if (bytes < 0)
426 if (bytes < bufferSize) {
431 bytes = vsnprintf(LockBuffer(bytes), bytes + 1, format, args);
432 if (bytes < 0)
433 bytes = 0;
435 UnlockBuffer(bytes);
1910 BString::CharAt(int32 charIndex, int32* bytes) cons
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp291 size_t bytes = bytesLeft; local
293 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
297 pos += bytes;
298 bytesLeft -= bytes;
/haiku/src/kits/interface/
H A DButton.cpp240 BButton::KeyDown(const char* bytes, int32 numBytes) argument
242 if (*bytes == B_ENTER || *bytes == B_SPACE) {
254 BControl::KeyDown(bytes, numBytes);
H A DToolTipManager.cpp45 virtual void KeyDown(const char* bytes, int32 numBytes);
132 ToolTipView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp205 TextDocumentView::KeyDown(const char* bytes, int32 numBytes) argument
211 event.bytes = bytes;
232 TextDocumentView::KeyUp(const char* bytes, int32 numBytes) argument
H A DTextEditor.cpp239 if (event.bytes != NULL && event.length > 0) {
241 BString text(event.bytes, event.length);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp213 GradientControl::KeyDown(const char* bytes, int32 numBytes) argument
221 switch (bytes[0]) {
239 switch (bytes[0]) {
287 BView::KeyDown(bytes, numBytes);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h61 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm.c111 INTERNAL void vterm_push_output_bytes(VTerm *vt, const char *bytes, size_t len) argument
118 memcpy(vt->outbuffer + vt->outbuffer_cur, bytes, len);
/haiku/src/preferences/network/
H A DInterfaceView.cpp219 string_for_size(stats.send.bytes, buffer, sizeof(buffer));
222 string_for_size(stats.receive.bytes, buffer, sizeof(buffer));
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp377 DPRINTF(0, ("dosfs_read called %" B_PRIuSIZE " bytes at %" B_PRIdOFF
387 DPRINTF(0, ("dosfs_read: read %" B_PRIuSIZE " bytes\n", *len));
415 DPRINTF(0, ("dosfs_write called %" B_PRIuSIZE " bytes at %" B_PRIdOFF
1232 size_t bytes = bytesLeft; local
1242 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
1246 pos += bytes;
1247 bytesLeft -= bytes;
1277 size_t bytes = bytesLeft; local
1287 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
1291 pos += bytes;
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp245 RemoteView::KeyDown(const char *bytes, int32 numBytes) argument
250 _SendKeyMessage(RP_KEY_DOWN, bytes, numBytes);
255 RemoteView::KeyUp(const char *bytes, int32 numBytes) argument
260 _SendKeyMessage(RP_KEY_UP, bytes, numBytes);
335 RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes) argument
340 message.AddList(bytes, numBytes);
461 TRACE("code %u with %ld bytes data\n", code, message.DataLeft());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp555 /*! Tries to free up "bytes" space in the small_data section by moving
561 const char* name, int32 bytes)
565 while (bytes > 0) {
580 // bytes
581 if (bytes < (int32)item->Size())
585 if (item->IsLast(node) || (int32)item->Size() < bytes || max == NULL)
588 bytes -= max->Size();
942 The buffer should be B_FILE_NAME_LENGTH bytes large.
1110 // MAX_INDEX_KEY_LENGTH bytes of the data stream, or the same as above
1236 // Index only the first MAX_INDEX_KEY_LENGTH bytes
560 _MakeSpaceForSmallData(Transaction& transaction, bfs_inode* node, const char* name, int32 bytes) argument
1738 off_t bytes; local
2305 Append(Transaction& transaction, off_t bytes) argument
[all...]

Completed in 260 milliseconds

1234567891011>>