Searched refs:MIN (Results 1 – 6 of 6) sorted by relevance
| /buildroot/support/kconfig/lxdialog/ |
| A D | checklist.c | 140 max_choice = MIN(list_height, item_count()); in dialog_checklist() 183 check_x = MIN(check_x, list_width); in dialog_checklist()
|
| A D | textbox.c | 346 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line() 349 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
|
| A D | dialog.h | 62 #define MIN(x,y) (x < y ? x : y) macro
|
| A D | menubox.c | 203 max_choice = MIN(menu_height, item_count()); in dialog_menu() 334 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
|
| A D | util.c | 368 int tlen = MIN(width - 2, strlen(title)); in print_title()
|
| /buildroot/package/gstreamer1/gst1-plugins-bad/ |
| A D | 0001-webrtcdsp-Update-code-for-webrtc-audio-processing-1.patch | 736 size = MIN (avail - offset, self->period_samples - skip);
|
Completed in 12 milliseconds