Lines Matching +full:code +full:- +full:format
2 # SPDX-License-Identifier: Apache-2.0
15 # 80: -53% / 982 B (80 / 00)
17 bool "Space-optimized but feature-limited"
22 formatting capability is substituted. This has a much smaller code
39 Selecting this may increase code size on 32-bit systems as
56 With CBPRINTF_COMPLETE conversions that may result in value-specific
72 point format specifiers. Selecting this increases stack size
73 requirements slightly, but increases code size significantly.
81 The %a hexadecimal format for floating point value conversion was
83 appears in application code.
86 overall code size related to FP support.
88 # 40: -15% / -508 B (46 / 06)
90 bool "Select %a format for all floating point specifications"
94 The %a format for floats requires significantly less code than the
100 Selecting this decreases code size when FP_SUPPORT is enabled.
110 emitted. If enabled there is a small increase in code size.
115 bool "Generate C-library compatible functions using cbprintf"
122 When used with CBPRINTF_NANO this increases the implementation code
125 When used with picolibc, this option generates cbprintf-compatible
129 module-str = cbprintf_package
163 flag, the packaging function no longer looks at the format strings
173 candidate is used for %p format specifier. Check cannot be performed