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

12

/darwin-on-arm/xnu/bsd/arm/
H A DMakefile11 _structs.h endian.h param.h types.h \
17 _structs.h endian.h param.h types.h \
/darwin-on-arm/xnu/bsd/i386/
H A DMakefile11 endian.h fasttrap_isa.h param.h \
16 endian.h param.h \
/darwin-on-arm/xnu/bsd/machine/
H A DMakefile12 byte_order.h endian.h fasttrap_isa.h \
19 byte_order.h endian.h \
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h23 CC_STORE32_BE : store 32 bit value in big endian in unaligned buffer.
24 CC_STORE32_LE : store 32 bit value in little endian in unaligned buffer.
25 CC_STORE64_BE : store 64 bit value in big endian in unaligned buffer.
26 CC_STORE64_LE : store 64 bit value in little endian in unaligned buffer.
28 CC_LOAD32_BE : load 32 bit value in big endian from unaligned buffer.
29 CC_LOAD32_LE : load 32 bit value in little endian from unaligned buffer.
30 CC_LOAD64_BE : load 64 bit value in big endian from unaligned buffer.
31 CC_LOAD64_LE : load 64 bit value in little endian from unaligned buffer.
45 CC_H2BE32 : convert a 32 bits value between host and big endian order.
46 CC_H2LE32 : convert a 32 bits value between host and little endian orde
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dcrc32.c130 allow for word-at-a-time CRC calculation for both big-endian and little-
131 endian machines, where a word is four bytes.
260 u4 endian; local
262 endian = 1;
263 if (*((unsigned char *)(&endian)))
/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h193 #include <machine/endian.h>
H A Dtypes.h81 #include <machine/endian.h>
H A Ddtrace.h84 #error Unknown endian-ness
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp.h68 #include <machine/endian.h>
H A Dcpu_in_cksum.c60 #include <machine/endian.h>
H A Din.h94 #include <machine/endian.h>
H A Dkpi_ipfilter.c37 #include <machine/endian.h>
H A Dip_divert.c79 #include <machine/endian.h>
H A Dip_icmp.c79 #include <machine/endian.h>
H A Dip_mroute.c61 #include <machine/endian.h>
H A Dip_input.c86 #include <machine/endian.h>
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_cksum.c131 #include <machine/endian.h>
355 or not as determined by endian-ness of the machine) */
H A Dudp6_output.c110 #include <machine/endian.h>
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.h111 int32_t endian; member in struct:journal_header
H A Dvfs_journal.c729 jnl->jhdr->endian = SWAP32(jnl->jhdr->endian);
1764 jnl->jhdr->endian = ENDIAN_MAGIC;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h34 #include <machine/endian.h>
/darwin-on-arm/xnu/bsd/net/
H A Dflowhash.c49 #include <machine/endian.h>
H A Dpf_osfp.c49 #include <machine/endian.h>
H A Dpfvar.h91 #include <machine/endian.h>
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h78 #include <machine/endian.h>

Completed in 199 milliseconds

12