Searched refs:nRestCount (Results 1 – 1 of 1) sorted by relevance
261 sal_uInt32 nRestCount(nBytesCount - nCount); in AddBytes() local262 if ((rPos + nRestCount) <= SEQUENCESIZE) in AddBytes()264 memcpy( &(pTarget[rPos]), &pBytes[nCount], nRestCount); in AddBytes()265 rPos += nRestCount; in AddBytes()268 AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); in AddBytes()
Completed in 13 milliseconds