Searched defs:numBytes (Results 1 – 5 of 5) sorted by relevance
678 …tic void *MEM_BufferAllocateFromArea(memAreaPrivDesc_t *p_area, uint8_t area_id, uint32_t numBytes) in MEM_BufferAllocateFromArea()908 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate()945 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
95 #define MEM_BufferAlloc(numBytes) MEM_BufferAllocWithId(numBytes, 0) argument
443 void *MEM_BufferAllocWithId(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocWithId()
3283 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()
362 uint8_t numBytes : 4; /*!< Specify the size (numBytes + 1) of the payload key field */ member