Searched refs:endian (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dlog.c87 #define endian (((*(int *) &one)) ? 1 : 0) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
H A Dgamma.c132 static int endian; variable
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
150 endian = (*(int *) &one) ? 1 : 0;
H A Dlgamma.c81 static int endian; variable
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
155 endian = ((*(int *) &one)) ? 1 : 0;
/ast/src/lib/libz/
H A Dcrc32.c103 allow for word-at-a-time CRC calculation for both big-endian and little-
104 endian machines, where a word is four bytes.
233 u4 endian; local
235 endian = 1;
236 if (*((unsigned char *)(&endian)))
/ast/src/cmd/jcl/
H A Dcpy2dss.c51 "[l:little-endian|le?Little-endian binary integer encoding.]"
154 char* endian; member in struct:State_s
603 type = state.endian;
834 sfprintf(op, "%s<TYPE>%s</>\n", INDENT(lev + 2), state.endian);
980 state.endian = "be_t";
1018 state.endian = "le_t";
/ast/src/lib/libast/
H A DMakefile39 bytesex.h endian.h fnmatch.h magicid.h fnv.h aso.h \
/ast/src/lib/libsum/
H A Dsum-sha2.c67 #include <endian.h>
89 * architecture is little-endian, make sure it also defines
99 * And for little-endian machines, add:
103 * Or for big-endian machines:
109 * <machine/endian.h> where the appropriate definitions are actually
/ast/src/cmd/INIT/
H A Dratz.c1087 u4 endian; local
1089 endian = 1;
1090 if (*((unsigned char *)(&endian)))

Completed in 83 milliseconds