Home
last modified time | relevance | path

Searched refs:MIN (Results 126 – 150 of 505) sorted by relevance

12345678910>>...21

/dragonfly/contrib/gmp/mpz/
H A Dcong_2exp.c57 if (mpn_cmp (ap, cp, MIN (csize, dlimbs)) != 0) in mpz_congruent_2exp_p()
/dragonfly/contrib/diffutils/src/
H A Dio.c523 return MIN (guessed_lines, PTRDIFF_MAX / (2 * sizeof (char *) + 1) - 5) + 5; in guess_lines()
678 + MIN (context, suffix_guess)); in find_identical_ends()
719 alloc_lines1 = buffered_prefix + middle_guess + MIN (context, suffix_guess); in find_identical_ends()
/dragonfly/games/phantasia/
H A Dinterplayer.c353 dtemp = MIN(Player.p_mana, Player.p_level * 5.0); in myturn()
517 Player.p_poison = MIN(0.5, Player.p_poison); in tampered()
878 temp1 = MAX(0.0, MIN(99.0, temp1)); in dotampered()
/dragonfly/usr.bin/script/
H A Dscript.c368 l = MIN(DEF_BUF, len); in consume()
450 l = MIN(DEF_BUF, stamp.scr_len); in playback()
/dragonfly/contrib/mpfr/src/
H A Dmpfr-gmp.h220 #undef MIN
224 #define MIN(l,o) ((l) < (o) ? (l) : (o)) macro
H A Dround_p.c68 err = MIN (err, (mpfr_uexp_t) err0); in mpfr_round_p()
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.h52 #ifndef MIN
53 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vector-builder.c120 return MIN (npatterns * nelts_per_pattern, const_nelts); in binary_encoded_nelts()
/dragonfly/stand/lib/
H A Dhammer1.c650 if (elen == namel && memcmp(ed->entry.name, name, MIN(elen, namel)) == 0) in hresolve()
762 dlen = MIN(dlen, len); in hreadf()
770 dlen = MIN(dlen, len); in hreadf()
1102 int64_t len = MIN(100000, st.st_size - off); in main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-common.c793 min_expand = MIN (min_expand, 70); in ggc_min_expand_heuristic()
820 phys_kbytes = MIN (phys_kbytes, rlim.rlim_cur / 1024); in ggc_min_heapsize_heuristic()
830 phys_kbytes = MIN (phys_kbytes, limit_kbytes); in ggc_min_heapsize_heuristic()
833 phys_kbytes = MIN (phys_kbytes, 128 * 1024); in ggc_min_heapsize_heuristic()
H A Dgimplify.c2156 ret = MIN (ret, tret); in gimplify_compound_lval()
2178 ret = MIN (ret, tret); in gimplify_compound_lval()
2181 ret = MIN (ret, tret); in gimplify_compound_lval()
2981 ret = MIN (ret, tret); in gimplify_pure_cond_expr()
2985 return MIN (ret, tret); in gimplify_pure_cond_expr()
7237 ret = MIN (r0, MIN (r1, r2)); in gimplify_expr()
7255 ret = MIN (r0, r1); in gimplify_expr()
7335 ret = MIN (r0, r1); in gimplify_expr()
7503 ret = MIN (r0, r1); in gimplify_expr()
7582 ret = MIN (r0, r1); in gimplify_expr()
[all …]
/dragonfly/contrib/dialog/
H A Dbuildlist.c394 (long) MIN(thumb_end, thumb_max), in print_both()
686 full_width = MIN(all.use_width, text_width); in dlg_buildlist()
688 full_width = MIN(all.use_width, name_width); in dlg_buildlist()
714 j = MIN(all.use_height, item_no); in dlg_buildlist()
987 at_bot = MIN(at_bot, at_end); in dlg_buildlist()
/dragonfly/sys/platform/pc64/x86_64/
H A Dbusdma_machdep.c270 newtag->lowaddr = MIN(parent->lowaddr, newtag->lowaddr); in bus_dma_tag_create()
276 newtag->boundary = MIN(parent->boundary, in bus_dma_tag_create()
398 maxpages = MIN(max_bounce_pages, in bus_dmamap_create()
409 pages = MIN(maxpages - bz->total_bpages, pages); in bus_dmamap_create()
1268 pages = MIN(bz->free_bpages, map->pagesneeded - map->pagesreserved); in reserve_bounce_pages()
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm_tis.c305 burst_count = MIN(burst_count, count); in tpmtis_read_bytes()
325 burst_count = MIN(burst_count, count); in tpmtis_write_bytes()
/dragonfly/sys/netgraph/
H A Dng_device.c103 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
529 amnt = MIN(uio->uio_resid, connection->loc); in ngdread()
/dragonfly/contrib/gmp/mpf/
H A Dadd_ui.c57 sumsize = MIN (usize, prec + 1); in mpf_add_ui()
/dragonfly/games/snake/snake/
H A Dsnake.c83 #ifndef MIN
84 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
190 i = MIN(lcnt, ccnt); in main()
/dragonfly/contrib/binutils-2.27/gprof/
H A Dcorefile.c566 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_syms_from()
736 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_function_syms()
826 min_vma = MIN (vma, min_vma); in core_create_line_syms()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_ldm.c39 params->bucketSizeLog = MIN(params->bucketSizeLog, params->hashLog); in ZSTD_ldm_adjustParameters()
45 size_t const ldmBucketSizeLog = MIN(params.bucketSizeLog, params.hashLog); in ZSTD_ldm_getTableSize()
266 curr - MIN(512, curr - ms->nextToUpdate - 1024); in ZSTD_ldm_limitTableUpdate()
/dragonfly/contrib/binutils-2.34/gprof/
H A Dcorefile.c570 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_syms_from()
735 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_function_syms()
825 min_vma = MIN (vma, min_vma); in core_create_line_syms()
/dragonfly/lib/libc/nameser/
H A Dns_print.c485 T(addstr(base64_key + n, MIN(len - n, 48), in ns_sprintrrf()
548 T(addstr(base64_key + n, MIN(len - n, 48), in ns_sprintrrf()
606 T(addstr(base64_cert + n, MIN(len - n, 48), in ns_sprintrrf()
719 n = MIN(16, edata - rdata); in ns_sprintrrf()
/dragonfly/contrib/gmp/mpq/
H A Daors.c41 MPZ_TMP_INIT (gcd, MIN (op1_den_size, op2_den_size)); in mpq_aors()
/dragonfly/sys/dev/disk/dm/striped/
H A Ddm_target_striped.c325 issue_blks = MIN(stripe_rest, num_blks); in dm_target_stripe_strategy()
420 issue_blks = MIN(stripe_rest, num_blks); in dm_target_stripe_dump()
/dragonfly/sys/dev/netif/wi/
H A Dif_wivar.h175 #define WI_RSSI_TO_DBM(sc, rssi) (MIN((sc)->sc_max_rssi, \
/dragonfly/sbin/growfs/
H A Dgrowfs.c181 numfrags(&osblock, i)), (size_t)MIN(osblock.fs_cssize - i, in growfs()
259 (size_t)MIN(sblock.fs_cssize - i, sblock.fs_bsize), in growfs()
1704 cg_clustersum(&acg)[MIN(lcs1+lcs2+1,sblock.fs_contigsumsize)]--; in alloc()
2292 for(ictr=0; ictr < MIN(UFS_NDADDR, (unsigned int)remaining_blocks); in updrefs()
2313 for(ictr=0; ictr < MIN(howmany(sblock.fs_bsize, in updrefs()
2348 for(ictr=0; ictr<MIN(howmany((unsigned int) in updrefs()
2399 for(ictr=0; ictr < MIN(howmany(sblock.fs_bsize, in updrefs()

12345678910>>...21