MCPcopy Create free account
hub / github.com/MegEngine/MegCC / min

Function min

compiler/script/tool/cv_remap_table.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <stdio.h>
7#include <string.h>
8static inline int min(int x, int y) {
9 return x < y ? x : y;
10}
11static inline int max(int x, int y) {
12 return x > y ? x : y;
13}

Callers 6

init_rc4_stateMethod · 0.85
init_sfrc4_stateMethod · 0.85
almost_equalFunction · 0.85
preprocessFunction · 0.85
postpreprocessFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected