OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:estimate
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_linkedhash_list.c
52
size_t
estimate
= xsum (count, count / 2); /* 1.5 * count */
local
53
if (
estimate
> list->table_size)
54
hash_resize (list,
estimate
);
gl_anylinked_list2.h
82
size_t
estimate
= xsum (count, count / 2); /* 1.5 * count */
local
83
if (
estimate
< 10)
84
estimate
= 10;
85
list->table_size = next_prime (
estimate
);
/src/usr.sbin/quot/
quot.c
55
static char
estimate
;
variable
365
sz =
estimate
? virtualblocks(super, dp) :
426
estimate
? virtualblocks(super, dp) :
632
estimate
= 1;
/src/external/bsd/openldap/dist/clients/tools/
common.c
2073
ber_int_t
estimate
;
local
2079
if ( ldap_parse_pageresponse_control( ld, ctrl, &
estimate
, &pr_cookie )
2089
if (
estimate
> 0 ) {
2090
plen = sprintf( buf, "
estimate
=%d cookie=",
estimate
);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c
4606
* zc_guid if set,
estimate
size of stream only. zc_cookie is ignored.
4618
boolean_t
estimate
= (zc->zc_guid != 0);
local
4643
if (
estimate
) {
5769
* efficient dmu_send_estimate to
estimate
send space
/src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c
3999
The number might be exact or a worst-case
estimate
, depending on how
4503
/* Record any change in the total
estimate
. */
4598
into got_page_entry structures and
estimate
the number of page entries
4784
unsigned int
estimate
;
4787
estimate
= arg->max_pages;
4788
if (
estimate
>= from->page_gotno + to->page_gotno)
4789
estimate
= from->page_gotno + to->page_gotno;
4791
/* And conservatively
estimate
how many local and TLS entries
4793
estimate
+= from->local_gotno + to->local_gotno;
4794
estimate
+= from->tls_gotno + to->tls_gotno
4767
unsigned int
estimate
;
local
4817
unsigned int
estimate
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c
3975
The number might be exact or a worst-case
estimate
, depending on how
4480
/* Record any change in the total
estimate
. */
4578
into got_page_entry structures and
estimate
the number of page entries
4764
unsigned int
estimate
;
4767
estimate
= arg->max_pages;
4768
if (
estimate
>= from->page_gotno + to->page_gotno)
4769
estimate
= from->page_gotno + to->page_gotno;
4771
/* And conservatively
estimate
how many local and TLS entries
4773
estimate
+= from->local_gotno + to->local_gotno;
4774
estimate
+= from->tls_gotno + to->tls_gotno
4747
unsigned int
estimate
;
local
4797
unsigned int
estimate
;
local
[
all
...]
Completed in 49 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026