Home
last modified time | relevance | path

Searched defs:to_u128 (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h277 #define to_u128(x) (x) macro
315 static inline _u128 to_u128(uint64_t x) in to_u128() function