Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 52) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dnone.h82 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
100 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_armcc.h769 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
794 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang.h1167 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1192 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_iccarm.h801 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
819 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang_ltm.h1166 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
1191 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_armcc.h485 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
510 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang.h530 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
555 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_iccarm.h835 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
853 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
Dcmsis_armclang_ltm.h523 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
548 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h744 static __asm uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt()
761 __STATIC_INLINE uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt()
Drtx_core_cm.h822 static __asm uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt()
840 __STATIC_INLINE uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SoftmaxFunctions/
Darm_softmax_u8.c60 uint8_t max = *input; in arm_softmax_u8() local
Darm_softmax_s8.c103 int8_t max = ACT_MIN; in arm_softmax_s8() local
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
DOsIf_Timer_System_Internal_GenericTimer.c120 #define GENERICTIMER_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c100 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/src/
DOsIf_Timer_System_Internal_Systick.c106 #define SYSTICK_DELTA_OUTER(high, low, max) ((max) - ((high) - (low))) argument
/hal_nxp-latest/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.c80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init()
Dfsl_component_generic_list.h73 uint32_t max; /*!< list max number of elements */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_max_pool_s8.c43 const int8x16_t max = vmaxq_m_s8(vuninitializedq_s8(), op_1, op_2, p); in compare_and_replace_if_larger_q7() local
Darm_pool_q7_HWC.c278 int max = -129; in arm_maxpool_q7_HWC() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h313 uint16_t max; ///< Maximum Items member
435 uint16_t max; ///< Maximum Items member
/hal_nxp-latest/imx/drivers/
Duart_imx.c143 uint32_t max = m > n ? m : n; in UART_SetBaudRate() local
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c12 #define CLOCK_RATE_IN_RANGE(x, min, max) (((x) > (min)) && ((x) < (max))) argument
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c12 #define CLOCK_RATE_IN_RANGE(x, min, max) (((x) > (min)) && ((x) < (max))) argument

123