Home
last modified time | relevance | path

Searched defs:buffName (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtest_log.h33 #define TEST_PRINT_WORD_BUFF_TRACE(buffName, size, buff) {\ argument
45 #define TEST_PRINT_BYTE_BUFF_TRACE(buffName, size, buff) {\ argument
85 #define TEST_PRINT_WORD_BUFF(buffName, size, buff) {\ argument
98 #define TEST_PRINT_BYTE_BUFF(buffName, size, buff) {\ argument
110 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) {\ argument
123 #define TEST_FPRINT_LONG_NUM(fd, buffName, buff, size) {\ argument
133 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument
145 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument
163 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) do{ }while(0) argument
165 #define TEST_FPRINT_LONG_NUM(fd, buffName, buff, size) do{ }while(0) argument
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_log.h328 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) {\ argument
347 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument
367 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument
386 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) {\ argument
398 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) do { } while (0) argument
399 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) do { } while (0) argument
400 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) do { } while (0) argument
401 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) do { } while (0) argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/
Dtest_pal_log.c76 void Test_PalPrintByteBuff(const char *function, const char *buffName, in Test_PalPrintByteBuff()
95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff()
106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax()
117 void Test_PalPrintWordBuff(const char *function, const char *buffName, in Test_PalPrintWordBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_log.c76 void Test_PalPrintByteBuff(const char *function, const char *buffName, in Test_PalPrintByteBuff()
95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff()
106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax()
117 void Test_PalPrintWordBuff(const char *function, const char *buffName, in Test_PalPrintWordBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/
Dtest_pal_log.c76 void Test_PalPrintByteBuff(const char *function, const char *buffName, in Test_PalPrintByteBuff()
95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff()
106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax()
117 void Test_PalPrintWordBuff(const char *function, const char *buffName, in Test_PalPrintWordBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_log.c109 void Test_PalPrintByteBuff(const char *function, const char *buffName, in Test_PalPrintByteBuff()
127 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff()
145 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax()
164 void Test_PalPrintWordBuff(const char *function, const char *buffName, in Test_PalPrintWordBuff()