Searched refs:estimate (Results 1 – 12 of 12) sorted by relevance
74 bic_s r2,r2,r0 ; get low estimate for r2 and get ...76 or_s r3,r3,r0 ; ... high estimate r3 so that r2 > r3 will ...
34 charmaps/ and all 268 locales in LOCALES. I estimate that the
1460 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ in setpause() local1461 lua_assert(estimate > 0); in setpause()1462 threshold = (pause < MAX_LMEM / estimate) /* overflow? */ in setpause()1463 ? estimate * pause /* no overflow */ in setpause()
122 * the idle thread since its last reset. To calculate a load estimate `l` one
632 * @return An estimate of the number of characters available in the
637 * @return An estimate of the number of characters available in the
639 * @return An estimate of the number of characters available in the
Completed in 32 milliseconds