Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Darch.h240 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) argument
245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
252 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
257 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
/lib/lwip/u-boot/arch/
A Dcc.h40 #define LWIP_CONST_CAST(target_type, val) ((target_type)((uintptr_t)val)) argument
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function625 psa_key_type_t target_type = target_type_arg;
656 psa_set_key_type(&attributes1, target_type);

Completed in 10 milliseconds