Home
last modified time | relevance | path

Searched refs:swab64 (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/sysutils/linrename/util-linux-2.25.2/tests/expected/bitops/
H A Dswapbytes14 Testing swab64
15 swab64(0x0000000000000001) = 0x0100000000000000
16 swab64(0x8000000000000000) = 0x0000000000000080
17 swab64(0x1234567812345678) = 0x7856341278563412
18 swab64(0xffffffff00000000) = 0x00000000ffffffff
19 swab64(0x00ff000000000000) = 0x000000000000ff00
20 swab64(0xff00000000000000) = 0x00000000000000ff
/dports/devel/util-linux/util-linux-2.36/tests/expected/bitops/
H A Dswapbytes14 Testing swab64
15 swab64(0x0000000000000001) = 0x0100000000000000
16 swab64(0x8000000000000000) = 0x0000000000000080
17 swab64(0x1234567812345678) = 0x7856341278563412
18 swab64(0xffffffff00000000) = 0x00000000ffffffff
19 swab64(0x00ff000000000000) = 0x000000000000ff00
20 swab64(0xff00000000000000) = 0x00000000000000ff
/dports/games/spring/spring_98.0/rts/System/Platform/
H A Dbyteorder.h36 #define swab64(w) (bswap_64(w)) macro
68 #define swab64(w) (htole64(w)) macro
82 #define swab64(w) (CFSwapInt64(w)) macro
110 #if defined(swab64)
111 #define swab64InPlace(w) (w = swab64(w))
114 #define swab64(w) (w) macro
/dports/devel/util-linux/util-linux-2.36/tests/helpers/
H A Dtest_byteswap.c96 ary64[i], swab64(ary64[i])); in main()
97 if (swab64(ary64[i]) != ary64[i+1]) { in main()
99 swab64(ary64[i]), ary64[i+1]); in main()
102 if (swab64(ary64[i+1]) != ary64[i]) { in main()
104 swab64(ary64[i+1]), ary64[i]); in main()
/dports/sysutils/linrename/util-linux-2.25.2/tests/helpers/
H A Dtest_byteswap.c96 ary64[i], swab64(ary64[i])); in main()
97 if (swab64(ary64[i]) != ary64[i+1]) { in main()
99 swab64(ary64[i]), ary64[i+1]); in main()
102 if (swab64(ary64[i+1]) != ary64[i]) { in main()
104 swab64(ary64[i+1]), ary64[i]); in main()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dbyteorder.h50 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
61 return swab64(x); in cpu_to_le64()
70 return swab64(x); in le64_to_cpu()
128 return swab64(x); in cpu_to_be64()
137 return swab64(x); in be64_to_cpu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c61 *addr = swab64(*addr); in byteswap_pt_regs()
69 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
71 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
79 hr->purr = swab64(hr->purr); in byteswap_hv_regs()
81 hr->ic = swab64(hr->ic); in byteswap_hv_regs()
82 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs()
83 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs()
85 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
86 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs()
87 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c61 *addr = swab64(*addr); in byteswap_pt_regs()
69 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
71 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
79 hr->purr = swab64(hr->purr); in byteswap_hv_regs()
81 hr->ic = swab64(hr->ic); in byteswap_hv_regs()
82 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs()
83 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs()
85 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
86 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs()
87 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c61 *addr = swab64(*addr); in byteswap_pt_regs()
69 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
71 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
79 hr->purr = swab64(hr->purr); in byteswap_hv_regs()
81 hr->ic = swab64(hr->ic); in byteswap_hv_regs()
82 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs()
83 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs()
85 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
86 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs()
87 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/misc/seabios/seabios-1.14.0/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dbyteorder.h30 #define swab64(x) (__builtin_constant_p((u64)(x)) \ macro
59 return swab64(x); in cpu_to_be64()
68 return swab64(x); in be64_to_cpu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/boot/
H A Dof.h34 #define cpu_to_be64(x) swab64(x)
35 #define be64_to_cpu(x) swab64(x)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/boot/
H A Dof.h34 #define cpu_to_be64(x) swab64(x)
35 #define be64_to_cpu(x) swab64(x)

12345678910>>...15