Home
last modified time | relevance | path

Searched refs:betoh32 (Results 1 – 4 of 4) sorted by relevance

/system/libbase/include/android-base/
Dendian.h43 #define betoh32(x) be32toh(x) macro
81 #define betoh32(x) __builtin_bswap32(x) macro
/system/libbase/
Dendian_test.cpp51 ASSERT_EQ(le32, betoh32(be32)); in TEST()
/system/extras/pinner/
Dpin_utils.cpp88 vma_start = betoh32(vma_start); in read_pinlist_file()
89 vma_length = betoh32(vma_length); in read_pinlist_file()
/system/core/gatekeeperd/
Dgatekeeperd.cpp400 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()