Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/crypto/openssl/doc/crypto/
HDRAND_add.pod28 B<entropy> argument is (the lower bound of) an estimate of how much
30 sources of randomness and how to estimate their entropy can be found
48 the window procedure. It will estimate the entropy contained in the
/NextBSD/usr.sbin/quot/
HDquot.c55 static char estimate; variable
395 sz = estimate ? virtualblocks(super, dp) : in dofsizes()
457 estimate ? virtualblocks(super, dp) : in douser()
614 estimate = 1; in main()
/NextBSD/contrib/gcclibs/libiberty/
HDcp-demangle.c2679 int estimate, size_t *palc) in cplus_demangle_print() argument
2685 dpi.alc = estimate + 1; in cplus_demangle_print()
3817 int estimate; in d_demangle() local
3899 estimate = len + di.expansion + 10 * di.did_subs; in d_demangle()
3900 estimate += estimate / 8; in d_demangle()
3904 ret = cplus_demangle_print (options, dc, estimate, palc); in d_demangle()
3917 if (rlen > 2 * estimate) in d_demangle()
3919 rlen, estimate); in d_demangle()
3920 else if (rlen > estimate) in d_demangle()
3922 rlen, estimate); in d_demangle()
[all …]
HDChangeLog1355 (d_print): Add estimate parameter. Change all callers.
1364 arrays on stack. Make an estimate of the length of the demangled
/NextBSD/contrib/ntp/lib/isc/
HDentropy.c1110 unsigned int estimate; in isc_entropy_status() local
1113 estimate = ent->pool.entropy; in isc_entropy_status()
1116 return estimate; in isc_entropy_status()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDpridist_example.txt60 estimate. It really means that for 20 samples that process was the one on
/NextBSD/tools/tools/netrate/tcpp/
HDREADME70 The bandwidth estimate doesn't handle failures well. It also has serious
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDcputimes_notes.txt117 Around 0.5%. This can be used as an estimate of the kernel load caused by
/NextBSD/contrib/binutils/libiberty/
HDcp-demangle.c2641 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init() argument
2648 if (estimate > 0) in d_growable_string_init()
2649 d_growable_string_resize (dgs, estimate); in d_growable_string_init()
2826 int estimate, size_t *palc) in cplus_demangle_print() argument
2830 d_growable_string_init (&dgs, estimate); in cplus_demangle_print()
HDChangeLog1553 (d_print): Add estimate parameter. Change all callers.
1562 arrays on stack. Make an estimate of the length of the demangled
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Schedule.td70 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal estimate.
71 defm WriteFRsqrt : X86SchedWritePair; // Floating point reciprocal square root estimate.
/NextBSD/contrib/binutils/ld/emultempl/
HDavrelf.em63 /* Makes a conservative estimate of the trampoline section size that could
/NextBSD/contrib/compiler-rt/lib/builtins/sparc64/
HDdivmod.m427 * current estimate for non-large dividend is
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64SchedA57.td507 // ASIMD reciprocal estimate, D-form
509 // ASIMD reciprocal estimate, Q-form
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrVSX.td1008 // Reciprocal estimate
1014 // Recip. square root estimate
/NextBSD/contrib/ntp/ntpd/
HDntpd-opts.def309 contains the latest estimate of clock frequency error.
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMScheduleA8.td1072 let MispredictPenalty = 13; // Based on estimate of pipeline depth.
HDARMScheduleA9.td1894 let MispredictPenalty = 8; // Based on estimate of pipeline depth.
/NextBSD/contrib/llvm/include/llvm/IR/
HDIntrinsicsPowerPC.td697 // Vector reciprocal estimate
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_ioctl.c4425 boolean_t estimate = (zc->zc_guid != 0); in zfs_ioc_send() local
4450 if (estimate) { in zfs_ioc_send()
/NextBSD/contrib/gcc/doc/
HDcfg.texi374 feedback}, but it can also estimate branch probabilities based on
/NextBSD/contrib/binutils/bfd/
HDChangeLog-20061565 when we need estimate of header size. Call elf_modify_segment_map.
1741 (_bfd_mips_elf_always_size_sections): Get a worst-case estimate
/NextBSD/contrib/wpa/wpa_supplicant/
HDChangeLog131 * increase 5 GHz band preference in BSS selection (estimate SNR, if info
132 not available from driver; estimate maximum throughput based on common
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi1185 This function returns an estimate of the size of a @code{rs_machine_dependent}
/NextBSD/contrib/unbound/doc/
HDChangelog1634 - Fix quartile time estimate, it was too low, (thanks Jan Komissar).
3671 - rlimit check with new formula; better estimate for number interfaces

12