Home | History | Annotate | Download | only in zlib

Lines Matching defs:endian

110   Swap the bytes in a z_word_t to convert between little and big endian. Any
357 /* write out little-endian CRC table to crc32.h */
368 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */
381 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */
527 endian braid tables for the given n and z_word_t
714 unsigned endian;
728 /* Do endian check at execution time instead of compile time, since ARM
732 endian = 1;
733 if (*(unsigned char *)&endian) {
734 /* Little endian. */
862 /* Big endian. */