Home
last modified time | relevance | path

Searched defs:choose_hton (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp32 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> { struct
33 inline static IntType hton(const IntType& value) { in hton()
44 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> { struct
45 inline static IntType hton(const IntType& value) { return value; } in hton()
Dkeymaster_enforcement.cpp406 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> { struct
407 inline static IntType hton(const IntType& value) { in hton()
418 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> { struct
419 inline static IntType hton(const IntType& value) { return value; } in hton()