Home
last modified time | relevance | path

Searched refs:max_of (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/dm/
H A DDM.cpp330 static constexpr int max_of() { return 0; } in max_of() function
332 static constexpr int max_of(int x, Rest... rest) { in max_of() function
333 return x > max_of(rest...) ? x : max_of(rest...); in max_of()
336 static void (*previous_handler[max_of(SIGABRT,SIGBUS,SIGFPE,SIGILL,SIGSEGV,SIGTERM)+1])(int);

Completed in 3 milliseconds