Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dldtox_engine.c86 #define LSIG_MASK _u128_minus_64(_u128_lshift(to_u128(1), LSIG_BITS), 1) macro
104 s = fi = _u128_lshift(_u128_and(fi, LSIG_MASK), LSIG_SHIFT); in __ldtox_engine()