Home
last modified time | relevance | path

Searched refs:total (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c37 void assertMem(size_t used, size_t total) in assertMem() argument
39 if (used <= total) in assertMem()
41 …derr, "Buffer size %zu is not big enough to complete operation; we need %zu bytes\n", total, used); in assertMem()
72 uint32_t len = 0, grow = 16384, total = 0; in loadFile() local
83 block = fread(dst + total, 1, grow, f); in loadFile()
84 total += block; in loadFile()
87 *size = total; in loadFile()
/device/generic/goldfish/libqemu/
Dtest_guest_1.c64 size_t total = 0; in main() local
76 total += len; in main()
102 total*1.0 / (1024.*1024.*(time1-time0)), 1.0*total, time1-time0); in main()
/device/htc/flounder/thermal/
Dthermal.c146 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
192 total = active + idle; in get_cpu_usages()
215 .total = total, in get_cpu_usages()
/device/huawei/angler/thermal/
Dthermal.c180 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
226 total = active + idle; in get_cpu_usages()
249 .total = total, in get_cpu_usages()
/device/moto/shamu/thermal/
Dthermal.c172 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
218 total = active + idle; in get_cpu_usages()
241 .total = total, in get_cpu_usages()
/device/lge/bullhead/thermal/
Dthermal.c182 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
228 total = active + idle; in get_cpu_usages()
251 .total = total, in get_cpu_usages()
/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h24 void assertMem(size_t used, size_t total);
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini333 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…