OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jcc_hash
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/callgrind/
jumps.c
39
jcc_hash
current_jccs;
41
void CLG_(init_jcc_hash)(
jcc_hash
* jccs)
58
void CLG_(copy_current_jcc_hash)(
jcc_hash
* dst)
68
void CLG_(set_current_jcc_hash)(
jcc_hash
* h)
global.h
550
typedef struct _jcc_hash
jcc_hash
;
typedef in typeref:struct:_jcc_hash
609
jcc_hash
jccs;
768
void CLG_(init_jcc_hash)(
jcc_hash
*);
769
void CLG_(copy_current_jcc_hash)(
jcc_hash
* dst);
770
jcc_hash
* CLG_(get_current_jcc_hash)(void);
771
void CLG_(set_current_jcc_hash)(
jcc_hash
*);
Completed in 64 milliseconds