Searched refs:dstIndex (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkArgv.c84 int dstIndex; /* Index into argv to which next unused
92 srcIndex = dstIndex = 0;
95 srcIndex = dstIndex = 1;
163 argv[dstIndex] = curArg;
164 dstIndex++;
212 *((int *) infoPtr->dst) = dstIndex;
297 argv[dstIndex] = argv[srcIndex];
299 dstIndex++;
302 argv[dstIndex] = NULL;
303 *argcPtr = dstIndex;
83 int dstIndex; /* Index into argv to which next unused local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkArgv.c88 int dstIndex; /* Index into argv to which next unused
96 srcIndex = dstIndex = 0;
99 srcIndex = dstIndex = 1;
169 argv[dstIndex] = curArg;
170 dstIndex++;
221 *((int *) infoPtr->dst) = dstIndex;
314 argv[dstIndex] = argv[srcIndex];
316 dstIndex++;
319 argv[dstIndex] = (char *) NULL;
320 *argcPtr = dstIndex;
87 int dstIndex; /* Index into argv to which next unused local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDisplacementMap.cpp139 int dstIndex = line + x * 4; local
140 int srcX = x + static_cast<int>(scaleForColorX * srcPixelArrayB->item(dstIndex + m_xChannelSelector - 1) + scaledOffsetX);
141 int srcY = y + static_cast<int>(scaleForColorY * srcPixelArrayB->item(dstIndex + m_yChannelSelector - 1) + scaledOffsetY);
144 dstPixelArray->set(dstIndex + channel, static_cast<unsigned char>(0));
147 dstPixelArray->set(dstIndex + channel, pixelValue);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp662 void BytecodeGenerator::retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index) argument
666 dstIndex = instructions().at(size - 3).u.operand;
671 void BytecodeGenerator::retrieveLastUnaryOp(int& dstIndex, int& srcIndex) argument
675 dstIndex = instructions().at(size - 2).u.operand;
704 int dstIndex; local
708 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
710 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
721 int dstIndex; local
725 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
727 if (cond->index() == dstIndex
738 int dstIndex; local
755 int dstIndex; local
772 int dstIndex; local
787 int dstIndex; local
814 int dstIndex; local
831 int dstIndex; local
848 int dstIndex; local
865 int dstIndex; local
882 int dstIndex; local
897 int dstIndex; local
912 int dstIndex; local
1051 int dstIndex; local
[all...]
H A DBytecodeGenerator.h564 void retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index);
565 void retrieveLastUnaryOp(int& dstIndex, int& srcIndex);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dnucnvtst.c3459 int32_t dstIndex=0; local
3480 if(dstIndex < dstLen){
3482 dst[dstIndex++] = U16_LEAD(c);
3483 if(dstIndex<dstLen){
3484 dst[dstIndex]=U16_TRAIL(c);
3489 dst[dstIndex]=(UChar)c;
3495 dstIndex++; /* for preflighting */
3497 return dstIndex;
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3922 CFIndex srcIndex = 0, dstIndex = 0; local
3925 thePath[dstIndex] = thePath[srcIndex];
3926 dstIndex++;
3929 thePath[dstIndex] = 0;

Completed in 172 milliseconds