Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 12 of 12) sorted by relevance

/external/avb/test/
Davb_util_unittest.cc50 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 …]
Davb_vbmeta_image_unittest.cc158 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()
/external/libmtp/src/
Dgphoto2-endian-intel.h35 #ifndef htobe32
36 # define htobe32(x) htonl(x) macro
46 #define HTOBE32(x) (x) = htobe32(x)
122 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
Dgphoto2-endian-ppc.h35 #ifndef htobe32
36 # define htobe32(x) htonl(x) macro
46 #define HTOBE32(x) (x) = htobe32(x)
Dptp-pack.c19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
/external/kmod/port-gnu/
Dendian-darwin.h29 # define htobe32(x) OSSwapHostToBigInt32(x) macro
73 # define htobe32(x) htonl(x) macro
91 # define htobe32(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h26 # define htobe32(x) __bswap_32 (x) macro
41 # define htobe32(x) (x) macro
/external/libmtp/m4/
Dbyteorder.m4221 #ifndef htobe32
222 # define htobe32(x) htonl(x)
232 #define HTOBE32(x) (x) = htobe32(x)
358 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
/external/libexif/m4m/
Dgp-byteorder.m4221 #define htobe32(x) htonl(x)
226 #define HTOBE32(x) (x) = htobe32(x)
305 #define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
/external/libvncserver/libvncserver/
Dwebsockets.c58 #define WS_NTOH32(n) htobe32(n)
/external/tpm2/
Dtpm_generated.c19 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()
/external/mmc-utils/
Dmmc_cmds.c1892 frame_in.write_counter = htobe32(cnt); in do_rpmb_write_block()