Home
last modified time | relevance | path

Searched refs:curPos (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js1185 const curPos = pos;
1187 if (pos === curPos && !isPunctuator(ch))
1394 function isParenKeyword (curPos) {
1395 return source.charCodeAt(curPos) === 101/*e*/ && source.startsWith('whil', curPos - 4) ||
1396 source.charCodeAt(curPos) === 114/*r*/ && source.startsWith('fo', curPos - 2) ||
1397 source.charCodeAt(curPos - 1) === 105/*i*/ && source.charCodeAt(curPos) === 102/*f*/;
1415 function isExpressionTerminator (curPos) {
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp122 size_t curPos = m_buf.size(); in put() local
123 m_buf.resize(curPos + sizeof(T)); in put()
124 deMemcpy(&m_buf[curPos], &netValue, sizeof(T)); in put()
134 int curPos = (int)m_buf.size(); in put() local
137 m_buf.resize(curPos + strLen+1); in put()
138 deMemcpy(&m_buf[curPos], &value[0], strLen+1); in put()
H A DxsWin32TestProcess.cpp134 int curPos = 0; in run() local
139 while (curPos < (int)m_caseList.size()) in run()
142 const int numToWrite = de::min(maxWriteSize, (int)m_caseList.size() - curPos); in run()
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped)) in run()
165 curPos += (int)numBytesWritten; in run()
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp995 int curPos = 0;
996 while (curPos < dataSize)
998 int blockSize = 1 + deRandom_getUint32(&rnd) % (dataSize-curPos);
1000 deFileResult result = deFile_write(file, &data[curPos], blockSize, &numWritten);
1005 curPos += blockSize;
1012 curPos = 0;
1013 while (curPos < dataSize)
1016 int numToRead = 1 + deRandom_getUint32(&rnd) % deMin(dataSize-curPos, DE_LENGTH_OF_ARRAY(block));
1022 DE_VERIFY(deMemCmp(block, &data[curPos], numToRead) == 0);
1024 curPos
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuResource.cpp69 long curPos = ftell(m_file); in getSize() local
72 fseek(m_file, curPos, SEEK_SET); in getSize()
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.cpp235 size_t curPos = m_call->getDataSize(); in write() local
236 m_call->setDataSize(curPos+numBytes); in write()
237 deMemcpy(m_call->getData()+curPos, bytes, numBytes); in write()
/third_party/skia/tools/
H A Dskpinfo.cpp88 size_t curPos = stream.getPosition(); in main() local
92 if (curPos+chunkSize > totStreamSize) { in main()
/third_party/lzma/C/
H A DLzFindMt.c574 UInt32 curPos = 2; in BtGetMatches() local
599 while (curPos < limit) in BtGetMatches()
636 (kMtBtBlockSize - curPos >= p->hashNumAvail) */ in BtGetMatches()
638 d[0] = curPos + avail; in BtGetMatches()
639 d += curPos; in BtGetMatches()
669 while (curPos < limit && size-- != 0) in BtGetMatches()
671 UInt32 *startDistances = d + curPos; in BtGetMatches()
676 curPos += num; in BtGetMatches()
688 pos, p->buffer, p->son, p->cutValue, d + curPos, in BtGetMatches()
705 curPos in BtGetMatches()
[all...]
H A DXzEnc.c320 size_t curPos; member
368 p->curPos = p->endPos = 0; in SeqInFilter_Init()
387 if (!p->srcWasFinished && p->curPos == p->endPos) in SeqInFilter_Read()
389 p->curPos = 0; in SeqInFilter_Read()
396 SizeT srcLen = p->endPos - p->curPos; in SeqInFilter_Read()
402 p->buf + p->curPos, &srcLen, in SeqInFilter_Read()
405 p->curPos += srcLen; in SeqInFilter_Read()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c162 deInt64 curPos = lseek(file->fd, 0, SEEK_CUR); in deFile_getSize() local
164 if (curPos < 0) in deFile_getSize()
172 lseek(file->fd, (off_t)curPos, SEEK_SET); in deFile_getSize()
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp673 const off_t curPos = seekToCur();
674 if (curPos == -1)
677 seek(curPos, SEEK_SET);
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h378 int curPos = i; in scanToken() local
386 parseContext.ppError(lastLineTokenLocs[curPos], "(#) can be preceded in its line only by spaces or horizontal tabs", "#", ""); in scanToken()
/third_party/curl/lib/
H A Dftp.c4189 const char *curPos = rawPath; in ftp_parse_url_path() local
4206 while((slashPos = strchr(curPos, '/'))) { in ftp_parse_url_path()
4207 size_t compLen = slashPos - curPos; in ftp_parse_url_path()
4217 char *comp = Curl_memdup0(curPos, compLen); in ftp_parse_url_path()
4224 curPos = slashPos + 1; in ftp_parse_url_path()
4228 fileName = curPos; /* the rest is the file name (or empty) */ in ftp_parse_url_path()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 174 milliseconds