Home
last modified time | relevance | path

Searched refs:previous_total (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/panel-plugin/
H A Dos.cc178 data[cpu].previous_total = total[cpu]; in read_cpu_data()
241 (gfloat) (total - data[i].previous_total); in read_cpu_data()
246 data[i].previous_total = total; in read_cpu_data()
290 if (used >= data[i].previous_used && total > data[i].previous_total) in read_cpu_data()
292 (gfloat) (total - data[i].previous_total); in read_cpu_data()
297 data[i].previous_total = total; in read_cpu_data()
340 if (used >= data[i].previous_used && total > data[i].previous_total) in read_cpu_data()
342 (gfloat) (total - data[i].previous_total); in read_cpu_data()
347 data[i].previous_total = total; in read_cpu_data()
412 (gfloat) (total - data[i].previous_total); in read_cpu_data()
[all …]
H A Dos.h38 guint64 previous_total; member
/dports/sysutils/wmcube/wmcube/wmcube/
H A Dwmcube.c1067 static int previous_total = 0, previous_used = 0; in calc_cpu_total() local
1083 t = 100 * (double)(used - previous_used) / (double)(total - previous_total); in calc_cpu_total()
1084 previous_total = total; in calc_cpu_total()
1170 static int previous_total = 0, previous_used = 0; in calc_cpu_total() local
1217 (double)(total - previous_total); in calc_cpu_total()
1218 previous_total = total; in calc_cpu_total()
1257 static int previous_total = 0, previous_used = 0; in calc_cpu_total() local
1283 t = 100 * (double)(used - previous_used) / (double)(total - previous_total); in calc_cpu_total()
1284 previous_total = total; in calc_cpu_total()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/
H A Dloading_screen.cpp154 if (total != previous_total) { in OnLoadProgress()
156 previous_total = total; in OnLoadProgress()
H A Dloading_screen.h73 std::size_t previous_total = 0; variable
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dloading_screen.cpp158 if (total != previous_total) { in OnLoadProgress()
160 previous_total = total; in OnLoadProgress()
H A Dloading_screen.h60 std::size_t previous_total = 0; variable
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dloading_screen.cpp158 if (total != previous_total) { in OnLoadProgress()
160 previous_total = total; in OnLoadProgress()
H A Dloading_screen.h60 std::size_t previous_total = 0; variable
/dports/sysutils/gkrelltop/gkrelltop-2.2.13.orig/
H A Dtop_three.c70 static int previous_total = 0; variable
484 int dt = total - previous_total; in calc_cpu_total()
485 previous_total = total; in calc_cpu_total()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/search_result_ranker/
H A Dapp_launch_event_logger.cc278 int previous_total = kEmptyTotal; in UpdateClickRank() local
282 if (app.first != previous_total) { in UpdateClickRank()
285 previous_total = app.first; in UpdateClickRank()
/dports/devel/monotone/monotone-1.1/src/
H A Dui.hh29 size_t previous_total; member
H A Dui.cc75 previous_total(0), in ticker()
261 (tick->use_total && tick->previous_total != tick->total)) in write_ticks()
273 tick->previous_total = tick->total; in write_ticks()
/dports/sysutils/wmtop/wmtop-0.84/
H A Dwmtop.c847 static int previous_total = INT_MAX; in calc_cpu_total() local
870 t = total-previous_total; in calc_cpu_total()
871 previous_total = total; in calc_cpu_total()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dcpu.c66 gulong previous_total; member
505 full_scale = total - cpu->previous_total; in update_cpu()
511 if (cpu->previous_total > 0) in update_cpu()
520 cpu->previous_total = total; in update_cpu()
H A Dchart.c623 if (cp->previous_total && scalemax > grid_res * FULL_SCALE_GRIDS)
846 cp->previous_total = 0; /* All or none if total is used */
859 if (total < cp->previous_total || !cp->primed)
860 cp->previous_total = total; /* Wrap around, this store won't scale */
861 total_diff = total - cp->previous_total;
862 cp->previous_total = total;
H A Dgkrellm.h666 gulong previous_total; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h836 u32 previous_total; member
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h836 u32 previous_total; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h836 u32 previous_total; member
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-sms.c1207 int i, previous_unread, previous_total; in gn_sms_get_folder_changes() local
1209 previous_total = data->sms_status->number; in gn_sms_get_folder_changes()
1218 if ((previous_total == data->sms_status->number) && (previous_unread == data->sms_status->unread)) in gn_sms_get_folder_changes()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dlinux.cc2757 static unsigned long long previous_total = 0; local
2783 t = total - previous_total;
2784 previous_total = total;
H A Ddarwin.mm211 uint64_t previous_total; /* total CPU tick of previous iteration */ field
/dports/sysutils/conky/conky-1.12.2/src/
H A Dlinux.cc2757 static unsigned long long previous_total = 0; local
2783 t = total - previous_total;
2784 previous_total = total;
H A Ddarwin.mm211 uint64_t previous_total; /* total CPU tick of previous iteration */ field