Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksEndian.hpp53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); } in HostToNetwork64() function
57 inline u64 HostToNetwork64 (u64 host) { return host; } in HostToNetwork64() function
/external/webrtc/rtc_base/
Dbyte_order.h194 inline uint64_t HostToNetwork64(uint64_t n) { in HostToNetwork64() function