Lines Matching defs:PRIx64
71 * printf("u = %016" PRIx64 "\n", u);195 #define PRIx64 "lx"198 #define PRIx64 "llx"201 #ifdef PRIx64202 #define PRIxLEAST64 PRIx64203 #define PRIxFAST64 PRIx64326 #ifdef PRIx64327 #define SCNx64 PRIx64328 #define SCNxLEAST64 PRIx64329 #define SCNxFAST64 PRIx64