Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c219 u32 cIn = 0; in DEMOFontPuts() local
247 while (cIn < stringLength) { in DEMOFontPuts()
254 for(; cIn < stringLength; cIn++) { in DEMOFontPuts()
256 u32 id = (u32) pStr[cIn]; in DEMOFontPuts()
265 cIn++; in DEMOFontPuts()