Home | History | Annotate | Download | only in util

Lines Matching refs:ENDIAN

16     Small mod to cope with running on big-endian machines
65 #ifndef ENDIAN
66 #define ENDIAN 0
78 /* These will be a complete waste of time on a lo-endian */
812 static int bbConfig(struct ucl_compress *c, int endian, int bitsize)
814 if (endian != -1)
816 if (endian != 0)
818 c->bb_c_endian = endian;
1071 r = bbConfig(c, ENDIAN, BITSIZE);
1335 #if ENDIAN == 0 && BITSIZE == 8
1338 #if ENDIAN == 0 && BITSIZE == 16
1341 #if ENDIAN == 0 && BITSIZE == 32
1344 #if ENDIAN == 0 && BITSIZE == 64
1348 #error "Bad Combination of ENDIAN and BITSIZE values specified"