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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image.h31 #include <machine/endian.h>
/openjdk7/jdk/src/solaris/back/
H A Dutil_md.h35 #include <machine/endian.h>
37 #include <endian.h>
52 /* On little endian machines, convert java big endian numbers. */
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dbytes_bsd_zero.inline.hpp34 # include <sys/endian.h>
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h28 #include <machine/endian.h>
31 #include <endian.h>
/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/hotspot/src/share/tools/hsdis/
H A Dhsdis.c493 dinfo->display_endian = dinfo->endian = BFD_ENDIAN_BIG;
495 dinfo->display_endian = dinfo->endian = BFD_ENDIAN_LITTLE;
497 dinfo->endian = native_endian();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h873 FcEndian endian,
879 FcEndian 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;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c67 #include <machine/endian.h>

Completed in 108 milliseconds