Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dprint.c27 static u16 PRi_SplitCharShiftJIS(const void **ppChar);
292 static u16 PRi_SplitCharShiftJIS(const void **ppChar) in PRi_SplitCharShiftJIS() argument
297 SDK_NULL_ASSERT(ppChar); in PRi_SplitCharShiftJIS()
298 SDK_NULL_ASSERT(*ppChar); in PRi_SplitCharShiftJIS()
300 pChar = (const u8 *)*ppChar; in PRi_SplitCharShiftJIS()
305 *(u32 *)ppChar += 2; in PRi_SplitCharShiftJIS()
310 *(u32 *)ppChar += 1; in PRi_SplitCharShiftJIS()