Home | History | Annotate | Download | only in src

Lines Matching refs:PRId64

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