Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 12 of 12) sorted by relevance

/u-boot/arch/x86/include/asm/acpi/
A Dglobutil.asl9 Method(MIN, 2)
44 Store(MIN(Local5, Local6), Local7)
/u-boot/scripts/kconfig/lxdialog/
A Dchecklist.c127 max_choice = MIN(list_height, item_count()); in dialog_checklist()
170 check_x = MIN(check_x, list_width); in dialog_checklist()
A Dtextbox.c333 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line()
336 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
A Ddialog.h43 #define MIN(x,y) (x < y ? x : y) macro
A Dmenubox.c190 max_choice = MIN(menu_height, item_count()); in dialog_menu()
321 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
A Dutil.c355 int tlen = MIN(width - 2, strlen(title)); in print_title()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dsdram_common.h15 #define MIN(a, b) (((a) > (b)) ? (b) : (a)) macro
/u-boot/lib/zstd/
A Dzstd_internal.h29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
A Ddecompress.c1185 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 Dzstd_opt.h287 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches()
/u-boot/drivers/ram/rockchip/
A Dsdram_px30.c315 #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 Dasn1_compiler.c254 _(MIN),

Completed in 33 milliseconds