Home
last modified time | relevance | path

Searched refs:MACRO_EXPANSION_TO_STR (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/programs/test/
Dquery_config.c114 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) macro
136 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_ASM ); in query_config()
144 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_UDBL_DIVISION ); in query_config()
152 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_64BIT_MULTIPLICATION ); in query_config()
160 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_SSE2 ); in query_config()
168 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME ); in query_config()
176 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME_DATE ); in query_config()
184 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_MEMORY ); in query_config()
192 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_NO_STD_FUNCTIONS ); in query_config()
200 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_EXIT_ALT ); in query_config()
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt114 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro)