Lines Matching refs:PRId64
95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.140 #ifndef PRId64141 # define PRId64 "lld"364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));