MCPcopy Create free account
hub / github.com/coreboot/coreboot / min

Function min

payloads/nvramcui/nvramcui.c:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#endif
25
26static int min(int x, int y)
27{
28 if (x < y)
29 return x;
30 return y;
31}
32
33static int max(int x, int y)
34{

Callers 15

render_formFunction · 0.70
mainFunction · 0.70
show_menuFunction · 0.50
fill_windowFunction · 0.50
dialog_inputboxFunction · 0.50
show_scroll_win_extFunction · 0.50
move_rangeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected