Lines Matching +full:max +full:- +full:current +full:- +full:180
4 * SPDX-License-Identifier: Apache-2.0
52 #define VA_STACK_ALIGN(type) MAX(VA_STACK_MIN_ALIGN, __alignof__(type))
71 * list function are stored on the stack at addresses which are 32-bit
77 * to take the alignment into consideration and copy 64-bit arguments
78 * as 32-bit words.
95 /* NOLINTBEGIN(misc-redundant-expression) */
115 /* NOLINTEND(misc-redundant-expression) */
394 ((sizeof(fmt) >= 180 && fmt[177] != '%' && fmt[178] == '%' && fmt[179] == 'p') ? 1 : 0) + \
395 ((sizeof(fmt) >= 181 && fmt[178] != '%' && fmt[179] == '%' && fmt[180] == 'p') ? 1 : 0) + \
396 ((sizeof(fmt) >= 182 && fmt[179] != '%' && fmt[180] == '%' && fmt[181] == 'p') ? 1 : 0) + \
397 ((sizeof(fmt) >= 183 && fmt[180] != '%' && fmt[181] == '%' && fmt[182] == 'p') ? 1 : 0) + \
534 _Pragma("GCC diagnostic ignored \"-Wpointer-arith\"") \
630 MAX(_Generic((_arg) + 0, \
670 * @param _align_offset Current index with alignment offset.
696 _rws_buffer[_rws_pos_idx++] = arg_idx - 1; \
705 _rws_buffer[_rws_pos_idx++] = arg_idx - 1; \
732 _Pragma("GCC diagnostic ignored \"-Wsizeof-array-decay\"")
782 _Pragma("GCC diagnostic ignored \"-Wpointer-arith\"") \
791 (__ASSERT(!((uintptr_t)buf & (CBPRINTF_PACKAGE_ALIGNMENT - 1)), \
805 Z_CBPRINTF_PCHAR_COUNT(_flags, __VA_ARGS__) : _alls_cnt - _fros_cnt; \
806 uint8_t _ros_cnt = _ros_pos_en ? (1 + _alls_cnt - _rws_cnt) : 0; \
818 _outlen = -EINVAL; \
823 (_outlen) = -ENOSPC; \
846 (_outlen) = (_total_len > (int)_pmax) ? -ENOSPC : _total_len; \