Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c913 static void setpause (global_State *g, l_mem estimate) { in setpause() argument
915 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */ in setpause()
916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()
917 ? estimate * g->gcpause /* no overflow */ in setpause()
1125 lu_mem estimate = g->GCestimate; in generationalcollection() local
1128 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()
1131 g->GCestimate = estimate; /* keep estimate from last major coll. */ in generationalcollection()
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c213 struct OverTempCalDataPt *estimate, float temperature_celsius);
832 struct OverTempCalDataPt *estimate, float temperature_celsius) { in compensateWithEstimate() argument
834 ASSERT_NOT_NULL(estimate); in compensateWithEstimate()
838 memcpy(compensated_offset, estimate->offset, sizeof(compensated_offset)); in compensateWithEstimate()
841 if (estimate->offset_temp_celsius > OTC_TEMP_INVALID_CELSIUS) { in compensateWithEstimate()
843 temperature_celsius - estimate->offset_temp_celsius; in compensateWithEstimate()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Lpit/
DLpit.aslc98 // Residency estimate: Latency x 3