| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| xsize.h | 88 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| xsize.h | 88 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xsize.h | 87 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xsize.h | 87 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/texinfo/dist/intl/ |
| xsize.h | 90 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| xsize.h | 87 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| erfc_scaled_inc.c | 79 xbig = 9.194, xhuge = 2.90e+3, xmax = 4.79e+37; local 82 xbig = 26.543, xhuge = 6.71e+7, xmax = 2.53e+307; local 145 if (y >= xmax)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| erfc_scaled_inc.c | 79 xbig = 9.194, xhuge = 2.90e+3, xmax = 4.79e+37; local 82 xbig = 26.543, xhuge = 6.71e+7, xmax = 2.53e+307; local 145 if (y >= xmax)
|
| /src/sys/coda/ |
| coda_namecache.c | 628 int i, xmax = 0, sum = 0, temp, zeros = 0, ave, n; local 637 if (coda_nc_hash[i].length > xmax) 638 xmax = coda_nc_hash[i].length; 647 coda_nc_stat.Max_bucket_len = xmax;
|
| /src/sys/ufs/lfs/ |
| lfs_alloc.c | 125 daddr_t i, blkno, xmax; local 166 xmax = i + lfs_sb_getifpb(fs); 177 DLOG((DLOG_ALLOC, "oldhead=%jd, i=%jd, xmax=%jd, oldtail=%jd\n", 178 (intmax_t)oldhead, (intmax_t)i, (intmax_t)xmax, 181 tail = xmax - 1; 196 for (ifp64 = (IFILE64 *)bp->b_data; i < xmax; ++ifp64) { 205 for (ifp32 = (IFILE32 *)bp->b_data; i < xmax; ++ifp32) { 214 for (ifp_v1 = (IFILE_V1 *)bp->b_data; i < xmax; ++ifp_v1) { 224 (intmax_t)xmax - lfs_sb_getifpb(fs), (intmax_t)tail));
|
| /src/sys/dev/isa/ |
| ym.c | 1162 int i, xmax; local 1174 xmax = YM_IS_SA3(sc)? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2; 1175 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) { 1230 int i, xmax; local 1235 xmax = YM_IS_SA3(sc) ? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2; 1238 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) {
|
| /src/sys/dev/pci/bktr/ |
| bktr_card.c | 395 int xmax; local 403 xmax = (int)(bktr->card.eepromSize * EEPROMBLOCKSIZE); 404 if ((offset + count) > xmax)
|
| /src/sys/nfs/ |
| nfs_vfsops.c | 254 u_int32_t *tl, pref, xmax; local 273 xmax = fxdr_unsigned(u_int32_t, fsp->fs_wtmax); 274 if (xmax < nmp->nm_wsize && xmax > 0) { 275 nmp->nm_wsize = xmax & ~(NFS_FABLKSIZE - 1); 277 nmp->nm_wsize = xmax; 284 xmax = fxdr_unsigned(u_int32_t, fsp->fs_rtmax); 285 if (xmax < nmp->nm_rsize && xmax > 0) { 286 nmp->nm_rsize = xmax & ~(NFS_FABLKSIZE - 1) [all...] |
| /src/lib/libm/ld80/ |
| b_tgammal.c | 373 * xmax comes from lgamma(xmax) - emax * log(2) = 0. 374 * static const float xmax = 35.040095f 375 * static const double xmax = 171.624376956302725; 381 static const double xmax = 1755.54834290446291689; variable 392 if (x > xmax)
|
| /src/sys/kern/ |
| init_sysctl.c | 1029 int error, xmax; local 1033 xmax = pty_maxptys(0, 0); 1036 node.sysctl_data = &xmax; 1041 if (xmax != pty_maxptys(xmax, 1))
|
| /src/external/bsd/nvi/dist/gtk/ |
| gtkviscreen.c | 61 static void draw_lines(GtkViScreen *vi, gint y, gint x, gint ymax, gint xmax); 62 static void mark_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax); 643 gint xmax, xmin; local 650 xmax = MIN((area->x + area->width + vi->ch_width - 1) / vi->ch_width, 652 draw_lines(vi, area->y / vi->ch_height, xmin, ymax, xmax); 660 draw_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax) 676 for (; xpos < xmax; x+=len, xpos+= blen) { 681 for (; x+len < xmax && 758 mark_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax) 763 if (xmax > vi->marked_maxx) vi->marked_maxx = xmax [all...] |
| /src/external/lgpl3/mpfr/dist/tune/ |
| tuneup.c | 592 mpfr_t xmin, xmax, x; local 600 mpfr_init2 (xmax, MPFR_SMALL_PRECISION); 616 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax); 643 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); 646 d = domeasure2 (threshold1, threshold2, threshold3, func, pmax, xmax); 650 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); 682 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); 693 mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax); 713 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax);
|
| /src/sys/dev/scsipi/ |
| sd.c | 887 long xmax; local 903 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff; 905 if (bp->b_bcount > xmax) 906 bp->b_bcount = xmax;
|
| cd.c | 1025 long xmax; local 1039 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff; 1041 if (bp->b_bcount > xmax) 1042 bp->b_bcount = xmax;
|