Home
last modified time | relevance | path

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

/hardware/google/apf/
Dapf_run.c97 const int COUNTER_SIZE = 4; variable
132 if (neg_offset > -COUNTER_SIZE || neg_offset + data_len < 0) { in get_counter_value()
146 uint32_t value = get_counter_value(data, data_len, -COUNTER_SIZE * i); in print_counter()