Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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>
8
static inline int min(int x, int y) {
9
return x < y ? x : y;
10
}
11
static inline int max(int x, int y) {
12
return x > y ? x : y;
13
}
Callers
6
init_rc4_state
Method · 0.85
init_sfrc4_state
Method · 0.85
almost_equal
Function · 0.85
preprocess
Function · 0.85
postpreprocess
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected