Searched defs:curPos (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/tools/
H A Dskpinfo.cpp85 size_t curPos = stream.getPosition(); local
89 if (curPos+chunkSize > totStreamSize) {
/external/deqp/framework/common/
H A DtcuResource.cpp69 long curPos = ftell(m_file); local
72 fseek(m_file, curPos, SEEK_SET);
/external/lzma/CPP/Common/
H A DC_FileIO.cpp38 off_t curPos = Seek(0, SEEK_CUR); local
40 Seek(curPos, SEEK_SET);
/external/deqp/execserver/
H A DxsProtocol.cpp122 size_t curPos = m_buf.size(); local
123 m_buf.resize(curPos + sizeof(T));
124 deMemcpy(&m_buf[curPos], &netValue, sizeof(T));
134 int curPos = (int)m_buf.size(); local
137 m_buf.resize(curPos + strLen+1);
138 deMemcpy(&m_buf[curPos], &value[0], strLen+1);
H A DxsWin32TestProcess.cpp134 int curPos = 0; local
139 while (curPos < (int)m_caseList.size())
142 const int numToWrite = de::min(maxWriteSize, (int)m_caseList.size() - curPos);
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped))
165 curPos += (int)numBytesWritten;
/external/deqp/executor/
H A DxeCallQueue.cpp235 size_t curPos = m_call->getDataSize(); local
236 m_call->setDataSize(curPos+numBytes);
237 deMemcpy(m_call->getData()+curPos, bytes, numBytes);
/external/deqp/framework/delibs/deutil/
H A DdeFile.c162 deInt64 curPos = lseek(file->fd, 0, SEEK_CUR); local
164 if (curPos < 0)
172 lseek(file->fd, (off_t)curPos, SEEK_SET);
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java797 private int index, curPos; field in class:Descriptor.Iterator
807 index = curPos = 0;
826 public char currentChar() { return desc.charAt(curPos); }
866 curPos = index;
868 return curPos;
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DSeekableXZInputStream.java153 private long curPos = 0; field in class:SeekableXZInputStream
686 curPos += ret;
766 return seekNeeded ? seekPos : curPos;
835 seekPos = curPos;
842 curPos = seekPos;
858 // NOTE: If curPos points to the beginning of this Block, it's
863 if (!(curPos > curBlockInfo.uncompressedOffset && curPos <= seekPos)) {
873 curPos = curBlockInfo.uncompressedOffset;
878 if (seekPos > curPos) {
[all...]
/external/lzma/C/
H A DLzFindMt.c316 UInt32 curPos = 2; local
319 while (curPos < limit)
328 distances[curPos++] = 0;
347 while (curPos < limit && size-- != 0)
349 UInt32 *startDistances = distances + curPos;
354 curPos += num;
362 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
363 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes);
379 distances[0] = curPos;
[all...]
H A DXzEnc.c213 size_t curPos; member in struct:__anon13069
227 if (!p->srcWasFinished && p->curPos == p->endPos)
229 p->curPos = 0;
236 SizeT srcLen = p->endPos - p->curPos;
240 res = p->StateCoder.Code(p->StateCoder.p, data, size, p->buf + p->curPos, &srcLen,
242 p->curPos += srcLen;
274 p->curPos = p->endPos = 0;
/external/svox/pico/lib/
H A Dpicospho.c532 picoos_uint16 oldPos, curPos; local
588 curPos = spho->phonWritePos;
635 i = curPos;
946 picoos_uint16 curPos /*, nextPos */; local
993 curPos = spho->headxWritePos;
1024 if (curPos < spho->headxWritePos) { /* we did get some new items */
1026 spho->headxWritePos - curPos));
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp247 int curPos = start; local
253 info_curchar = *(PAGECHAR_INFO*)m_charList.GetAt(curPos++);
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 909 milliseconds

12