Searched refs:htole32 (Results 1 – 5 of 5) sorted by relevance
160 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),161 .length = htole32(sizeof(strings)),162 .str_count = htole32(1),163 .lang_count = htole32(1),175 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),176 .length = htole32(sizeof(v2_descriptor)),
83 #define htole32(x) (x) macro
55 ASSERT_EQ(le32, htole32(le32)); in TEST()
253 event->header.tag = htole32(CHATTY_LOG_TAG); in PopulateDroppedMessage()255 event->length = htole32(len); in PopulateDroppedMessage()
272 event->header.tag = htole32(AUDITD_LOG_TAG); in logPrint()274 event->length = htole32(str_len); in logPrint()