HomeSort by relevance Sort by last modified time
    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 24 milliseconds