Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ReshapeFunctions/
Darm_reshape_s8.c49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8() argument
51 memcpy(output, input, total_size); in arm_reshape_s8()
/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c758 uint32_t total_size; in MEM_BufferAllocateFromArea() local
767 total_size = (numBytes + BLOCK_HDR_SIZE); in MEM_BufferAllocateFromArea()
768 remaining_bytes = available_size - (int32_t)total_size; in MEM_BufferAllocateFromArea()
778 … ROUNDUP_WORD(((uint32_t)FreeBlockHdr + total_size + BLOCK_HDR_SIZE))); in MEM_BufferAllocateFromArea()
785 … FreeBlockHdr->next = (blockHeader_t *)ROUNDUP_WORD(((uint32_t)FreeBlockHdr + total_size)); in MEM_BufferAllocateFromArea()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c53 uint32_t total_size; member
436 fsh->total_size = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c2546 t_u32 total_size = 0; in handle_sdio_packet_read() local
2593 while (total_size < datalen) in handle_sdio_packet_read()
2617 total_size += size; in handle_sdio_packet_read()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h1859 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size);