HomeSort by relevance Sort by last modified time
    Searched defs:uint128_t (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mtp/
MtpTypes.h 27 typedef uint32_t uint128_t[4]; typedef in namespace:android
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 169 } uint128_t; typedef in typeref:struct:__anon1590
175 static inline void ntoh128(const uint128_t *src, uint128_t *dst)
177 memcpy(dst, src, sizeof(uint128_t));
180 static inline void btoh128(const uint128_t *src, uint128_t *dst)
201 static inline void ntoh128(const uint128_t *src, uint128_t *dst)
209 static inline void btoh128(const uint128_t *src, uint128_t *dst
    [all...]

Completed in 31 milliseconds