Lines Matching defs:endian
108 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 */
533 Generate the little and big-endian braid tables for the given n and z_word_t
723 unsigned endian;
737 /* Do endian check at execution time instead of compile time, since ARM
741 endian = 1;
742 if (*(unsigned char *)&endian) {
743 /* Little endian. */
871 /* Big endian. */