Searched refs:_BYTE_ORDER (Results 101 - 125 of 142) sorted by relevance

123456

/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h344 ( defined( _BYTE_ORDER ) && defined( _LITTLE_ENDIAN ) && ( _BYTE_ORDER == _LITTLE_ENDIAN ) ) || \
358 ( defined( _BYTE_ORDER ) && defined( _BIG_ENDIAN ) && ( _BYTE_ORDER == _BIG_ENDIAN ) ) || \
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h67 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/dev/ic/
H A Dmpt.h199 #if _BYTE_ORDER == _BIG_ENDIAN
H A Disp_netbsd.h283 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlookup3.c102 # if defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && _BYTE_ORDER == _BIG_ENDIAN
106 # if defined(_BYTE_ORDER) && defined(_LITTLE_ENDIAN) && _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/external/bsd/nsd/dist/
H A Dlookup3.c94 # if defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && _BYTE_ORDER == _BIG_ENDIAN
98 # if defined(_BYTE_ORDER) && defined(_LITTLE_ENDIAN) && _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/external/bsd/ntp/include/
H A Dconfig.h1712 # if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sbin/nvmectl/
H A Dlogpage.c135 #if _BYTE_ORDER != _LITTLE_ENDIAN
206 #if _BYTE_ORDER != _LITTLE_ENDIAN
293 #if _BYTE_ORDER != _LITTLE_ENDIAN
350 #if _BYTE_ORDER != _LITTLE_ENDIAN
/netbsd-current/sys/arch/sh3/sh3/
H A Dcpu_in_cksum.S59 #if _BYTE_ORDER == BIG_ENDIAN
/netbsd-current/sys/arch/evbmips/cavium/
H A Dmachdep.c194 CTASSERT(_BYTE_ORDER == _BIG_ENDIAN);
/netbsd-current/sys/arch/evbmips/gdium/
H A Dmachdep.c141 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d420 (defined(__sh__) && defined(_LP64) && (_BYTE_ORDER == _BIG_ENDIAN))
425 (defined(__sh__) && defined(_LP64) && (_BYTE_ORDER == _LITTLE_ENDIAN))
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dcommon.h23 #define __BYTE_ORDER _BYTE_ORDER
41 #define __BYTE_ORDER _BYTE_ORDER
/netbsd-current/sys/arch/mips/mips/
H A Dlocore_mips3.S598 #if _BYTE_ORDER == _BIG_ENDIAN
627 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/arch/mips/alchemy/dev/
H A Daupci.c184 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/arch/arm/imx/
H A Dif_enetreg.h325 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/algor/algor/
H A Dmachdep.c168 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/sys/dev/pci/
H A Dif_iwireg.h430 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_vfsops.c580 if ((error = v7fs_mountfs(rootvp, mp, _BYTE_ORDER))) {
/netbsd-current/sys/arch/evbmips/loongson/
H A Dmachdep.c246 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/tests/modules/
H A Dt_ufetchstore.c330 #if _BYTE_ORDER == _LITTLE_ENDIAN
337 #endif /* _BYTE_ORDER == _LITTLE_ENDIAN */
339 #if _BYTE_ORDER == _BIG_ENDIAN
350 #endif /* #if _BYTE_ORDER == _BIG_ENDIAN */
/netbsd-current/tests/modules/ufetchstore/
H A Dt_ufetchstore.c330 #if _BYTE_ORDER == _LITTLE_ENDIAN
337 #endif /* _BYTE_ORDER == _LITTLE_ENDIAN */
339 #if _BYTE_ORDER == _BIG_ENDIAN
350 #endif /* #if _BYTE_ORDER == _BIG_ENDIAN */
/netbsd-current/sys/arch/mips/alchemy/
H A Dau_himem_space.c707 #if _BYTE_ORDER == _BIG_ENDIAN
715 #elif _BYTE_ORDER == _LITTLE_ENDIAN
H A Dau_wired_space.c647 #if _BYTE_ORDER == _BIG_ENDIAN
655 #elif _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/lib/libc/gen/
H A Darc4random.c197 #if _BYTE_ORDER == _LITTLE_ENDIAN
228 #elif _BYTE_ORDER == _BIG_ENDIAN

Completed in 224 milliseconds

123456