Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dftoa_engine.c38 static const int8_t exponentTable[32] = {
139 int8_t exp10 = exponentTable[idx]; in __ftoa_engine()
Dldtox_engine.c159 int8_t d; in __ldtox_engine()
/picolibc-latest/newlib/libc/include/sys/
D_stdint.h18 typedef __int8_t int8_t ; typedef
/picolibc-latest/newlib/libc/stdio/
Dopen_memstream.c97 int8_t wide; /* wide-oriented (>0) or byte-oriented (<0) */
363 c->wide = (int8_t) wide; in internalopen_memstream()
/picolibc-latest/newlib/libc/xdr/
Dxdr.c408 int8_t * int8_p) in xdr_int8_t()
421 *int8_p = (int8_t) t; in xdr_int8_t()
/picolibc-latest/newlib/libc/include/rpc/
Dxdr.h302 extern bool_t xdr_int8_t (XDR *, int8_t *);
/picolibc-latest/newlib/
DChangeLog-2015817 * libc/include/stdint.h (int8_t): Move to <sys/_stdint.h>.
12474 * libc/sys/linux/sys/types.h (int8_t): Add type.
15041 * libc/include/sys/types.h (int8_t): Make signed.