Lines Matching refs:endian
115 Swap the bytes in a z_word_t to convert between little and big endian. Any
362 /* write out little-endian CRC table to crc32.h */
373 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */
386 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */
532 Generate the little and big-endian braid tables for the given n and z_word_t
780 unsigned endian;
794 /* Do endian check at execution time instead of compile time, since ARM
798 endian = 1;
799 if (*(unsigned char *)&endian) {
800 /* Little endian. */
928 /* Big endian. */