Searched defs:_c (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu_timer_internal.h | 131 #define __likely(_c) __builtin_expect((_c), 1) argument 132 #define __unlikely(_c) __builtin_expect((_c), 0) argument
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | cos_sin.h | 134 #define COMPUTE_COS_SIN_F(_x, _c, _s) { \ argument 171 #define COMPUTE_COS_SIN(_x, _c, _s) { \ argument
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.h | 693 _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
|
D | local.h | 282 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()
|
D | vfwscanf.c | 214 #define INCCL(_c) \ argument
|