Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
static int min(int x, int y)
27
{
28
if (x < y)
29
return x;
30
return y;
31
}
32
33
static int max(int x, int y)
34
{
Callers
15
render_form
Function · 0.70
main
Function · 0.70
Validate_Read_Deskew_Training
Function · 0.50
Perform_Write_Deskew_Training
Function · 0.50
compute_ddr3_rlevel_delay
Function · 0.50
init_octeon3_ddr3_interface
Function · 0.50
hw_assist_test_dll_offset
Function · 0.50
show_menu
Function · 0.50
fill_window
Function · 0.50
dialog_inputbox
Function · 0.50
show_scroll_win_ext
Function · 0.50
move_range
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected