Lines Matching refs:p1
314 const u16* p1 = mem1; in MIi_CpuComp16() local
316 const u16* p1end = (const u16*)( (const u8*)p1 + size ); in MIi_CpuComp16()
318 while( p1 < p1end ) in MIi_CpuComp16()
320 int d = (int)*p1++ - (int)*p2++; in MIi_CpuComp16()
537 const u32* p1 = mem1; in MIi_CpuComp32() local
539 const u32* p1end = (const u32*)( (const u8*)p1 + size ); in MIi_CpuComp32()
541 for( ; p1 < p1end; ++p1, ++p2 ) in MIi_CpuComp32()
543 const u32 v1 = *p1; in MIi_CpuComp32()
1413 const u8* p1 = mem1; in MI_CpuComp8() local
1415 const u8* p1end = (const u8*)( (const u8*)p1 + size ); in MI_CpuComp8()
1417 while( p1 < p1end ) in MI_CpuComp8()
1419 const int d = (int)*p1++ - (int)*p2++; in MI_CpuComp8()