Lines Matching defs:bytes
264 * \param size output buffer size in bytes
276 * \param buffer buffer to store the input MIDI bytes
277 * \param size input buffer size in bytes
278 * \retval count of UMP packet in bytes otherwise a negative error code
292 * \param size input buffer size in bytes
293 * \retval count of UMP packet in bytes otherwise a negative error code
304 * \brief get size of the snd_ump_endpoint_info_t structure in bytes
305 * \return size of the snd_ump_endpoint_info_t structure in bytes
493 * \brief get size of the snd_ump_block_info_t structure in bytes
494 * \return size of the snd_ump_block_info_t structure in bytes
689 size_t maxlen, unsigned char bytes, int offset)
693 for (; bytes; bytes--, size++) {
712 unsigned char bytes;
719 bytes = snd_ump_sysex_msg_length(ump);
720 if (bytes > 6)
723 *filled = expand_sysex_data(ump, buf, maxlen, bytes, 8);
732 unsigned char bytes;
741 bytes = snd_ump_sysex_msg_length(ump);
742 if (!bytes || bytes > 14)
745 *filled = expand_sysex_data(ump, buf, maxlen, bytes - 1, 0);
753 * \param buf buffer point to fill sysex bytes
754 * \param maxlen max buffer size in bytes
755 * \param filled the size of filled sysex bytes on the buffer