Home
last modified time | relevance | path

Searched refs:nLoop (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1052 for (int nLoop = PARAM_0; nLoop < length; nLoop++) { in PutChar_unlocked_One()
1053 ret = putchar_unlocked(ch[nLoop]); in PutChar_unlocked_One()
1054 NAPI_ASSERT(env, ret == ch[nLoop], "putChar_unlocked Error"); in PutChar_unlocked_One()
1196 for (int nLoop = PARAM_0; nLoop < length; nLoop++) { in Putchar_One()
1197 ret = putchar(ch[nLoop]); in Putchar_One()
1198 NAPI_ASSERT(env, ret == ch[nLoop], "Putchar_On in Putchar_One()
[all...]
H A Dwcharndk1.cpp402 for (int nLoop = PARAM_0; nLoop < length; nLoop++) { in PutWChar_One()
403 ret = putwchar(wch[nLoop]); in PutWChar_One()
404 NAPI_ASSERT(env, static_cast<wchar_t>(ret) == wch[nLoop], "putwchar Error"); in PutWChar_One()

Completed in 6 milliseconds