Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_memory.c316 const u16* p1end = (const u16*)( (const u8*)p1 + size ); in MIi_CpuComp16() local
318 while( p1 < p1end ) in MIi_CpuComp16()
539 const u32* p1end = (const u32*)( (const u8*)p1 + size ); in MIi_CpuComp32() local
541 for( ; p1 < p1end; ++p1, ++p2 ) in MIi_CpuComp32()
1415 const u8* p1end = (const u8*)( (const u8*)p1 + size ); in MI_CpuComp8() local
1417 while( p1 < p1end ) in MI_CpuComp8()