Searched refs:le16toh (Results 1 – 5 of 5) sorted by relevance
44 #define letoh16(x) le16toh(x)94 #define le16toh(x) (x) macro
66 ASSERT_EQ(le16, le16toh(le16)); in TEST()
85 switch (le16toh(header->e_machine)) { in GetFilterID()
932 magic = le16toh(magic); in IsExtFilesystem()
677 e_machine = le16toh(hdr->e_machine); in GetFileFormatELF()