Searched refs:bytes (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/haiku/headers/private/shared/
H A DCalendarView.h72 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/kits/interface/
H A DChannelSlider.cpp404 BChannelSlider::KeyDown(const char* bytes, int32 numBytes) argument
406 BControl::KeyDown(bytes, numBytes);
411 BChannelSlider::KeyUp(const char* bytes, int32 numBytes) argument
413 BView::KeyUp(bytes, numBytes);
/haiku/src/apps/magnify/
H A DMagnify.h68 virtual void KeyDown(const char *bytes, int32 numBytes);
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp199 float completionPercentage, off_t bytes, off_t totalBytes)
198 ProgressPackageDownloadActive(const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
/haiku/headers/os/interface/
H A DTabView.h125 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DListView.h59 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DOutlineListView.h33 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DTextView.h81 virtual void KeyDown(const char* bytes, int32 numBytes);
298 void _HandleAlphaKey(const char* bytes,
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp316 info.bytes = S.raw_pitch;
/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp174 memcpy(chars, cell.character.bytes, charLength);
H A DTermView.cpp1197 int32 bytes = UTF8Char::ByteCount(character.bytes[0]); local
1198 memcpy(buffer, character.bytes, bytes);
1199 buffer[bytes] = '\0';
1556 TermView::KeyDown(const char *bytes, int32 numBytes) argument
1560 fActiveState->KeyDown(bytes, numBytes);
1884 ssize_t bytes = 0; local
1887 i, (const void**)&color, &bytes) != B_OK)
H A DBasicTerminalBuffer.cpp358 int32 bytes = cell.character.ByteCount(); local
359 for (int32 i = 0; i < bytes; i++)
360 *buffer++ = cell.character.bytes[i];
631 //(int)c.ByteCount(), c.bytes, c.bytes[0], attributes);
1664 string.Append(cell.character.bytes, cell.character.ByteCount());
1812 if (line->cells[j].character.bytes[0] != 0)
1813 fwrite(line->cells[j].character.bytes, 1,
/haiku/src/apps/showimage/
H A DShowImageView.h44 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp219 DragSortableListView::KeyDown(const char* bytes, int32 numBytes) argument
224 if ((bytes[0] == B_BACKSPACE) || (bytes[0] == B_DELETE))
227 BListView::KeyDown(bytes, numBytes);
/haiku/src/kits/tracker/
H A DOpenWithWindow.h259 virtual void KeyDown(const char* bytes, int32 count);
/haiku/src/preferences/filetypes/
H A DIconView.h97 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/system/kernel/
H A Dport.cpp1645 size_t bytes = msgVecs[i].iov_len; local
1646 if (bytes > bufferSize)
1647 bytes = bufferSize;
1651 msgVecs[i].iov_base, bytes);
1657 memcpy(message->buffer + offset, msgVecs[i].iov_base, bytes);
1659 bufferSize -= bytes;
1663 offset += bytes;
/haiku/src/apps/diskprobe/
H A DDataView.cpp84 // not enough bytes in multibyte char
1152 DataView::KeyDown(const char *bytes, int32 numBytes) argument
1160 switch (bytes[0]) {
1173 switch (bytes[0]) {
1333 uint8 c = bytes[0];
1357 if (fEditor.Replace(fOffset + fStart, (const uint8 *)bytes,
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp512 size_t bytes = min_c(size, PRD_MAX_DATA_LENGTH); local
518 *prdCount, address, bytes);
523 prdTable->dbc = bytes - 1;
526 address = address + bytes;
527 size -= bytes;
537 ERROR("AHCIPort::FillPrdTable: sg table %ld bytes too small\n",
641 // (UNMAP structure can realistically be max. 65528 bytes)
836 // There's not enough space to fit all of the data in. ATA has 40 bytes for
1203 fCommandList->cfl = 5; // 20 bytes, length in DWORDS
/haiku/src/apps/deskcalc/
H A DCalcView.cpp665 CalcView::KeyDown(const char* bytes, int32 numBytes) argument
670 //printf("Key pressed: %c\n", bytes[0]);
672 switch (bytes[0]) {
707 if (fKeypad[i].keymap[0] == bytes[0]) {
971 CalcView::FlashKey(const char* bytes, int32 numBytes) argument
974 temp.Append(bytes, numBytes);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp154 virtual void KeyDown(const char* bytes, int32 numBytes);
269 URLInputGroup::URLTextView::KeyDown(const char* bytes, int32 numBytes) argument
271 switch (bytes[0]) {
273 BView::KeyDown(bytes, numBytes);
289 BTextView::KeyDown(bytes, numBytes);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex538 calculated from all bytes of the resource info table not including
541 and summed up, ignoring carry. If the number of bytes to be considered is
542 not dividable by four, the remaining bytes are interpreted as the lower
543 bytes of a big endian unsigned word (the upper byte(s) set to 0).
565 \item{The third and fourth byte of the x86 resource file magic (the 0 bytes)
566 may be arbitrary bytes.}
598 have shown, that QuickRes aligns their resources offset to 32 bytes.
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp146 /*! Reads up to \c length bytes of the given data from the given attribute
155 \param length The maximum number of bytes to read.
158 \return If successful, the number of bytes read is returned, otherwise, an
254 /*! Writes \c len bytes of the given data to the given attribute
262 \param length The number of bytes to write.
307 ssize_t bytes;
308 result = message.Flatten(&data, &bytes);
/haiku/headers/os/support/
H A DString.h319 const char* CharAt(int32 charIndex, int32* bytes = NULL) const;
321 int32* bytes) const;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp438 size_t bytes = bytesLeft; local
440 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
444 pos += bytes;
445 bytesLeft -= bytes;
483 size_t bytes = bytesLeft; local
485 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
489 pos += bytes;
490 bytesLeft -= bytes;
2402 INFORM(("\tblock size: %u bytes\n", (unsigned)super.BlockSize()));

Completed in 250 milliseconds

<<1112131415