Home
last modified time | relevance | path

Searched refs:OSSwapInt64 (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/libkern/libkern/
H A DOSByteOrder.h68 #define OSSwapInt64(x) __DARWIN_OSSwapInt64(x) macro
213 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x)
237 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x)
275 #define OSSwapHostToBigInt64(x) OSSwapInt64(x)
299 #define OSSwapBigToHostInt64(x) OSSwapInt64(x)
/xnu-10063.141.1/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h72 return (unsigned long long)OSSwapInt64((uint64_t)inv); in NXSwapLongLong()
128 return (NXSwappedDouble)OSSwapInt64((uint64_t)x); in NXSwapDouble()
/xnu-10063.141.1/libkern/kxld/
H A Dkxld_reloc.c727 addr = OSSwapInt64(addr); in get_pointer_at_addr_64()
1473 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()
1505 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()
1754 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()
1770 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()
H A Dkxld_sect.c684 *entry = OSSwapInt64(*entry); in kxld_sect_populate_got()
H A Dkxld_object.c2686 kmod->address = OSSwapInt64(kmod->address);
2687 kmod->size = OSSwapInt64(kmod->size);
2688 kmod->hdr_size = OSSwapInt64(kmod->hdr_size);
/xnu-10063.141.1/bsd/skywalk/core/
H A Dskywalk_var.h106 #define bswap64(x) OSSwapInt64(x)