Home
last modified time | relevance | path

Searched defs:format (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_log.h205 #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/
Dtest_log.h14 #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/
Dcmpu_integration_pal_log.h24 #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/
Ddmpu_integration_pal_log.h24 #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/
Dcc_pal_log.h104 #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/
Dnrfx_log.h60 #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/
Dtest_pal_log.c20 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/
Dtest_pal_log.c20 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/
Dtest_pal_log.c20 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/
Dtest_pal_log.c20 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/
Drse_comms.rst60 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/
Drun_integration_pal_log.h35 #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/
Dcommon_util_log.h19 #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/
Dcc312_log.c23 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/
Dcc_pal_log.c31 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/
Dcc_pal_log.c29 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/
Dcc_pal_log.c40 void CC_PalLog(int level, const char * format, ...) in CC_PalLog()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.c760 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/
Dfsl_str.c1414 int StrFormatScanf(const char *line_ptr, char *format, va_list args_ptr) in StrFormatScanf()