Searched refs:byte_swap (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/sys/arch/arm/include/
H A Dbswap.h7 #include <aarch64/byte_swap.h>
9 #include <arm/byte_swap.h>
H A DMakefile6 bswap.h byte_swap.h \
/netbsd-current/sys/arch/sh3/include/
H A Dbswap.h6 #include <sh3/byte_swap.h>
H A DMakefile6 bswap.h byte_swap.h \
/netbsd-current/sys/arch/hppa/include/
H A Dbswap.h8 #include <machine/byte_swap.h>
H A DMakefile6 bswap.h byte_swap.h \
/netbsd-current/sys/arch/i386/include/
H A Dbswap.h8 #include <machine/byte_swap.h>
H A DMakefile6 bioscall.h bootinfo.h bswap.h byte_swap.h \
/netbsd-current/sys/arch/vax/include/
H A Dbswap.h8 #include <machine/byte_swap.h>
H A DMakefile6 bswap.h bus.h byte_swap.h \
/netbsd-current/sys/arch/riscv/include/
H A Dbswap.h6 #include <riscv/byte_swap.h>
H A DMakefile6 bswap.h byte_swap.h \
/netbsd-current/sys/arch/or1k/include/
H A Dbswap.h6 #include <or1k/byte_swap.h>
H A DMakefile6 bswap.h byte_swap.h \
/netbsd-current/sys/arch/m68k/include/
H A Dbswap.h6 #include <m68k/byte_swap.h>
H A DMakefile6 bswap.h bus_dma.h byte_swap.h \
/netbsd-current/sys/arch/amd64/include/
H A Dbswap.h10 #include <machine/byte_swap.h>
H A Dbyte_swap.h1 /* $NetBSD: byte_swap.h,v 1.8 2021/04/17 20:12:55 rillig Exp $ */
77 #include <i386/byte_swap.h>
H A DMakefile6 bootinfo.h bswap.h byte_swap.h \
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_tt560.c185 *p_time_t = byte_swap(*tt_mem_t);
241 * byte_swap
252 byte_swap(unsigned int input_num) function
254 byteswap_t byte_swap; local
257 byte_swap.long_word = input_num;
259 temp = byte_swap.byte[3];
260 byte_swap.byte[3] = byte_swap.byte[0];
261 byte_swap.byte[0] = temp;
263 temp = byte_swap
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-common.h37 byte_swap (offset_type value) function
48 #define MAYBE_SWAP(V) byte_swap (V)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp39 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder);
44 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder);
49 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder);
54 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h49 inline value_type byte_swap(value_type value, endianness endian) { function in namespace:llvm::support::endian
57 inline value_type byte_swap(value_type value) { function in namespace:llvm::support::endian
58 return byte_swap(value, endian);
70 return byte_swap<value_type>(ret, endian);
98 value = byte_swap<value_type>(value, endian);
128 val[0] = byte_swap<value_type, endian>(val[0]);
129 val[1] = byte_swap<value_type, endian>(val[1]);
163 val[0] = byte_swap<value_type, endian>(val[0]);
164 val[1] = byte_swap<value_type, endian>(val[1]);
192 val[0] = byte_swap<value_typ
[all...]
H A DEndianStream.h28 value = byte_swap<value_type>(value, endian);
/netbsd-current/sys/arch/aarch64/include/
H A DMakefile6 bswap.h byte_swap.h \

Completed in 302 milliseconds

12