Searched refs:total (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 37 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/ |
D | test_guest_1.c | 64 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/ |
D | thermal.c | 146 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/ |
D | thermal.c | 180 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/ |
D | thermal.c | 172 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/ |
D | thermal.c | 182 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/ |
D | nanoapp.h | 24 void assertMem(size_t used, size_t total);
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 333 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
|