/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
D | test_pal_log.h | 205 #define TEST_PRINTF_ERROR(format, ...) {\ argument 222 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 238 #define TEST_PRINTF_MESSAGE(format, ...) {\ argument 256 #define TEST_PRINTF(format, ...) {\ argument 274 #define TEST_FPRINTF(fd, format, ...) {\ argument 291 #define TEST_PRINTF_NO_FUNC(format, ...) {\ argument 309 #define TEST_FPRINTF_NO_FUNC(fd, format, ...) {\ argument 394 #define TEST_PRINTF(format, ...) do { } while (0) argument 395 #define TEST_FPRINTF(fd, format, ...) do { } while (0) argument 396 #define TEST_PRINTF_NO_FUNC(format, ...) do { } while (0) argument [all …]
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | test_log.h | 14 #define TEST_PRINTF_ERROR(format, ...) {\ argument 19 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 27 #define TEST_PRINTF_MESSAGE(format, ...) {\ argument 57 #define TEST_PRINTF_TRACE(format, ...) {\ argument 64 #define TEST_FPRINTF(fd, format, ...) {\ argument 69 #define TEST_PRINTF(format, ...) {\ argument 75 #define TEST_PRINTF1(format, ...) {\ argument 80 #define TEST_FPRINTF1(fd, format, ...) {\ argument 159 #define TEST_FPRINTF(fd, format, ...) do{ }while(0) argument 160 #define TEST_PRINTF(format, ...) do{ }while(0) argument [all …]
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/cmpu_integration_test/pal/include/ |
D | cmpu_integration_pal_log.h | 24 #define CMPUIT_PRINT(format, ...) \ argument 40 #define CMPUIT_PRINT_ERROR(format, ...) \ argument 48 #define CMPUIT_PRINT_DBG(format, ...) \ argument 54 #define CMPUIT_PRINT_DBG(format, ...) \ argument
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/pal/include/ |
D | dmpu_integration_pal_log.h | 24 #define DMPUIT_PRINT(format, ...) \ argument 40 #define DMPUIT_PRINT_ERROR(format, ...) \ argument 48 #define DMPUIT_PRINT_DBG(format, ...) \ argument 54 #define DMPUIT_PRINT_DBG(format, ...) \ argument
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
D | cc_pal_log.h | 104 #define _CC_PAL_LOG(level, format, ...) \ argument 110 #define CC_PAL_LOG_ERR(format, ... ) \ argument 119 #define CC_PAL_LOG_WARN(format, ... ) \ argument 129 #define CC_PAL_LOG_INFO(format, ... ) \ argument 139 #define CC_PAL_LOG_DEBUG(format, ... ) \ argument 167 #define CC_PAL_LOG_TRACE(format, ... ) \ argument 177 #define CC_PAL_LOG_DATA(format, ...) \ argument
|
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/common/ |
D | nrfx_log.h | 60 #define NRFX_LOG_ERROR(format, ...) argument 68 #define NRFX_LOG_WARNING(format, ...) argument 76 #define NRFX_LOG_INFO(format, ...) argument 84 #define NRFX_LOG_DEBUG(format, ...) argument
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() 68 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() 37 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() 60 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() 73 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() 88 void Test_PalFprintf(void *fd, const char *function, const char *format, ...) in Test_PalFprintf()
|
/trusted-firmware-m-3.7.0/docs/platform/arm/rse/ |
D | rse_comms.rst | 60 Embed protocol 98 Pointer access protocol
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/pal/include/ |
D | run_integration_pal_log.h | 35 #define RUNIT_PRINT(format, ...) \ argument 128 #define RUNIT_PRINT_ERROR(format, ...) \ argument 138 #define RUNIT_PRINT_DBG(format, ...) \ argument 160 #define RUNIT_PRINT_DBG(format, ...) do {} while(0) argument
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_log.h | 19 #define UTIL_LOG_ERR(format, args...) \ argument 49 #define UTIL_LOG_INFO(format...) do{ }while(0) argument
|
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/ |
D | cc312_log.c | 23 void CC_PalLog(int level, const char* format, ...) in CC_PalLog()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_log.c | 31 void CC_PalLog(int level, const char * format, ...) in CC_PalLog()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
D | cc_pal_log.c | 29 void CC_PalLog(int level, const char * format, ...) in CC_PalLog()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
D | cc_pal_log.c | 40 void CC_PalLog(int level, const char * format, ...) in CC_PalLog()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/ |
D | ecp_alt.c | 760 int format, size_t *olen, in mbedtls_ecp_point_write_binary() 935 int format, size_t *olen, in mbedtls_ecp_tls_write_point()
|
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
D | fsl_str.c | 1414 int StrFormatScanf(const char *line_ptr, char *format, va_list args_ptr) in StrFormatScanf()
|