Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dstdio.h325 #define _NOLIBC_PF_FLAG(ch) (1u << ((ch) & 0x1f)) macro
326 #define _NOLIBC_PF_FLAG_NZ(ch) ((ch) ? _NOLIBC_PF_FLAG(ch) : 0)
336 _NOLIBC_PF_FLAGS_CONTAIN(_NOLIBC_PF_FLAG(ch), cmp_1, __VA_ARGS__))
402 flags |= _NOLIBC_PF_FLAG('-'); in __nolibc_printf()
415 ch_flag = _NOLIBC_PF_FLAG('j'); in __nolibc_printf()
433 ch_flag = _NOLIBC_PF_FLAG(ch) | (flags & _NOLIBC_PF_FLAG('#')) >> 1; in __nolibc_printf()
440 if (_NOLIBC_PF_FLAGS_CONTAIN(ch_flag | (flags & ~_NOLIBC_PF_FLAG('p')), in __nolibc_printf()