Searched refs:MIN (Results 1 – 12 of 12) sorted by relevance
| /u-boot/arch/x86/include/asm/acpi/ |
| A D | globutil.asl | 9 Method(MIN, 2) 44 Store(MIN(Local5, Local6), Local7)
|
| /u-boot/scripts/kconfig/lxdialog/ |
| A D | checklist.c | 127 max_choice = MIN(list_height, item_count()); in dialog_checklist() 170 check_x = MIN(check_x, list_width); in dialog_checklist()
|
| A D | textbox.c | 333 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line() 336 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
|
| A D | dialog.h | 43 #define MIN(x,y) (x < y ? x : y) macro
|
| A D | menubox.c | 190 max_choice = MIN(menu_height, item_count()); in dialog_menu() 321 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
|
| A D | util.c | 355 int tlen = MIN(width - 2, strlen(title)); in print_title()
|
| /u-boot/arch/arm/include/asm/arch-rockchip/ |
| A D | sdram_common.h | 15 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
|
| /u-boot/lib/zstd/ |
| A D | zstd_internal.h | 29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
| A D | decompress.c | 1185 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN); in ZSTD_decodeSequenceLong_generic() 1368 int const seqAdvance = MIN(nbSeq, ADVANCED_SEQS); in ZSTD_decompressSequencesLong() 2176 size_t const blockSize = MIN(maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_DStreamWorkspaceBound() 2222 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_initDStream() 2283 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() 2357 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_decompressStream()
|
| A D | zstd_opt.h | 287 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches()
|
| /u-boot/drivers/ram/rockchip/ |
| A D | sdram_px30.c | 315 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro 343 min_val = MIN(min_val, gate[i]); in check_rd_gate()
|
| /u-boot/tools/ |
| A D | asn1_compiler.c | 254 _(MIN),
|
Completed in 33 milliseconds