Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c138 static uint32_t PrintGetPrecision(const char **s, va_list *ap, bool *valid_precision_width) in PrintGetPrecision() argument
145 if (NULL != valid_precision_width) in PrintGetPrecision()
147 *valid_precision_width = false; in PrintGetPrecision()
162 if (NULL != valid_precision_width) in PrintGetPrecision()
164 *valid_precision_width = true; in PrintGetPrecision()
172 if (NULL != valid_precision_width) in PrintGetPrecision()
174 *valid_precision_width = true; in PrintGetPrecision()
828 static int32_t ConvertPrecisionWidthToLength(bool valid_precision_width, uint32_t precision_width, … in ConvertPrecisionWidthToLength() argument
835 if (valid_precision_width) in ConvertPrecisionWidthToLength()
887 bool valid_precision_width; in StrFormatPrintf() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c170 static uint32_t PrintGetPrecision(const char **s, va_list *ap, bool *valid_precision_width) in PrintGetPrecision() argument
177 if (NULL != valid_precision_width) in PrintGetPrecision()
179 *valid_precision_width = false; in PrintGetPrecision()
194 if (NULL != valid_precision_width) in PrintGetPrecision()
196 *valid_precision_width = true; in PrintGetPrecision()
204 if (NULL != valid_precision_width) in PrintGetPrecision()
206 *valid_precision_width = true; in PrintGetPrecision()
815 bool valid_precision_width; in StrFormatPrintf() local
862 precision_width = PrintGetPrecision(&p, &ap, &valid_precision_width); in StrFormatPrintf()
1009 if (valid_precision_width) in StrFormatPrintf()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c595 bool valid_precision_width; in DbgConsole_PrintfFormattedData() local
691 valid_precision_width = false; in DbgConsole_PrintfFormattedData()
705 valid_precision_width = true; in DbgConsole_PrintfFormattedData()
712 valid_precision_width = true; in DbgConsole_PrintfFormattedData()
1097 if (valid_precision_width) in DbgConsole_PrintfFormattedData()
1116 if (valid_precision_width) in DbgConsole_PrintfFormattedData()