Searched refs:pMem1 (Results 1 – 1 of 1) sorted by relevance
2391 u8 *pMem1; in RTMPCompareMemory() local2395 pMem1 = (u8 *)pSrc1; in RTMPCompareMemory()2399 if (pMem1[Index] > pMem2[Index]) in RTMPCompareMemory()2401 else if (pMem1[Index] < pMem2[Index]) in RTMPCompareMemory()2464 u8 *pMem1; in RTMPMoveMemory() local2470 pMem1 = (u8 *)pDest; in RTMPMoveMemory()2474 pMem1[Index] = pMem2[Index]; in RTMPMoveMemory()