Home
last modified time | relevance | path

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

/btstack/chipset/sx128x/SMTC_Drivers/
H A Dutilities.h46 #define MIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dble_const.h105 #define MIN( a, b ) (((a) < (b)) ? (a) : (b)) macro
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.h10 #define MIN(n,m) (((n) < (m)) ? (n) : (m)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h67 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h91 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h78 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/btstack/3rd-party/lc3-google/tools/
H A Ddlc3.c37 #define MIN(a, b) ( (a) < (b) ? (a) : (b) ) macro
/btstack/3rd-party/bluedroid/decoder/srce/
H A Dbitalloc.c97 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT.c167 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro