Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h81 #define frexp(__x,__p) _f_frexp((__x),(__p)) argument
108 #define frexpf(__x,__p) _f_frexpf((__x),(__p)) argument
/picolibc-latest/newlib/libc/stdio/
Dlocal.h293 #define __swputc_raw(__c, __p) \ argument
302 #define __swputc(__c, __p) \ argument
307 #define __swputc(__c, __p) __swputc_raw(__c, __p) argument
Dstdio.h675 _ELIDABLE_INLINE int _sgetc( FILE *__p) in _sgetc()
689 #define _sgetc( __p) _sgetc_raw( __p) argument
707 #define _sputc_raw( __c, __p) \ argument
716 #define _sputc( __c, __p) \ argument
721 #define _sputc( __c, __p) _sputc_raw( __c, __p) argument