Home
last modified time | relevance | path

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

/trusty/user/base/lib/sancov/
Dsancov.c35 typedef uint8_t counter_t; typedef
43 volatile counter_t* counters;
67 return sizeof(counter_t) * num_counters; in counters_data_len()
84 offset += sizeof(counter_t) * num_counters; in initialize_header()
193 if (ctx->counters[idx] < (counter_t)(-1)) { in update_record()
229 rc = init(&ctx, num_counters * sizeof(counter_t)); in __sanitizer_cov_trace_pc_guard_init()
/trusty/user/base/lib/line-coverage/include/lib/line-coverage/
Dshm.h30 typedef uint8_t counter_t; typedef