Searched refs:max (Results 1 – 5 of 5) sorted by relevance
| /scripts/kconfig/ |
| A D | nconf.gui.c | 275 total_width = max(msg_width, btns_width); in btn_dialog() 381 prompt_width = max(prompt_width, len); in dialog_inputbox() 385 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox() 389 prompt_lines = max(win_lines-6, 0); in dialog_inputbox() 390 prompt_width = max(win_cols-7, 0); in dialog_inputbox() 569 total_cols = max(total_cols, len+2); in show_scroll_win() 579 text_lines = max(win_lines-4, 0); in show_scroll_win() 580 text_cols = max(win_cols-2, 0); in show_scroll_win()
|
| A D | nconf.h | 26 #define max(a, b) ({\ macro
|
| A D | nconf.c | 935 toprow = max(selected_index-mwin_max_lines/2, 0); in center_item()
|
| /scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 116 uint32_t max = 0; in fdt_find_max_phandle() local 132 if (value > max) in fdt_find_max_phandle() 133 max = value; in fdt_find_max_phandle() 137 *phandle = max; in fdt_find_max_phandle() 144 uint32_t max; in fdt_generate_phandle() local 147 err = fdt_find_max_phandle(fdt, &max); in fdt_generate_phandle() 151 if (max == FDT_MAX_PHANDLE) in fdt_generate_phandle() 155 *phandle = max + 1; in fdt_generate_phandle()
|
| /scripts/ |
| A D | checkpatch.pl | 7005 my $max = $7; 7006 if ($min eq $max) { 7009 } elsif ($min =~ /^\d+$/ && $max =~ /^\d+$/ && 7010 $min > $max) {
|
Completed in 21 milliseconds