Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c678 …tic void *MEM_BufferAllocateFromArea(memAreaPrivDesc_t *p_area, uint8_t area_id, uint32_t numBytes) in MEM_BufferAllocateFromArea() argument
710 if (available_size >= numBytes) /* enough space in this free buffer */ in MEM_BufferAllocateFromArea()
722 … ((available_size - numBytes) < (available_size >> cMemManagerLightReuseFreeBlocks))) in MEM_BufferAllocateFromArea()
729 FreeBlockHdr->buff_size = (uint16_t)numBytes; in MEM_BufferAllocateFromArea()
767 total_size = (numBytes + BLOCK_HDR_SIZE); in MEM_BufferAllocateFromArea()
783 FreeBlockHdr->buff_size = (uint16_t)numBytes; in MEM_BufferAllocateFromArea()
830 UsableBlockHdr->buff_size = (uint16_t)numBytes; in MEM_BufferAllocateFromArea()
888 MEM_BufferAllocates_memStatis(buffer, ALLOC_TIME, numBytes); in MEM_BufferAllocateFromArea()
890 MEM_BufferAllocates_memStatis(buffer, 0, numBytes); in MEM_BufferAllocateFromArea()
908 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate() argument
[all …]
Dfsl_component_mem_manager.c443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId() argument
458 while (0U != numBytes) in MEM_BufferAllocWithId()
460 if ((numBytes <= pPool->blockSize) && (pPool->poolId == poolId)) in MEM_BufferAllocWithId()
471 pBlock->allocatedBytes = (uint16_t)numBytes; in MEM_BufferAllocWithId()
506 MEM_BufferAllocates_memStatis(buffer, ALLOC_TIME, numBytes); in MEM_BufferAllocWithId()
508 MEM_BufferAllocates_memStatis(buffer, 0, numBytes); in MEM_BufferAllocWithId()
521 fragmentWaste = pPool->blockSize - numBytes; in MEM_BufferAllocWithId()
Dfsl_component_mem_manager.h95 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0) argument
301 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId);
/hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c3283 static void ltc_hash_block_to_ififo(LTC_Type *base, const ltc_hash_block_t *blk, uint32_t numBytes,… in ltc_hash_block_to_ififo() argument
3288 words = numBytes / 4u; in ltc_hash_block_to_ififo()
3289 if (0U != (numBytes % 4u)) in ltc_hash_block_to_ififo()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c34 …ENETC_ISIDKC0PF0CR_BYTE_OFFSET(x.byteOffset) | NETC_SW_ENETC_ISIDKC0PF0CR_NUM_BYTES(x.numBytes) | \
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h362 uint8_t numBytes : 4; /*!< Specify the size (numBytes + 1) of the payload key field */ member