Home
last modified time | relevance | path

Searched full:estimated (Results 1 – 25 of 265) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h61 /// blocks (blocks with the estimated weight not greater than
72 /// addition, if all successors have estimated weights set then maximum of these
94 /// successors. BB1 and BB3 has no explicit estimated weights and assumed to
110 /// estimated as PH_TAKEN_WEIGHT/(PH_TAKEN_WEIGHT + PH_NONTAKEN_WEIGHT). If
340 /// Keeps mapping of a basic block to its estimated weight.
343 /// Keeps mapping of a loop to estimated weight to enter the loop.
372 /// Returns estimated weight for \p BB. std::nullopt if \p BB has no estimated
376 /// Returns estimated weight to enter \p L. In other words it is weight of
378 /// has no no estimated weight.
381 /// Return estimated weight for \p Edge. Returns std::nullopt if estimated
[all …]
H A DBlockFrequencyInfo.h68 /// Returns the estimated profile count of \p BB.
74 /// Returns the estimated profile count of \p Freq.
H A DLoopCacheAnalysis.h174 /// \c CacheCost represents the estimated cost of a inner loop as the number of
213 /// Return the estimated cost of loop \p L if the given loop is part of the
222 /// Return the estimated ordered loop costs.
/freebsd/lib/libsys/
H A Dntp_adjtime.267 estimated error (dispersion) to client user application programs.
84 long esterror; /* estimated error (us) (rw) */
123 set estimated time error
145 Estimated error (in microseconds).
241 long esterror; /* estimated error (us) (ro) */
252 Estimated error in microseconds (read-only).
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h44 /* The estimated Time Stamp Count. */
50 /* The estimated Fast Counter. */
86 * Provides the estimated Time Stamp Count value in @tsc.
134 /* The estimated fast-counter:cycles ratio. */
187 /* Query the estimated fast-counter:cycles ratio.
189 * Provides the estimated ratio in @fcr unless -pte_internal or
/freebsd/share/man/man9/
H A Dscheduler.974 estimated CPU time and nice level.
196 It updates the group's estimated CPU time and then adjusts the priority via
204 Secondly, it updates the estimated CPU time for the current process such
207 then at least 90% of the estimated CPU time for the process should be based
243 It retroactively decays the estimated CPU time of the process for each
H A Dtime.949 variable holds the estimated system boot time.
51 time estimated from the system's root filesystem.
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_memory_usage.c121 CHECK(cstreamSize <= cstreamEstimatedSize, "Compression mem (%u) > estimated (%u)", in main()
123 CHECK(dstreamSize <= dstreamEstimatedSize, "Decompression mem (%u) > estimated (%u)", in main()
126 …printf("Level %2i : Compression Mem = %5u KB (estimated : %5u KB) ; Decompression Mem = %4u KB (es… in main()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.h40 u_fp delay; /* filter estimated delay */
41 u_fp dispersion; /* filter estimated dispersion */
42 l_fp offset; /* filter estimated clock offset */
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp247 // actual estimated in computeBranchSize()
260 // estimated offset and actual offset. If there is an aligned block in computeBranchSize()
263 // of previous block PBB. If the estimated FSIZE is multiple of in computeBranchSize()
264 // 2^<align>, we don't need any padding for the estimated address of in computeBranchSize()
272 // between the branch block and destination block, the estimated address in computeBranchSize()
275 // is at most <delta> more than estimated padding bytes. So the actual in computeBranchSize()
276 // aligned block address is less than or equal to the estimated aligned in computeBranchSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h53 /// safely discarded by calling consumeError, and an estimated page size
57 /// Get the process's estimated page size.
59 /// the page size fails then this will silently return an estimated page size.
60 /// The estimated page size is guaranteed to be a power of 2.
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h204 #define MOD_ESTERROR 0x0008 /* set estimated time error */
247 * estimated error = NTP dispersion.
252 long esterror; /* estimated error (us) (ro) */
264 long esterror; /* estimated error (us) (rw) */
/freebsd/sys/sys/
H A Dtimex.h66 #define MOD_ESTERROR 0x0008 /* set estimated time error */
115 long esterror; /* estimated error (us) (ro) */
132 long esterror; /* estimated error (us) (rw) */
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp70 OS << "Cost Model: Found an estimated cost of " << *CostVal;
/freebsd/contrib/libfido2/man/
H A Dfido_cbor_info_new.3332 function returns the estimated number of additional
336 The estimated number of remaining resident credentials is a
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dtimeriomem_rng.txt9 - quality : estimated number of bits of true entropy per 1024 bits read from the
H A Dtimeriomem_rng.yaml24 Estimated number of bits of true entropy per 1024 bits read from the rng.
/freebsd/usr.sbin/ntp/doc/
H A Dntptime.848 Specify estimated error, in microseconds.
/freebsd/contrib/ntp/include/
H A Dntp_syscall.h26 long int esterror; /* estimated error (us) (ro) */
/freebsd/sbin/dump/
H A Ddump.h67 extern long tapesize; /* estimated tape size, blocks */
69 extern int etapes; /* estimated number of tapes */
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dcadence-nand-controller.txt17 - cdns,board-delay-ps : Estimated Board delay. The value includes the total
/freebsd/contrib/unbound/doc/
H A Dunbound-control.8280 estimated qps and qps limit from config. With +a it prints all domains, not
281 just the ratelimited domains, with their estimated qps. The ratelimited
287 estimated qps and qps limit from config. With +a it prints all ips, not
288 just the ratelimited ips, with their estimated qps. The ratelimited
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h181 #define BWN_NTAB_C0_ESTPLT_R3 BWN_NTAB8(26, 0) /* estimated power lookup 0 */
187 #define BWN_NTAB_C1_ESTPLT_R3 BWN_NTAB8(27, 0) /* estimated power lookup 1 */
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h79 /// The entries of the characters with an estimated width of 2.
112 /// The maximum code point that has an estimated width of 2 is U+3FFFD. This
238 /// Returns the estimated width of a Unicode code point.
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts.def66 estimated error relative to the primary source. These terms are precisely

1234567891011