Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/base/
Dendian.h37 inline uint32_t HostToBE32(uint32_t x) { in HostToBE32() function
47 inline uint32_t HostToBE32(uint32_t x) {
/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc55 val = base::HostToBE32(val); in WriteU4()
60 val = base::HostToBE32(val); in SetU4()