Searched refs:bytes (Results 1 - 25 of 364) sorted by path

1234567891011>>

/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/headers/libs/print/libprint/
H A DPreview.h66 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h40 virtual void ReportProgress(uint32 items, uint64 bytes,
86 void ReportProgress(uint32 items, uint64 bytes,
/haiku/headers/os/device/
H A DCAM.h43 uint32 bytes; /* number of bytes to transfer */ member in struct:__anon186
87 #define IOCDBLEN 12 /* Space for the CDB bytes/pointer */
101 - SIM_PRIV will be >= 1408 bytes
103 - and 256 bytes for sense data and 128 bytes for whatever else the SIM needs
132 uchar* cam_cdb_ptr; /* Pointer to the CDB bytes to send */
183 uchar cam_sense_len; /* Num of bytes in the Autosense buf */
184 uchar cam_cdb_len; /* Number of bytes for the CDB */
191 CDB_UN cam_cdb_io; /* Union for CDB bytes/pointe
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h272 uint8 bytes[3]; member in struct:__anon85
/haiku/headers/os/interface/
H A DButton.h42 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DChannelControl.h34 virtual void KeyDown(const char* bytes, int32 numBytes) = 0;
H A DChannelSlider.h50 virtual void KeyDown(const char* bytes, int32 numBytes);
51 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DCheckBox.h43 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DColorControl.h51 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DControl.h50 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DRadioButton.h34 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DSlider.h70 virtual void KeyDown(const char* bytes, int32 numBytes);
71 virtual void KeyUp(const char* bytes, int32 numBytes);
/haiku/headers/private/audio/
H A Dsoundcard.h103 #define SIOCPARM_MASK 0x1fff /* parameters must be < 8192 bytes */
234 int len; /* Size of the wave data in bytes */
294 int len; /* Size of the sysex data in bytes */
302 * are records of 4 or 8 bytes. The first byte defines the size.
308 * (All input events are currently 4 bytes long. Be prepared to support
314 * Normal events (4 bytes)
349 * are for the LSB. Note that just 7 bits are used in MIDI bytes.
376 /* least significant bytes of the controllers 0x00 to 0x1f. */
454 #define SEQ_PRIVATE 0xfe /* Low level HW dependent events (8 bytes) */
455 #define SEQ_EXTENDED 0xff /* Extended events (8 bytes) OBSOLET
1089 int bytes; /* Available space in bytes (includes partially used fragments) */ member in struct:audio_buf_info
1188 unsigned int bytes; /* Total # of bytes processed */ member in struct:count_info
[all...]
/haiku/headers/private/firewire/
H A Diec68113.h96 uint8_t bytes[3]; member in union:ciphdr::__anon722
/haiku/headers/private/interface/
H A DColumnListView.h390 virtual void KeyDown(const char* bytes, int32 numBytes);
H A Dutf8_functions.h43 UTF8NextCharLen(const char *bytes, size_t length) argument
45 if (bytes == NULL || length == 0 || bytes[0] == 0)
48 if ((bytes[0] & 0x80) == 0) {
53 if (IsInsideGlyph(bytes[0])) {
62 while ((bytes[0] & mask) != 0) {
72 // There would need to be more bytes to satisfy the char.
78 if (!IsInsideGlyph(bytes[i])) {
107 /*! UTF8CountBytes gets the length (in bytes) of a UTF8 string. Up to
112 UTF8CountBytes(const char *bytes, int3 argument
138 UTF8CountChars(const char *bytes, int32 numBytes) argument
169 UTF8ToCharCode(const char **bytes) argument
[all...]
/haiku/headers/private/kernel/vm/
H A Dvm_priv.h32 void vm_unreserve_memory(size_t bytes);
33 status_t vm_try_reserve_memory(size_t bytes, int priority, bigtime_t timeout);
/haiku/headers/private/net/
H A Dnet_buffer.h56 size_t bytes);
60 size_t bytes);
62 const void* data, size_t bytes, uint32 flags);
64 size_t bytes);
65 status_t (*remove_header)(net_buffer* buffer, size_t bytes);
66 status_t (*remove_trailer)(net_buffer* buffer, size_t bytes);
69 uint32 offset, size_t bytes);
82 void* data, size_t bytes);
84 net_buffer* source, uint32 offset, size_t bytes);
87 size_t bytes, voi
[all...]
/haiku/headers/private/package/manager/
H A DPackageManager.h323 off_t bytes, off_t totalBytes);
/haiku/headers/private/shared/
H A DCalendarView.h72 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.cpp54 TRACE("%s: Requested %d bytes for %s RingQueue.\n", __func__, sizeBytes,
62 TRACE("%s: Allocating %d bytes for %s RingQueue.\n", __func__, fSize,
95 RingQueue::Read(unsigned char* dataPtr, size_t bytes) argument
97 // If there is no data or nothing to read, return 0 bytes
98 if (dataPtr == 0 || bytes <= 0 || fWriteBytesAvail == fSize)
103 // Set a high threshold of total available bytes available.
104 if (bytes > readBytesAvail)
105 bytes = readBytesAvail;
108 if (bytes > fSize - fReadPtr) {
111 memcpy(dataPtr + len, fData, bytes
124 Write(unsigned char* dataPtr, size_t bytes) argument
[all...]
H A Dringqueue.h32 RingQueue(size_t bytes, uint32 queueType);
34 size_t Read(unsigned char* data, size_t bytes);
35 size_t Write(unsigned char* data, size_t bytes);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp44 const char* bytes; local
45 if (message->FindString("bytes", &bytes) != B_OK)
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp42 const char* bytes; local
43 if (message->FindString("bytes", &bytes) != B_OK)
65 if (bytes[0] == B_LEFT_ARROW)
67 else if (bytes[0] == B_UP_ARROW)
69 else if (bytes[0] == B_RIGHT_ARROW)
71 else if (bytes[0] == B_DOWN_ARROW)

Completed in 159 milliseconds

1234567891011>>