Searched refs:betoh32 (Results 1 – 4 of 4) sorted by relevance
43 #define betoh32(x) be32toh(x) macro81 #define betoh32(x) __builtin_bswap32(x) macro
51 ASSERT_EQ(le32, betoh32(be32)); in TEST()
88 vma_start = betoh32(vma_start); in read_pinlist_file()89 vma_length = betoh32(vma_length); in read_pinlist_file()
400 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()