Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwiced_resource.h47 #define MIN(x, y) ( (x) < (y) ? (x) : (y) ) macro
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h427 #define MIN( a, b ) ( ( (a) < (b) ) ? (a) : (b) ) macro
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c907 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro