Searched refs:in8_ptr (Results 1 – 2 of 2) sorted by relevance
175 const uint8_t *in8_ptr, in CC_CommonConvertMsbLsbBytesToLswMswWords() argument186 if ((in8_ptr == NULL) || (out32_ptr == NULL)) in CC_CommonConvertMsbLsbBytesToLswMswWords()204 if (((CCVirtAddr_t)out32_ptr != (CCVirtAddr_t)in8_ptr) || (inpSizeInBytes & 3)) { in CC_CommonConvertMsbLsbBytesToLswMswWords()205 …CC_PalMemMove((uint8_t*)out32_ptr + roundedInpSizeInBytes - inpSizeInBytes, in8_ptr, inpSizeInByte… in CC_CommonConvertMsbLsbBytesToLswMswWords()
132 const uint8_t *in8_ptr,