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

/freebsd-9.3-release/usr.sbin/quot/
H A Dquot.c55 static char estimate; variable
395 sz = estimate ? virtualblocks(super, dp) :
457 estimate ? virtualblocks(super, dp) :
614 estimate = 1;
/freebsd-9.3-release/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-9.3-release/contrib/bind9/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-9.3-release/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-9.3-release/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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c4354 * zc_guid if set, estimate size of stream only. zc_cookie is ignored.
4365 boolean_t estimate = (zc->zc_guid != 0); local
4387 if (estimate) {

Completed in 107 milliseconds