Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/bsd/i386/
H A DMakefile10 endian.h fasttrap_isa.h param.h \
16 limits.h types.h _types.h endian.h
22 endian.h param.h \
/xnu-8792.41.9/bsd/arm/
H A DMakefile10 endian.h fasttrap_isa.h param.h \
16 limits.h _limits.h types.h _types.h endian.h
22 endian.h param.h \
/xnu-8792.41.9/bsd/machine/
H A DMakefile20 byte_order.h endian.h fasttrap_isa.h \
33 limits.h types.h _types.h endian.h
45 byte_order.h endian.h \
H A Dmachine.modulemap72 module endian {
73 header "machine/endian.h"
75 header "i386/endian.h"
77 header "arm/endian.h"
/xnu-8792.41.9/libkern/zlib/
H A Dz_crc32.c260 u4 endian; in z_crc32() local
262 endian = 1; in z_crc32()
263 if (*((unsigned char *)(&endian))) in z_crc32()
/xnu-8792.41.9/tools/lldbmacros/
H A Dmacho.py77 kw = {"_endian_": self.endian}
/xnu-8792.41.9/doc/
H A Ddebugging.md517 hdr = MachOHeader(self, fh, offset, size, magic, hdr, endian)
564 -> hdr = MachOHeader(self, fh, offset, size, magic, hdr, endian)
/xnu-8792.41.9/bsd/sys/
H A Ddtrace.h83 #error Unknown endian-ness