Home | History | Annotate | Download | only in libusb

Lines Matching full:endian

112  * Convert a 16-bit value from host-endian to little-endian format. On
113 * little endian systems, this function does nothing. On big endian systems,
115 * \param x the host-endian value to convert
116 * \returns the value in little-endian byte order
131 * Convert a 16-bit value from little-endian to host-endian format. On
132 * little endian systems, this function does nothing. On big endian systems,
134 * \param x the little-endian value to convert
135 * \returns the value in host-endian byte order
396 * All multiple-byte fields are represented in host-endian format.
450 * All multiple-byte fields are represented in host-endian format.
500 * All multiple-byte fields are represented in host-endian format.
562 * All multiple-byte fields are represented in host-endian format.
1054 * be given in host-endian byte order.