Lines Matching full:endian
3 #include <endian.h>
14 * @note IMPORTANT: Assumes file data is in big-endian format.
74 /** @brief Extracts big-endian data to host uint8_t. */
82 /** @brief Extracts big-endian data to host uint16_t. */
91 /** @brief Extracts big-endian data to host uint32_t. */
100 /** @brief Extracts big-endian data to host uint64_t. */
111 * @note IMPORTANT: Assumes file data is in big-endian format.
171 /** @brief Inserts host uint8_t to big-endian data. */
179 /** @brief Inserts host uint16_t to big-endian data. */
188 /** @brief Inserts host uint32_t to big-endian data. */
197 /** @brief Inserts host uint64_t to big-endian data. */