Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dglobal.h518 typedef struct _bbcc_hash bbcc_hash; typedef
584 bbcc_hash bbccs;
721 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs);
722 void CLG_(copy_current_bbcc_hash)(bbcc_hash* dst);
723 bbcc_hash* CLG_(get_current_bbcc_hash)(void);
724 void CLG_(set_current_bbcc_hash)(bbcc_hash*);
Dbbcc.c41 bbcc_hash current_bbccs;
43 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs) in CLG_()
57 void CLG_(copy_current_bbcc_hash)(bbcc_hash* dst) in CLG_()
66 bbcc_hash* CLG_(get_current_bbcc_hash)() in CLG_()
71 void CLG_(set_current_bbcc_hash)(bbcc_hash* h) in CLG_()