HomeSort by: relevance | last modified time | path
    Searched refs:estimated (Results 1 - 7 of 7) sorted by relevancy

  /src/regress/sys/fs/ffs/
estimatecompare 7 est=`/sbin/dump $* 2>&1 | grep estimated`
20 echo "Error: estimated $blkest blocks!"
  /src/external/bsd/ntp/dist/scripts/ntptrace/
ntptrace-opts.def 66 estimated error relative to the primary source. These terms are precisely
  /src/sys/arch/x68k/stand/common/
start.S 92 #define estimated_com 92 /* estimated command name length (included) */
188 | d1: estimated argument bytes
201 | d1: estimated byte count
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 253 The default is to write the estimated correct local date and time (i.e. not
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
package.d 1861 // Estimated size
1862 size_t estimated = 8;
1863 auto m = alloc.allocate(T.sizeof * estimated);
1884 if (initialized == estimated)
1888 auto success = () @trusted { return alloc.reallocate(m, T.sizeof * (estimated *= 2)); } ();
1890 auto success = alloc.reallocate(m, T.sizeof * (estimated *= 2));
1902 if (initialized < estimated)
  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 4004 HOST_WIDE_INT estimated; local
4090 estimated = estimated_loop_iterations_int (loop);
4091 if (estimated == -1)
4092 estimated = get_likely_max_loop_iterations_int (loop);
4097 && ((estimated != -1
4098 && (estimated
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 3999 HOST_WIDE_INT estimated; local
4085 estimated = estimated_loop_iterations_int (loop);
4086 if (estimated == -1)
4087 estimated = get_likely_max_loop_iterations_int (loop);
4092 && ((estimated != -1
4093 && (estimated

Completed in 48 milliseconds