Home
last modified time | relevance | path

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

12345678910>>...21

/dragonfly/contrib/gcc-8.0/gcc/
H A Dprofile-count.h354 ret.m_quality = MIN (MIN (m_quality, other.m_quality), profile_adjusted); in class()
367 m_quality = MIN (MIN (m_quality, other.m_quality), profile_adjusted); in class()
382 ret.m_quality = MIN (MIN (m_quality, other.m_quality), in class()
395 ret.m_quality = MIN (MIN (m_quality, other.m_quality), profile_adjusted); in class()
411 m_quality = MIN (MIN (m_quality, other.m_quality), in class()
424 m_quality = MIN (MIN (m_quality, other.m_quality), profile_adjusted); in class()
492 ret.m_val = MIN (tmp, max_probability); in class()
986 ret.m_val = MIN (tmp, max_count); in class()
1005 ret.m_val = MIN (val, max_count); in class()
1006 ret.m_quality = MIN (MIN (MIN (m_quality, profile_adjusted), in class()
[all …]
H A Dregset.h95 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument
96 EXECUTE_IF_SET_IN_BITMAP (REGSET, MIN, REGNUM, RSI)
101 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
102 EXECUTE_IF_AND_COMPL_IN_BITMAP (REGSET1, REGSET2, MIN, REGNUM, RSI)
107 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
108 EXECUTE_IF_AND_IN_BITMAP (REGSET1, REGSET2, MIN, REGNUM, RSI) \
H A Dira-int.h646 (({ int _min = (MIN), _max = (MAX), _i = (I); \
659 (({ int _min = (MIN), _max = (MAX), _i = (I); \
671 (({ int _min = (MIN), _max = (MAX), _i = (I); \
684 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
685 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
688 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
689 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
692 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
693 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
772 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregset.h98 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument
99 EXECUTE_IF_SET_IN_BITMAP (REGSET, MIN, REGNUM, RSI)
104 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
105 EXECUTE_IF_AND_COMPL_IN_BITMAP (REGSET1, REGSET2, MIN, REGNUM, RSI)
110 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
111 EXECUTE_IF_AND_IN_BITMAP (REGSET1, REGSET2, MIN, REGNUM, RSI) \
H A Dira-int.h610 (({ int _min = (MIN), _max = (MAX), _i = (I); \
623 (({ int _min = (MIN), _max = (MAX), _i = (I); \
635 (({ int _min = (MIN), _max = (MAX), _i = (I); \
648 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
649 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
652 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
653 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
656 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument
657 ((R)[(unsigned) ((I) - (MIN)) / IRA_INT_BITS] \
736 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
[all …]
H A Drtlhooks.c75 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_general()
76 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_general()
151 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_if_possible()
152 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_if_possible()
H A Dbitmap.h570 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument
571 for (bmp_iter_set_init (&(ITER), (BITMAP), (MIN), &(BITNUM)); \
580 #define EXECUTE_IF_AND_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
581 for (bmp_iter_and_init (&(ITER), (BITMAP1), (BITMAP2), (MIN), \
591 #define EXECUTE_IF_AND_COMPL_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
592 for (bmp_iter_and_compl_init (&(ITER), (BITMAP1), (BITMAP2), (MIN), \
/dragonfly/contrib/diffutils/lib/
H A Dcmpbuf.c35 #undef MIN
36 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
49 size_t readlim = MIN (SSIZE_MAX, SIZE_MAX); in block_read()
54 size_t bytes_to_read = MIN (bytes_remaining, readlim); in block_read()
H A Dminmax.h56 #ifndef MIN
57 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/dragonfly/contrib/zstd/programs/
H A Ddatagen.c28 #define MIN(a,b) ( (a) < (b) ? (a) : (b) ) macro
70 U32 const end = MIN ( u + weight , LTSIZE); in RDG_fillLiteralDistrib()
128 U32 const d = (U32) MIN(pos + length , buffSize); in RDG_genBlock()
131 U32 const offset = repeatOffset ? prevOffset : (U32) MIN(randOffset , pos); in RDG_genBlock()
138 U32 const d = (U32) MIN(pos + length, buffSize); in RDG_genBlock()
176 size_t const genBlockSize = (size_t) (MIN (stdBlockSize, size-total)); in RDG_genStdout()
H A Ddibio.c88 #undef MIN
89 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
118 U64 const chunkSize = targetChunkSize ? MIN(targetChunkSize, fs64) : fs64; in DiB_loadFiles()
119 size_t const maxChunkSize = (size_t)MIN(chunkSize, SAMPLESIZE_MAX); in DiB_loadFiles()
125 size_t const toLoad = (size_t)MIN(maxChunkSize, remainingToLoad); in DiB_loadFiles()
247 U64 const chunkToLoad = chunkSize ? MIN(chunkSize, srcSize) : srcSize; in DiB_fileStats()
248 size_t const cappedChunkSize = (size_t)MIN(chunkToLoad, SAMPLESIZE_MAX); in DiB_fileStats()
286 size_t loadedSize = (size_t) MIN ((unsigned long long)maxMem, fs.totalSizeToLoad); in DiB_trainFromFiles()
/dragonfly/contrib/bmake/
H A Ddirname.c55 #ifndef MIN
56 # define MIN(a, b) ((a < b) ? a : b) macro
98 buflen = MIN(len, buflen - 1); in xdirname_r()
/dragonfly/bin/pax/
H A Dbuf_subs.c401 res = MIN((bufend - bufpt), skcnt); in rd_skip()
440 cnt = MIN(cnt, res); in rd_skip()
492 cnt = MIN(cnt, outcnt); in wr_rdbuf()
540 cnt = MIN(cnt, incnt); in rd_wrbuf()
572 cnt = MIN(cnt, skcnt); in wr_skip()
615 cnt = MIN(cnt, size); in wr_rdfile()
698 cnt = MIN(cnt, size); in rd_wrfile()
/dragonfly/sys/dev/sound/midi/
H A Dmidiq.h64 MIN( (size), (head).s - (head).h) ), \
66 …MIDIQ_MOVE(&(head).b[(head).h], (buf), sizeof(*(head).b) * MIN((size), (head).s - (head).h)); …
82 …%d h %d t %d\n", &(head).b[(head).t], (buf), (intmax_t)sizeof(*(head).b) * MIN((size), (head).s - …
83 …if (move) MIDIQ_MOVE((buf), &(head).b[(head).t], sizeof(*(head).b) * MIN((size), (head).s - (head)…
/dragonfly/contrib/gmp/mpf/
H A Deq.c79 usize = MIN (usize, n_limbs); in mpf_eq()
80 vsize = MIN (vsize, n_limbs); in mpf_eq()
90 minsize = MIN (usize, vsize); in mpf_eq()
H A Dtrunc.c51 asize = MIN (asize, exp); in mpf_trunc()
57 asize = MIN (asize, prec); in mpf_trunc()
/dragonfly/contrib/gmp/printf/
H A Dsnprntffuns.c79 step = MIN (ret, avail-1); in gmp_snprintf_format()
117 n = MIN (d->size-1, len); in gmp_snprintf_memory()
135 n = MIN (d->size-1, reps); in gmp_snprintf_reps()
H A Dprintffuns.c59 memset (buf, c, MIN (reps, sizeof (buf))); in gmp_fprintf_reps()
62 piece = MIN (i, sizeof (buf)); in gmp_fprintf_reps()
/dragonfly/usr.sbin/fstyp/
H A Dmsdosfs.c86 copysize = MIN(size - 1, sizeof(pfat_bsbpb->BS_VolLab)); in fstyp_msdosfs()
105 copysize = MIN(size - 1, in fstyp_msdosfs()
152 copysize = MIN(size - 1, in fstyp_msdosfs()
/dragonfly/contrib/cvs-1.12/lib/
H A Dminmax.h56 #ifndef MIN
57 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/dragonfly/contrib/grep/lib/
H A Dminmax.h56 #ifndef MIN
57 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/dragonfly/games/atc/
H A Dlog.c79 #define MIN(t) (((t) % SECAHOUR) / SECAMIN) macro
90 sprintf(s, "%d:%02d:%02d", HOUR(t), MIN(t), SEC(t)); in timestr()
91 else if (MIN(t) > 0) in timestr()
92 sprintf(s, "%d:%02d", MIN(t), SEC(t)); in timestr()
/dragonfly/games/phantasia/
H A Dmacros.h12 #undef MIN
13 #define MIN(A, B) ((A) < (B) ? (A) : (B))
H A Dfight.c107 Curmonster.m_speed = MIN(Curmonster.m_speed + 1.0, Curmonster.m_maxspeed); in encounter()
410 inflict = MIN(Player.p_experience, inflict); in monsthits()
440 inflict = MIN(Player.p_strength, inflict); in monsthits()
475 inflict = MIN(Player.p_mana, floor(inflict)); in monsthits()
557 inflict = MIN(inflict, Player.p_energy); in monsthits()
883 Whichmonster = MAX(0, MIN(99, Whichmonster)); in throwspell()
913 which = MIN(which, 99); /* make sure within range */ in callmonster()
1174 Whichmonster = MIN(99, MAX(0, Whichmonster)); in awardtreasure()
1271 Player.p_poison = MIN(-2.0, Player.p_poison - 2.0); in awardtreasure()
1372 dtemp = MIN(dtemp, 99.0); in awardtreasure()
/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.h118 #ifndef MIN
119 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
233 cw = MIN(WIFI_CW_MAX, (cw + 1) * 2); in calc_usecs_unicast_packet()

12345678910>>...21