Searched refs:time_left (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/private/system/arch/x86/
H A Dapm_defs.h19 time_t time_left; member in struct:apm_battery_info
/haiku-fatelf/src/apps/powerstatus/
H A DAPMDriverInterface.cpp88 info->time_left = apmInfo.time_left;
106 info->time_left = info->capacity >= 0 ? regs[3] : -1;
107 if (info->time_left > 0xffff)
108 info->time_left = -1;
109 else if (info->time_left & 0x8000)
110 info->time_left = (info->time_left & 0x7fff) * 60;
H A DDriverInterface.h29 time_t time_left; member in struct:battery_info
H A DACPIDriverInterface.cpp102 info->time_left = 3600 * fCachedAcpiInfo.capacity
105 info->time_left = -1;
H A DPowerStatusView.cpp352 fTimeLeft = fBatteryInfo.time_left;
468 batteryInfo->time_left += info.time_left;
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dapm.cpp227 info->time_left = info->percent >= 0 ? (int32)(regs.edx & 0xffff) : -1;
228 if (info->time_left & 0x8000)
229 info->time_left = (info->time_left & 0x7fff) * 60;
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dm88k.h209 time_left[REGs], member in struct:PROCESSOR
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp2144 bigtime_t timer, time_left, current; local
2235 time_left = timer-current;
2236 if (time_left > 2000) {
2237 snooze(time_left);
2238 time_left = 0;
2240 else if (time_left < -5000)

Completed in 106 milliseconds