Searched defs:endian (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzcrc32.c127 allow for word-at-a-time CRC calculation for both big-endian and little-
128 endian machines, where a word is four bytes.
257 u4 endian; local
259 endian = 1;
260 if (*((unsigned char *)(&endian)))
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c107 } endian; local
109 endian.i = 0xff000000;
110 nativeByteOrder = (endian.c[0]) ? MSBFirst : LSBFirst;

Completed in 38 milliseconds