Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dinttypes.h175 #define __PRI32LEAST(x) __LEAST32 __STRINGIFY(x) macro
194 #define PRIdLEAST32 __PRI32LEAST(d)
195 #define PRIiLEAST32 __PRI32LEAST(i)
196 #define PRIoLEAST32 __PRI32LEAST(o)
197 #define PRIuLEAST32 __PRI32LEAST(u)
198 #define PRIxLEAST32 __PRI32LEAST(x)
199 #define PRIXLEAST32 __PRI32LEAST(X)