Searched refs:pfOutput (Results 1 – 2 of 2) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/t_cose/test/ |
| D | run_tests.c | 143 OutputStringCB pfOutput, in RunTestsTCose() argument 180 if(pfOutput) { in RunTestsTCose() 181 (*pfOutput)(t2->szTestName, poutCtx, 0); in RunTestsTCose() 185 if(pfOutput) { in RunTestsTCose() 186 (*pfOutput)(" FAILED (returned ", poutCtx, 0); in RunTestsTCose() 187 (*pfOutput)(szTestResult, poutCtx, 0); in RunTestsTCose() 188 (*pfOutput)(")", poutCtx, 1); in RunTestsTCose() 192 if(pfOutput) { in RunTestsTCose() 193 (*pfOutput)( " PASSED", poutCtx, 1); in RunTestsTCose() 227 if(pfOutput) { in RunTestsTCose() [all …]
|
| D | run_tests.h | 57 OutputStringCB pfOutput, 68 void PrintSizesTCose(OutputStringCB pfOutput, void *pOutCtx);
|