/linux-4.19.296/drivers/clk/at91/ |
D | pmc.h | 27 #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,} argument
|
/linux-4.19.296/block/ |
D | deadline-iosched.c | 491 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 497 if (__data < (MIN)) \ 498 __data = (MIN); \
|
D | mq-deadline.c | 622 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 628 if (__data < (MIN)) \ 629 __data = (MIN); \
|
D | bfq-iosched.c | 5647 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 5652 unsigned long __data, __min = (MIN), __max = (MAX); \ 5680 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 5684 unsigned long __data, __min = (MIN), __max = (MAX); \
|
D | cfq-iosched.c | 4735 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 4739 unsigned int __data, __min = (MIN), __max = (MAX); \ 4770 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 4774 unsigned int __data, __min = (MIN), __max = (MAX); \
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 39 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) macro
|
/linux-4.19.296/lib/zstd/ |
D | zstd_internal.h | 39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
D | compress.c | 92 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_ABSOLUTEMAX, (size_t)1 << cParams.windowLog); in ZSTD_CCtxWorkspaceBound() 98 U32 const hashLog3 = (cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, cParams.windowLog); in ZSTD_CCtxWorkspaceBound() 252 size_t const blockSize = MIN(ZSTD_BLOCKSIZE_ABSOLUTEMAX, (size_t)1 << params.cParams.windowLog); in ZSTD_resetCCtx_advanced() 258 …U32 const hashLog3 = (params.cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, params.cParams… in ZSTD_resetCCtx_advanced() 770 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN - 1); in ZSTD_compressSequences_internal() 805 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN - 1); in ZSTD_compressSequences_internal() 942 const BYTE *const vEnd = MIN(ip + (mEnd - match), iEnd); in ZSTD_count_2segments() 1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBt1() 1637 return MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 1672 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndFindBestMatch() [all …]
|
D | decompress.c | 1194 int const extraBits = ofBits - MIN(ofBits, STREAM_ACCUMULATOR_MIN); in ZSTD_decodeSequenceLong_generic() 1377 int const seqAdvance = MIN(nbSeq, ADVANCED_SEQS); in ZSTD_decompressSequencesLong() 2185 size_t const blockSize = MIN(maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_DStreamWorkspaceBound() 2231 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_initDStream() 2292 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() 2366 size_t const blockSize = MIN(zds->maxWindowSize, ZSTD_BLOCKSIZE_ABSOLUTEMAX); in ZSTD_decompressStream()
|
D | zstd_opt.h | 297 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches()
|
/linux-4.19.296/lib/ |
D | decompress_unlzma.c | 40 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro 615 wr.bufsize = MIN(header.dst_size, header.dict_size); in unlzma()
|
D | Kconfig.debug | 1421 directly (via rdev or root=MAJ:MIN) won't work anymore.
|