Home
last modified time | relevance | path

Searched refs:HostToBE64 (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/include/perfetto/ext/base/
Dendian.h40 inline uint64_t HostToBE64(uint64_t x) { in HostToBE64() function
50 inline uint64_t HostToBE64(uint64_t x) {
/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc50 val = base::HostToBE64(val); in WriteU8()