Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_memory.c1365 const u16* p16 = (const u16*)p8; in MI_CpuFind8() local
1366 const u16* p16end = p16 + MATH_ROUNDDOWN(size, 2); in MI_CpuFind8()
1368 for( ; p16 < p16end; ++p16 ) in MI_CpuFind8()
1370 const u16 v = *p16; in MI_CpuFind8()
1374 return (void*)( (u8*)p16 + 0 ); in MI_CpuFind8()
1378 return (void*)( (u8*)p16 + 1 ); in MI_CpuFind8()