Searched refs:MBEDTLS_MAYBE_UNUSED (Results 1 – 3 of 3) sorted by relevance
409 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)411 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro414 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__GNUC__)415 # define MBEDTLS_MAYBE_UNUSED __attribute__((unused)) macro417 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__IAR_SYSTEMS_ICC__) && defined(__VER__)425 # define MBEDTLS_MAYBE_UNUSED _Pragma("diag_suppress=Pe177") macro428 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(_MSC_VER)429 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189)) macro431 #if !defined(MBEDTLS_MAYBE_UNUSED)432 # define MBEDTLS_MAYBE_UNUSED macro
345 MBEDTLS_MAYBE_UNUSED static unsigned char FSb[256];346 MBEDTLS_MAYBE_UNUSED static uint32_t FT0[256];347 MBEDTLS_MAYBE_UNUSED static uint32_t FT1[256];348 MBEDTLS_MAYBE_UNUSED static uint32_t FT2[256];349 MBEDTLS_MAYBE_UNUSED static uint32_t FT3[256];354 MBEDTLS_MAYBE_UNUSED static unsigned char RSb[256];356 MBEDTLS_MAYBE_UNUSED static uint32_t RT0[256];357 MBEDTLS_MAYBE_UNUSED static uint32_t RT1[256];358 MBEDTLS_MAYBE_UNUSED static uint32_t RT2[256];359 MBEDTLS_MAYBE_UNUSED static uint32_t RT3[256];[all …]
1077 MBEDTLS_MAYBE_UNUSED1111 MBEDTLS_MAYBE_UNUSED1125 MBEDTLS_MAYBE_UNUSED1142 MBEDTLS_MAYBE_UNUSED
Completed in 17 milliseconds