Searched refs:htobe32 (Results 1 – 12 of 12) sorted by relevance
50 h.key_num_bits = htobe32(n32); in TEST_F()52 h.n0inv = htobe32(n32); in TEST_F()76 h.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR); in TEST_F()77 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR); in TEST_F()101 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR + 1); in TEST_F()111 bad.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR + 1); in TEST_F()126 h.kernel_cmdline_length = htobe32(40); in TEST_F()129 h.flags = htobe32(n32); in TEST_F()149 bad.kernel_cmdline_length = htobe32(41); in TEST_F()165 h.partition_name_len = htobe32(10); in TEST_F()[all …]
158 h->required_libavb_version_major = htobe32(1 + AVB_VERSION_MAJOR); in TEST_F()170 h->required_libavb_version_minor = htobe32(1 + AVB_VERSION_MINOR); in TEST_F()249 htobe32(be32toh(h->authentication_data_block_size) - 32); in TEST_F()256 htobe32(be32toh(h->auxiliary_data_block_size) - 32); in TEST_F()374 h->algorithm_type = htobe32(_AVB_ALGORITHM_NUM_TYPES); in TEST_F()501 h.required_libavb_version_major = htobe32(n32); in TEST_F()503 h.required_libavb_version_minor = htobe32(n32); in TEST_F()509 h.algorithm_type = htobe32(n32); in TEST_F()533 h.flags = htobe32(n32); in TEST_F()
35 #ifndef htobe3236 # define htobe32(x) htonl(x) macro46 #define HTOBE32(x) (x) = htobe32(x)122 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
35 #ifndef htobe3236 # define htobe32(x) htonl(x) macro46 #define HTOBE32(x) (x) = htobe32(x)
19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
29 # define htobe32(x) OSSwapHostToBigInt32(x) macro73 # define htobe32(x) htonl(x) macro91 # define htobe32(x) (x) macro
26 # define htobe32(x) __bswap_32 (x) macro41 # define htobe32(x) (x) macro
221 #ifndef htobe32222 # define htobe32(x) htonl(x)232 #define HTOBE32(x) (x) = htobe32(x)358 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
221 #define htobe32(x) htonl(x)226 #define HTOBE32(x) (x) = htobe32(x)305 #define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
58 #define WS_NTOH32(n) htobe32(n)
19 value_net = htobe32(*source); in uint8_t_Marshal()67 value_net = htobe32(*source); in int8_t_Marshal()115 value_net = htobe32(*source); in uint16_t_Marshal()163 value_net = htobe32(*source); in int16_t_Marshal()211 value_net = htobe32(*source); in uint32_t_Marshal()259 value_net = htobe32(*source); in int32_t_Marshal()307 value_net = htobe32(*source); in uint64_t_Marshal()355 value_net = htobe32(*source); in int64_t_Marshal()
1892 frame_in.write_counter = htobe32(cnt); in do_rpmb_write_block()