Home
last modified time | relevance | path

Searched refs:constexpr_max (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwire_protocol.h63 constexpr size_t constexpr_max(size_t x, size_t y) { in constexpr_max() function
70 constexpr_max(
71 constexpr_max(
72 constexpr_max(
73 constexpr_max(
74 constexpr_max(
/external/perfetto/src/profiling/perf/
Dregs_parsing.cc50 constexpr size_t constexpr_max(size_t x, size_t y) { in constexpr_max() function
109 constexpr_max(PERF_REG_ARM64_MAX,
110 constexpr_max(PERF_REG_ARM_MAX, PERF_REG_X86_64_MAX));
/external/fmtlib/include/fmt/
Dcompile.h282 template <typename T> constexpr const T& constexpr_max(const T& a, const T& b) { in constexpr_max() function
297 constexpr_max(count_parts(to_string_view(S())), 1u);