OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_PRIlx
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
31
#define
TCG_PRIlx
PRIx32
36
#define
TCG_PRIlx
PRIx64
tcg.c
915
fprintf(outfile, ",$0x%"
TCG_PRIlx
,
998
fprintf(outfile, ",$0x%"
TCG_PRIlx
, args[k++]);
1009
fprintf(outfile, "$0x%"
TCG_PRIlx
, arg);
[
all
...]
Completed in 52 milliseconds