Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/xtest/
A Dstats.c134 size_t stats_size_bytes = 0; in stat_alloc() local
152 stats_size_bytes = op.params[1].tmpref.size; in stat_alloc()
153 if (stats_size_bytes % sizeof(*stats)) in stat_alloc()
156 stats_size_bytes, sizeof(*stats)); in stat_alloc()
157 stats = calloc(1, stats_size_bytes); in stat_alloc()
230 size_t stats_size_bytes = 0; in stat_loaded_ta() local
249 if (stats_size_bytes == 0) { in stat_loaded_ta()
254 if (stats_size_bytes % sizeof(*stats)) in stat_loaded_ta()
257 stats_size_bytes, sizeof(*stats)); in stat_loaded_ta()
260 stats_size_bytes += 2 * sizeof(*stats); in stat_loaded_ta()
[all …]

Completed in 3 milliseconds