| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
| D | test_pal_log.c | 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() function 81 Test_PalPrintf(function, "printing %s, byte size %d\n", buffName, in Test_PalPrintByteBuff() 86 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintByteBuff() 87 Test_PalPrintf(NULL, "0x%02X ", in Test_PalPrintByteBuff() 90 Test_PalPrintf(NULL, "\n"); in Test_PalPrintByteBuff() 122 Test_PalPrintf(function, "printing %s, word size %d\n", buffName, in Test_PalPrintWordBuff() 126 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintWordBuff() 127 Test_PalPrintf(NULL, "0x%08X ", in Test_PalPrintWordBuff() 130 Test_PalPrintf(NULL, "\n"); in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
| D | test_pal_log.c | 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() function 81 Test_PalPrintf(function, "printing %s, byte size %d\n", buffName, in Test_PalPrintByteBuff() 86 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintByteBuff() 87 Test_PalPrintf(NULL, "0x%02X ", in Test_PalPrintByteBuff() 90 Test_PalPrintf(NULL, "\n"); in Test_PalPrintByteBuff() 122 Test_PalPrintf(function, "printing %s, word size %d\n", buffName, in Test_PalPrintWordBuff() 126 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintWordBuff() 127 Test_PalPrintf(NULL, "0x%08X ", in Test_PalPrintWordBuff() 130 Test_PalPrintf(NULL, "\n"); in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
| D | test_pal_log.c | 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() function 81 Test_PalPrintf(function, "printing %s, byte size %d\n", buffName, in Test_PalPrintByteBuff() 86 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintByteBuff() 87 Test_PalPrintf(NULL, "0x%02X ", in Test_PalPrintByteBuff() 90 Test_PalPrintf(NULL, "\n"); in Test_PalPrintByteBuff() 122 Test_PalPrintf(function, "printing %s, word size %d\n", buffName, in Test_PalPrintWordBuff() 126 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintWordBuff() 127 Test_PalPrintf(NULL, "0x%08X ", in Test_PalPrintWordBuff() 130 Test_PalPrintf(NULL, "\n"); in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
| D | test_pal_log.c | 73 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() function 114 Test_PalPrintf(function, "printing %s, byte size %d\n", in Test_PalPrintByteBuff() 118 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintByteBuff() 119 Test_PalPrintf(NULL, "0x%02X ", in Test_PalPrintByteBuff() 122 Test_PalPrintf(NULL, "\n"); in Test_PalPrintByteBuff() 169 Test_PalPrintf(function, "printing %s, word size %d\n", buffName, in Test_PalPrintWordBuff() 173 Test_PalPrintf(NULL, "\n\t"); in Test_PalPrintWordBuff() 174 Test_PalPrintf(NULL, "0x%08X ", in Test_PalPrintWordBuff() 177 Test_PalPrintf(NULL, "\n"); in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
| D | test_pal_log.h | 93 void Test_PalPrintf(const char *function, const char *format, ...); 257 Test_PalPrintf(__FUNCTION__, format, ##__VA_ARGS__);\ 258 Test_PalPrintf(NULL, "\n");\ 292 Test_PalPrintf(NULL, format, ##__VA_ARGS__);\ 293 Test_PalPrintf(NULL, "\n");\
|