Home
last modified time | relevance | path

Searched refs:__PRI64LEAST (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dinttypes.h226 #define __PRI64LEAST(x) __LEAST64 __STRINGIFY(x) macro
247 #define PRIdLEAST64 __PRI64LEAST(d)
248 #define PRIiLEAST64 __PRI64LEAST(i)
249 #define PRIoLEAST64 __PRI64LEAST(o)
250 #define PRIuLEAST64 __PRI64LEAST(u)
251 #define PRIxLEAST64 __PRI64LEAST(x)
252 #define PRIXLEAST64 __PRI64LEAST(X)