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

/osnet-11/usr/src/lib/libsasl/include/
H A Dprop.h61 * estimate -- an estimate of the storage needed for requests & responses
65 struct propctx *prop_new(unsigned estimate);
H A Dsaslplug.h153 struct propctx *(*prop_new)(unsigned estimate);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.t62 my $estimate = int (100 * $in_threesecs / 3) / 100;
63 print "# from the 3 second run estimate $estimate iterations in 1 second...\n";
73 my $difference = $in_onesec - $estimate;
75 ok ($actual < $delta, "is $in_onesec within $delta of estimate ($estimate)");
77 " and $delta of estimate. Not that safe.\n" if $actual > $delta/2;
/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c132 static int prop_init(struct propctx *ctx, unsigned estimate) argument
136 ctx->mem_base = alloc_proppool(VALUES_SIZE + estimate);
155 * estimate -- an estimate of the storage needed for requests & responses
159 struct propctx *prop_new(unsigned estimate) argument
163 if(!estimate) estimate = PROP_DEFAULT * 255;
172 if(prop_init(new_ctx, estimate) != SASL_OK) {

Completed in 26 milliseconds