Searched refs:top (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_convolve_HWC_q7_RGB.c | 139 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/ |
| D | fsl_video_common.c | 270 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()
|
| D | fsl_video_common.h | 138 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/ |
| D | readme.txt | 4 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/ |
| D | README | 10 Zephyr shim drivers are built on top of these imported drivers to adapt the S32
|
| /hal_nxp-latest/mcux/ |
| D | README | 55 LPC, and i.MX SoCs. Zephyr shim drivers are built on top of these imported
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | guiconfig.py | 776 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/ |
| D | CONTRIBUTING.md | 128 Commits must build cleanly when applied on top of each other, thus avoiding breaking bisectability.…
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 461 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()
|