Lines Matching defs:endian
108 Swap the bytes in a z_word_t to convert between little and big endian. Any
355 /* write out little-endian CRC table to crc32.h */
366 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */
379 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */
525 Generate the little and big-endian braid tables for the given n and z_word_t
712 unsigned endian;
726 /* Do endian check at execution time instead of compile time, since ARM
730 endian = 1;
731 if (*(unsigned char *)&endian) {
732 /* Little endian. */
860 /* Big endian. */