Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c1206 int column_count; in OS_VSNPrintfEx() local
1216 column_count = precision; in OS_VSNPrintfEx()
1235 if (column_count > 0) in OS_VSNPrintfEx()
1237 --column_count; in OS_VSNPrintfEx()
1240 if (column_count == 0) in OS_VSNPrintfEx()
1247 column_count = precision; in OS_VSNPrintfEx()