OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbcc_hash
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/callgrind/
global.h
551
typedef struct _bbcc_hash
bbcc_hash
;
typedef in typeref:struct:_bbcc_hash
617
bbcc_hash
bbccs;
758
void CLG_(init_bbcc_hash)(
bbcc_hash
* bbccs);
759
void CLG_(copy_current_bbcc_hash)(
bbcc_hash
* dst);
760
bbcc_hash
* CLG_(get_current_bbcc_hash)(void);
761
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 20 milliseconds