Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu_timer_internal.h131 #define __likely(_c) __builtin_expect((_c), 1) argument
132 #define __unlikely(_c) __builtin_expect((_c), 0) argument
/picolibc-latest/newlib/libm/machine/spu/headers/
Dcos_sin.h134 #define COMPUTE_COS_SIN_F(_x, _c, _s) { \ argument
171 #define COMPUTE_COS_SIN(_x, _c, _s) { \ argument
/picolibc-latest/newlib/libc/stdio/
Dstdio.h693 _ELIDABLE_INLINE int _sputc( int _c, FILE *_p) { in _sputc()
754 _putchar_unlocked(int _c) in _putchar_unlocked()
761 #define putc(_c, _p) _sputc( _c, _p) argument
763 #define putchar(_c) _putchar_unlocked(_c) argument
768 #define putchar_unlocked(_c) _putchar_unlocked(_c) argument
Dlocal.h282 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()
Dvfwscanf.c214 #define INCCL(_c) \ argument