Searched refs:_BYTE_ORDER (Results 51 - 75 of 142) sorted by relevance

123456

/netbsd-current/external/bsd/iscsi/dist/include/
H A Dcompat.h21 # define _BYTE_ORDER _BIG_ENDIAN macro
25 # define _BYTE_ORDER _LITTLE_ENDIAN macro
55 # elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h76 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/external/gpl2/gettext/include/
H A Dbyteswap.h23 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/lib/libkern/
H A Dmilieu.h72 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/external/mit/expat/lib/libexpat/
H A Dexpat_config.h9 #define BYTEORDER _BYTE_ORDER
/netbsd-current/lib/libm/src/
H A Ds_nan.c81 #if _BYTE_ORDER == _LITTLE_ENDIAN
101 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/sh3/include/
H A Dsh_opcode.h6 #if _BYTE_ORDER == BIG_ENDIAN
76 #if _BYTE_ORDER == LITTLE_ENDIAN
H A Delf_machdep.h5 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dbyteorder.h63 #if _BYTE_ORDER == _BIG_ENDIAN
83 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/sys/
H A Devcnt.h105 #if _BYTE_ORDER == _BIG_ENDIAN
107 #elif _BYTE_ORDER == _LITTLE_ENDIAN
H A Dieee754.h92 #if _BYTE_ORDER == _BIG_ENDIAN
109 #if _BYTE_ORDER == _BIG_ENDIAN
137 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h341 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/dev/ic/
H A Dnvmeio.h102 #if _BYTE_ORDER != _LITTLE_ENDIAN
115 #if _BYTE_ORDER != _LITTLE_ENDIAN
123 #if _BYTE_ORDER != _LITTLE_ENDIAN
145 #if _BYTE_ORDER != _LITTLE_ENDIAN
158 #if _BYTE_ORDER != _LITTLE_ENDIAN
/netbsd-current/sys/arch/mips/atheros/
H A Darbus.c73 #if _BYTE_ORDER == _BIG_ENDIAN
91 #if _BYTE_ORDER == _BIG_ENDIAN
134 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/bsd/elftoolchain/dist/common/
H A D_elftc.h405 #define ELFTC_BYTE_ORDER _BYTE_ORDER
418 #define ELFTC_BYTE_ORDER _BYTE_ORDER
432 #define ELFTC_BYTE_ORDER _BYTE_ORDER
463 #define ELFTC_BYTE_ORDER _BYTE_ORDER
481 #define ELFTC_BYTE_ORDER _BYTE_ORDER
498 #define ELFTC_BYTE_ORDER _BYTE_ORDER
/netbsd-current/lib/libc/arch/mips/string/
H A Dbzero.S67 #if _BYTE_ORDER == _BIG_ENDIAN
70 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2xx0reg.h120 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/evbmips/alchemy/
H A Dmtx-1.c76 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Ddrm_iomap_netbsd.h113 #elif _BYTE_ORDER == _LITTLE_ENDIAN
168 #elif _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sbin/mount_v7fs/
H A Dmount_v7fs.c143 int endian = _BYTE_ORDER;
/netbsd-current/sys/netinet/
H A Dcpu_in_cksum.c128 #if _BYTE_ORDER == _LITTLE_ENDIAN
197 #if _BYTE_ORDER == _LITTLE_ENDIAN
272 #if _BYTE_ORDER == _LITTLE_ENDIAN
354 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/tests/fs/common/
H A Dfstest_v7fs.c82 args->ta_uargs.endian = _BYTE_ORDER;
/netbsd-current/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.c294 #if _BYTE_ORDER == _BIG_ENDIAN
309 #if _BYTE_ORDER == _BIG_ENDIAN
363 #if _BYTE_ORDER == _BIG_ENDIAN
378 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/arch/hpc/stand/include/machine/
H A Dendian.h100 #if _BYTE_ORDER == _LITTLE_ENDIAN
105 #if _BYTE_ORDER == _BIG_ENDIAN
120 #define BYTE_ORDER _BYTE_ORDER
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dplugin-api.h73 /* Detect endianess based on _BYTE_ORDER. */
74 #ifdef _BYTE_ORDER
75 #if _BYTE_ORDER == _LITTLE_ENDIAN
77 #elif _BYTE_ORDER == _BIG_ENDIAN

Completed in 380 milliseconds

123456