Searched refs:estimate (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c57 static char estimate; variable
397 sz = estimate ? virtualblocks(super, dp) :
459 estimate ? virtualblocks(super, dp) :
616 estimate = 1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c913 static void setpause (global_State *g, l_mem estimate) { argument
915 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */
916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */
917 ? estimate * g->gcpause /* no overflow */
1036 return work; /* estimate of memory marked by 'atomic' */
1063 g->GCestimate += work; /* estimate of total memory traversed */
1125 lu_mem estimate = g->GCestimate; local
1128 if (gettotalbytes(g) > (estimate / 10
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c2679 int estimate, size_t *palc)
2685 dpi.alc = estimate + 1;
3817 int estimate; local
3899 estimate = len + di.expansion + 10 * di.did_subs;
3900 estimate += estimate / 8;
3904 ret = cplus_demangle_print (options, dc, estimate, palc);
3917 if (rlen > 2 * estimate)
3918 printf ("*** Length %d much greater than estimate %d\n",
3919 rlen, estimate);
2678 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c783 g->GCestimate += g->GCdebt - olddebt; /* update estimate */
936 ** will start when memory use hits threshold. (Division by 'estimate'
942 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ local
943 lua_assert(estimate > 0);
944 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */
945 ? estimate * g->gcpause /* no overflow */
1025 return work; /* estimate of memory marked by 'atomic' */
1034 g->GCestimate += g->GCdebt - olddebt; /* update estimate */
1067 g->GCestimate = gettotalbytes(g); /* first estimate */;
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c94 isc_uint32_t entropy; /*%< current entropy estimate in bits */
520 * estimate of randomness as each byte is extracted.
1110 unsigned int estimate; local
1113 estimate = ent->pool.entropy;
1116 return estimate;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c2641 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
2648 if (estimate > 0)
2649 d_growable_string_resize (dgs, estimate);
2826 int estimate, size_t *palc)
2830 d_growable_string_init (&dgs, estimate);
2825 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm112 * Current estimate for non-large dividend is
461 * Current estimate for non-large dividend is
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c1223 * It's possible to estimate RCPI based on RSSI in dBm. This calculation will
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c4809 * zc_guid if set, estimate size of stream only. zc_cookie is ignored.
4824 boolean_t estimate = (zc->zc_guid != 0); local
4850 if (estimate) {
6024 * efficient dmu_send_estimate to estimate send space

Completed in 225 milliseconds