Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/tools/makelcf/
Dspec.l118 nl \r?\n
123 qstring \"[^\"\n\r]*\"
124 string_wo_ws [^ \t\n\r]+
/TwlSDK-5.4.5/build/tools/makelcf.TWL/
Dspec.l33 nl \r?\n
38 qstring \"[^\"\n\r]*\"
39 string_wo_ws [^ \t\n\r]+
/TwlSDK-5.4.5/build/libraries/os/common/src/
Dos_reset.c179 u32 n; in OS_ResetSystem() local
180 for( n=0; n<4; n++ ) in OS_ResetSystem()
182 MI_StopDma(n); in OS_ResetSystem()
186 MI_StopNDma(n); in OS_ResetSystem()
/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c597 int n = STD_GetStringLength(dst); in FSi_GetFullPath() local
598 (void)STD_MoveMemory(&dst[m + 2], &dst[0], (u32)n + 1); in FSi_GetFullPath()
1892 int n = (dstlen - 1 < srclen) ? (dstlen - 1) : srclen; in FSi_CopySafeUnicodeString() local
1893 while ((dstpos < n) && src[srcpos]) in FSi_CopySafeUnicodeString()
1905 int n = (dstlen - 1 < srclen) ? (dstlen - 1) : srclen; in FSi_CopySafeUnicodeString() local
1906 while ((dstpos < n) && src[srcpos]) in FSi_CopySafeUnicodeString()