Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8() argument51 memcpy(output, input, total_size); in arm_reshape_s8()
758 uint32_t total_size; in MEM_BufferAllocateFromArea() local767 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()
53 uint32_t total_size; member436 fsh->total_size = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()
2546 t_u32 total_size = 0; in handle_sdio_packet_read() local2593 while (total_size < datalen) in handle_sdio_packet_read()2617 total_size += size; in handle_sdio_packet_read()
1859 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size);