Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_DeliverArg.cpp218 char *pEnd = pBuffer + nBufferSize; in ConvertToArguments() local
224 while (*pString == cs && p < pEnd) in ConvertToArguments()
230 while (*pString && p < pEnd) in ConvertToArguments()
250 if (p >= pEnd) in ConvertToArguments()
252 *(pEnd - 2) = '\0'; in ConvertToArguments()
253 *(pEnd - 1) = '\0'; in ConvertToArguments()
260 while ((p + 1) >= pEnd) in ConvertToArguments()
277 if (p < pEnd) in ConvertToArguments()
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_MersenneTwister.cpp195 bit32* pEnd = reinterpret_cast<bit32*>(end4); in GenerateRandomBytes() local
197 while( p32 < pEnd ) in GenerateRandomBytes()
Dmath_TinyMt.cpp161 bit32* pEnd = reinterpret_cast<bit32*>(end4); in GenerateRandomBytes() local
163 while( p32 < pEnd ) in GenerateRandomBytes()
/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_CecAPI.h70 nn::Result GetEventLog(u8 pStreetPassEventsBuf[], s32* pEnd, s32 start, s32 length);
Dcec_Cec.h91 … static nn::Result GetEventLog( u8 pCecExchangeEventsBuf[], s32* pEnd, s32 start, s32 length );
Dcec_CecSys.h93 … static nn::Result GetEventLog( u8 pCecExchangeEventsBuf[], s32* pEnd, s32 start, s32 length );