Searched refs:counter_t (Results 1 – 2 of 2) sorted by relevance
35 typedef uint8_t counter_t; typedef43 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()
30 typedef uint8_t counter_t; typedef