Home
last modified time | relevance | path

Searched refs:top (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_HWC_q7_RGB.c139 union arm_nnword top; in arm_convolve_HWC_q7_RGB() local
142 top.word = __SXTB16(buf); in arm_convolve_HWC_q7_RGB()
157 *pBuffer++ = top.half_words[0]; in arm_convolve_HWC_q7_RGB()
158 *__SIMD32(pBuffer) = __PKHBT(bottom.word, top.word, 0); in arm_convolve_HWC_q7_RGB()
172 *__SIMD32(pBuffer) = __PKHTB(top.word, bottom.word, 0); in arm_convolve_HWC_q7_RGB()
/hal_nxp-latest/mcux/mcux-sdk/components/video/
Dfsl_video_common.c270 stack->top = 0U; in VIDEO_STACK_Init()
279 if (stack->top > 0U) in VIDEO_STACK_Pop()
281 *item = stack->buf[--stack->top]; in VIDEO_STACK_Pop()
297 if (stack->top < (stack->maxCount)) in VIDEO_STACK_Push()
299 stack->buf[stack->top++] = item; in VIDEO_STACK_Push()
Dfsl_video_common.h138 volatile uint32_t top; /*!< Current top stack top. */ member
344 return stack->top; in VIDEO_STACK_GetCount()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
Dreadme.txt4 This is the top level Multicore SDK directory. This directory contains source code
21 Multicore SDK documents can be found in the top level MCUXpressoSDK doc directory:
/hal_nxp-latest/s32/
DREADME10 Zephyr shim drivers are built on top of these imported drivers to adapt the S32
/hal_nxp-latest/mcux/
DREADME55 LPC, and i.MX SoCs. Zephyr shim drivers are built on top of these imported
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py776 def _add_to_tree(node, top): argument
782 _tree.move(id(node), "" if parent is top else id(parent), "end")
/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING.md128 Commits must build cleanly when applied on top of each other, thus avoiding breaking bisectability.…
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c461 void MultprecModulo(unsigned r_out[], const unsigned v[], int top);
635 void MultprecModulo(unsigned r_out[], const unsigned v[], int top) in MultprecModulo() argument
666 for (j = top; j >= 0; j--) in MultprecModulo()