Searched refs:min (Results 1 – 13 of 13) sorted by relevance
/scripts/coccinelle/api/alloc/ |
D | drop_kmalloc_cast.cocci | 11 // Version min: < 2.6.12 kmalloc 12 // Version min: < 2.6.12 kcalloc 13 // Version min: 2.6.14 kzalloc
|
D | kzalloc-simple.cocci | 15 // Version min: < 2.6.12 kmalloc 16 // Version min: 2.6.14 kzalloc
|
/scripts/kconfig/ |
D | nconf.gui.c | 222 total_lines = min(total_lines, y); in fill_window() 227 strncpy(tmp, line, min(len, x)); in fill_window() 414 cursor_form_win = min(cursor_position, prompt_width-1); in dialog_inputbox() 474 cursor_form_win = min(cursor_position, prompt_width-1); in dialog_inputbox() 572 win_lines = min(total_lines+4, LINES-2); in show_scroll_win() 573 win_cols = min(total_cols+2, COLS-2); in show_scroll_win()
|
D | nconf.h | 34 #define min(a, b) ({\ macro
|
D | nconf.c | 971 maxx = min(maxx, mwin_max_cols-2); in show_menu()
|
D | zconf.lex.c_shipped | 55 * if you want the limit (max/min) macros for int types.
|
/scripts/ |
D | gen_initramfs_list.sh | 130 local min=`field 6 ${dev}` 135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
|
/scripts/coccinelle/api/ |
D | err_cast.cocci | 12 // Version min: 2.6.25
|
D | ptr_ret.cocci | 11 // Version min: 2.6.39
|
D | resource_size.cocci | 13 // Version min: 2.6.27 resource_size
|
/scripts/mod/ |
D | file2alias.c | 657 kernel_ulong_t *arr, unsigned int min, unsigned int max) in do_input() argument 661 for (i = min; i < max; i++) in do_input()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 36 * if you want the limit (max/min) macros for int types.
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 36 * if you want the limit (max/min) macros for int types.
|