Home
last modified time | relevance | path

Searched defs:str (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_util_log.h24 #define UTIL_LOG_BYTE_BUFF(str, buff, size) {\ argument
36 #define UTIL_LOG_WORD_BUFF(str, buff, wordSize) {\ argument
50 #define UTIL_LOG_BYTE_BUFF(str, buff, size) do{ }while(0) argument
51 #define UTIL_LOG_WORD_BUFF(str, buff, size) do{ }while(0) argument
Dcommon_util_files.c108 int8_t str[NUM_OF_CHARS_FOR_BYTE+1]; in CC_CommonUtilCopyDataFromTextFile() local
/trusted-firmware-m-3.6.0/platform/ext/common/
Dtfm_hal_sp_logdev_periph.c14 static int tfm_output_unpriv_string(const unsigned char *str, size_t len) in tfm_output_unpriv_string()
21 int32_t tfm_hal_output_sp_log(const unsigned char *str, size_t len) in tfm_hal_output_sp_log()
Duart_stdout.c36 int stdio_output_string(const unsigned char *str, uint32_t len) in stdio_output_string()
72 int _write(int fd, char *str, int len) in _write()
Dtfm_hal_spm_logdev_peripheral.c11 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len) in tfm_hal_output_spm_log()
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/interface/
Dlog.h18 #define BL1_LOG(str) do { \ argument
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/fip_parser/
Dgpt.c21 static int gpt_strncmp(uint16_t *gpt_str, size_t gpt_maxlen, uint8_t *str, in gpt_strncmp()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtest_log.h162 #define TEST_PRINT_BYTE_BUFF(str, size, buff) do{ }while(0) argument
164 #define TEST_PRINT_WORD_BUFF(str, size, buff) do{ }while(0) argument
/trusted-firmware-m-3.6.0/secure_fw/spm/include/load/
Dservice_defs.h44 #define STRING_PTR_TO_STRID(str) (uintptr_t)(str) argument
/trusted-firmware-m-3.6.0/secure_fw/partitions/lib/runtime/
Dtfm_sp_log_raw.c39 const char *str) in _tfm_string_output()
/trusted-firmware-m-3.6.0/lib/fih/inc/
Dfih.h444 #define FIH_LABEL(str) __asm volatile ("FIH_LABEL_" str "_0_%=:" ::) argument
/trusted-firmware-m-3.6.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/
Dcrypto.c786 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg()
798 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) { (void)str; (void)reg… in dump_ecc_reg()
/trusted-firmware-m-3.6.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/
Dretarget.c57 char str[12], * p; in __aeabi_assert() local
Dcrypto.c839 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg()
851 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg()
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.c1245 static uint8_t StrFormatScanfStringHandling(char **str, uint32_t *flag, uint32_t *field_width, uint… in StrFormatScanfStringHandling()