Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/nolibc/
H A Dendian.h27 #define htobe64(_x) __cpu_to_be64(_x) macro
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h459 #define put64(ST, REG, X) (ST.REG = htobe64(X))
460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X))
/linux/arch/um/drivers/
H A Dcow_user.c250 header->size = htobe64(*size); in write_cow_header()
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c448 val = htobe64(opts.feature_flags); in dut_run()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1752 …CASE_TEST(htobe64); EXPECT_EQ(1, htobe64(is_le ? 0x0123456789000000 : 0x8967452301… in run_stdlib()