Searched refs:vstr (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/ |
| D | fsl_debug_console.c | 575 char vstr[33]; in DbgConsole_PrintfFormattedData() local 802 vlen = DbgConsole_ConvertRadixNumToString(vstr, &ival, 1, 10, use_caps); in DbgConsole_PrintfFormattedData() 803 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData() 870 … vlen = DbgConsole_ConvertFloatRadixNumToString(vstr, &fval, 10, precision_width); in DbgConsole_PrintfFormattedData() 871 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData() 952 vlen = DbgConsole_ConvertRadixNumToString(vstr, &uval, 0, 16, use_caps); in DbgConsole_PrintfFormattedData() 953 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData() 1050 … vlen = DbgConsole_ConvertRadixNumToString(vstr, &uval, 0, (int32_t)radix, use_caps); in DbgConsole_PrintfFormattedData() 1051 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/ |
| D | fsl_str.c | 795 char vstr[33]; in StrFormatPrintf() local 896 vlen = ConvertRadixNumToString((char *)vstr, (void *)&ival, 1, 10, use_caps); in StrFormatPrintf() 897 vstrp = &vstr[vlen]; in StrFormatPrintf() 909 vlen = ConvertFloatRadixNumToString(vstr, &fval, 10, precision_width); in StrFormatPrintf() 910 vstrp = &vstr[vlen]; in StrFormatPrintf() 945 vlen = ConvertRadixNumToString((char *)vstr, (void *)&uval, 0, 16, use_caps); in StrFormatPrintf() 946 vstrp = &vstr[vlen]; in StrFormatPrintf() 990 vlen = ConvertRadixNumToString((char *)vstr, (void *)&uval, 0, radix, use_caps); in StrFormatPrintf() 991 vstrp = &vstr[vlen]; in StrFormatPrintf()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/str/ |
| D | fsl_str.c | 869 char vstr[33]; in StrFormatPrintf() local 957 vlen = ConvertRadixNumToString((char *)vstr, (void *)&ival, 1, 10, use_caps); in StrFormatPrintf() 958 vstrp = &vstr[vlen]; in StrFormatPrintf() 970 vlen = ConvertFloatRadixNumToString(vstr, &fval, 10, precision_width); in StrFormatPrintf() 971 vstrp = &vstr[vlen]; in StrFormatPrintf() 997 vlen = ConvertRadixNumToString((char *)vstr, (void *)&uval, 0, 16, use_caps); in StrFormatPrintf() 998 vstrp = &vstr[vlen]; in StrFormatPrintf() 1031 vlen = ConvertRadixNumToString((char *)vstr, (void *)&uval, 0, radix, use_caps); in StrFormatPrintf() 1032 vstrp = &vstr[vlen]; in StrFormatPrintf()
|