LookingGlass/common/src
Quantum d385b49f5f [common] runningavg: avoid integer overflows
We receive values as int64_t, but when we compute the sum, we store it as
int. This doesn't make sense as we eventually cast it to double when
computing the average. We should instead store the sum as int64_t.
2021-06-28 14:47:19 +10:00
..
platform [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
countedbuffer.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
framebuffer.c [common] framebuffer: make use of framebuffer_wait 2021-06-08 16:10:34 +10:00
KVMFR.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
option.c [common] option: handle ini lines without trailing newline 2021-06-07 18:22:19 +10:00
runningavg.c [common] runningavg: avoid integer overflows 2021-06-28 14:47:19 +10:00
stringlist.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
stringutils.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00