HomeSort by relevance Sort by last modified time
    Searched refs:bbcc_hash (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
global.h 544 typedef struct _bbcc_hash bbcc_hash; typedef in typeref:struct:_bbcc_hash
610 bbcc_hash bbccs;
756 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs);
757 void CLG_(copy_current_bbcc_hash)(bbcc_hash* dst);
758 bbcc_hash* CLG_(get_current_bbcc_hash)(void);
759 void CLG_(set_current_bbcc_hash)(bbcc_hash*);
bbcc.c 41 bbcc_hash current_bbccs;
43 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs)
57 void CLG_(copy_current_bbcc_hash)(bbcc_hash* dst)
66 bbcc_hash* CLG_(get_current_bbcc_hash)()
71 void CLG_(set_current_bbcc_hash)(bbcc_hash* h)

Completed in 46 milliseconds