Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_printf.c1209 int column_count; in OS_VSNPrintfEx() local
1219 column_count = precision; in OS_VSNPrintfEx()
1238 if (column_count > 0) in OS_VSNPrintfEx()
1240 --column_count; in OS_VSNPrintfEx()
1243 if (column_count == 0) in OS_VSNPrintfEx()
1250 column_count = precision; in OS_VSNPrintfEx()