Home
last modified time | relevance | path

Searched refs:destPos (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/C/
H A DLzma2Enc.c165 size_t destPos = 0; in Lzma2EncInt_EncodeSubblock() local
171 if (packSizeLimit - destPos < u + 3) in Lzma2EncInt_EncodeSubblock()
173 outBuf[destPos++] = (Byte)(p->srcPos == 0 ? LZMA2_CONTROL_COPY_RESET_DIC : LZMA2_CONTROL_COPY_NO_RESET); in Lzma2EncInt_EncodeSubblock()
174 outBuf[destPos++] = (Byte)((u - 1) >> 8); in Lzma2EncInt_EncodeSubblock()
175 outBuf[destPos++] = (Byte)(u - 1); in Lzma2EncInt_EncodeSubblock()
176 memcpy(outBuf + destPos, LzmaEnc_GetCurBuf(p->enc) - unpackSize, u); in Lzma2EncInt_EncodeSubblock()
178 destPos += u; in Lzma2EncInt_EncodeSubblock()
183 *packSizeRes += destPos; in Lzma2EncInt_EncodeSubblock()
184 if (ISeqOutStream_Write(outStream, outBuf, destPos) != destPos) in Lzma2EncInt_EncodeSubblock()
198 size_t destPos = 0; Lzma2EncInt_EncodeSubblock() local
635 const size_t destPos = *outBufSize; Lzma2Enc_EncodeMt1() local
[all...]
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp311 { if (dest) dest[destPos] = (wchar_t)UTF_ESCAPE(c); \
312 destPos++; ok = false; continue; }
318 { if (dest) dest[destPos] = (wchar_t)UTF_ESCAPE(c); \
319 destPos++; continue; }
341 size_t destPos = 0; in Utf8_To_Utf16() local
348 *destLen = destPos; in Utf8_To_Utf16()
357 dest[destPos] = (wchar_t)c; in Utf8_To_Utf16()
358 destPos++; in Utf8_To_Utf16()
445 dest[destPos] = (wchar_t)val; in Utf8_To_Utf16()
446 destPos in Utf8_To_Utf16()
[all...]
/third_party/pulseaudio/sonic/
H A DSonic.java64 int destPos, in move()
70 dest[destPos*numChannels + xSample] = source[sourcePos*numChannels + xSample]; in move()
62 move( short dest[], int destPos, short source[], int sourcePos, int numSamples) move() argument

Completed in 3 milliseconds