Searched refs:NumToString (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/t_cose/test/ |
| D | run_tests.c | 106 static const char *NumToString(int32_t nNum, UsefulBuf StringMem) in NumToString() function 234 (*pfOutput)(NumToString(nTestResult, StringStorage), poutCtx, 0); in RunTestsTCose() 251 (*pfOutput)( NumToString(nTestsRun, StringStorage), poutCtx, 0); in RunTestsTCose() 253 (*pfOutput)( NumToString(nTestsFailed, StringStorage), poutCtx, 0); in RunTestsTCose() 273 (*pfOutput)(NumToString((int32_t)uSize, buffer), pOutCtx, 0); in PrintSize()
|