HomeSort by: relevance | last modified time | path
    Searched defs:estimate (Results 1 - 11 of 11) 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/external/ibm-public/postfix/dist/src/tls/
tls_session.c 137 int estimate; local
146 estimate = i2d_SSL_SESSION(session, (unsigned char **) 0);
147 if (estimate <= 0) {
156 session_data = vstring_alloc(estimate);
159 if (actual_size != 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/mit/lua/dist/src/
lgc.c 373 int work = 0; /* estimate of how much work was done here */
877 g->GCestimate += g->GCdebt - olddebt; /* correct estimate */
1056 ** start when memory use hits the threshold of ('estimate' * pause /
1057 ** PAUSEADJ). (Division by 'estimate' should be OK: it cannot be zero,
1063 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ local
1064 lua_assert(estimate > 0);
1065 threshold = (pause < MAX_LMEM / estimate) /* overflow? */
1066 ? estimate * pause /* no overflow */
1415 g->GCestimate = gettotalbytes(g); /* first estimate */;
    [all...]
  /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 4605 * zc_guid if set, estimate size of stream only. zc_cookie is ignored.
4617 boolean_t estimate = (zc->zc_guid != 0); local
4642 if (estimate) {
5768 * 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...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 3929 The number might be exact or a worst-case estimate, depending on how
4434 /* Record any change in the total estimate. */
4532 into got_page_entry structures and estimate the number of page entries
4718 unsigned int estimate;
4721 estimate = arg->max_pages;
4722 if (estimate >= from->page_gotno + to->page_gotno)
4723 estimate = from->page_gotno + to->page_gotno;
4725 /* And conservatively estimate how many local and TLS entries
4727 estimate += from->local_gotno + to->local_gotno;
4728 estimate += from->tls_gotno + to->tls_gotno
4701 unsigned int estimate; local
4751 unsigned int estimate; local
    [all...]
  /src/external/gpl3/gdb/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 99 milliseconds