OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcg_clear_temp_count
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.c
636
void
tcg_clear_temp_count
(void)
function
[
all
...]
tcg.h
593
/* If you call
tcg_clear_temp_count
() at the start of a section of
598
void
tcg_clear_temp_count
(void);
601
#define
tcg_clear_temp_count
() do { } while (0)
macro
Completed in 95 milliseconds