Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dbbcc.c41 bbcc_hash current_bbccs; variable
61 dst->size = current_bbccs.size; in CLG_()
62 dst->entries = current_bbccs.entries; in CLG_()
63 dst->table = current_bbccs.table; in CLG_()
68 return &current_bbccs; in CLG_()
75 current_bbccs.size = h->size; in CLG_()
76 current_bbccs.entries = h->entries; in CLG_()
77 current_bbccs.table = h->table; in CLG_()
117 for (i = 0; i < current_bbccs.size; i++) { in CLG_()
118 if ((bbcc=current_bbccs.table[i]) == NULL) continue; in CLG_()
[all …]