Home
last modified time | relevance | path

Searched refs:wordIdx (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/rth/rth/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
50 my $wordIdx = 0;
83 $wordIdx = 0;
87 printWordsElem( $textInputIdx, $wordIdx, $tokens[1] );
92 printSuggsElem( $textInputIdx, $wordIdx, @suggs );
93 $wordIdx++;
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
50 my $wordIdx = 0;
83 $wordIdx = 0;
87 printWordsElem( $textInputIdx, $wordIdx, $tokens[1] );
92 printSuggsElem( $textInputIdx, $wordIdx, @suggs );
93 $wordIdx++;
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
50 my $wordIdx = 0;
85 $wordIdx = 0;
89 printWordsElem( $textInputIdx, $wordIdx, $tokens[1] );
94 printSuggsElem( $textInputIdx, $wordIdx, @suggs );
95 $wordIdx++;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DBitField.h275 *this->GetWordAddress<WordType>(wordIdx) = word; in SetWord()
293 VTKM_EXEC_CONT WordType GetWord(vtkm::Id wordIdx) const noexcept in GetWord() argument
295 return *this->GetWordAddress<WordType>(wordIdx); in GetWord()
301 VTKM_EXEC_CONT WordType GetWordAtomic(vtkm::Id wordIdx) const in GetWordAtomic() argument
325 VTKM_EXEC_CONT WordType NotWordAtomic(vtkm::Id wordIdx) const in NotWordAtomic() argument
331 WordType* addr = this->GetWordAddress<WordType>(wordIdx); in NotWordAtomic()
361 WordType* addr = this->GetWordAddress<WordType>(wordIdx); in AndWordAtomic()
391 WordType* addr = this->GetWordAddress<WordType>(wordIdx); in OrWordAtomic()
421 WordType* addr = this->GetWordAddress<WordType>(wordIdx); in XorWordAtomic()
475 VTKM_EXEC_CONT bool CompareExchangeWordAtomic(vtkm::Id wordIdx, in CompareExchangeWordAtomic() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d371 assert(wordIdx < _control.rep.length);
385 ? tuple(wordIdx + 1, 0u)
390 if (_control.rep[wordIdx] & mask)
394 return tuple(wordIdx + 1, 0u);
407 _control.rep[wordIdx] |= mask;
419 assert(wordIdx < _control.rep.length); in allocateAtTail()
487 _control.rep[wordIdx] |= ~mask; in allocateAtFront()
520 const wordIdx = blockIdxAfter / 64, in expand() local
598 if (_startIdx > wordIdx) _startIdx = wordIdx; in deallocate()
614 ++wordIdx; in deallocate()
[all …]
/dports/lang/nx/nsf2.3.0/generic/
H A DnsfCompile.c143 int code, wordIdx; in selfDispatchCompile() local
159 for (wordIdx=0, tokenPtr = parsePtr->tokenPtr + 0; in selfDispatchCompile()
160 wordIdx < parsePtr->numWords; in selfDispatchCompile()
161 wordIdx++, tokenPtr += (tokenPtr->numComponents + 1)) { in selfDispatchCompile()
190 TclEmitInstInt1(instructions[INST_SELF_DISPATCH].bytecode, wordIdx, envPtr); in selfDispatchCompile()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d434 assert(wordIdx < _control.rep.length); in BitmappedBlockImpl()
478 ? tuple(wordIdx + 1, 0u) in BitmappedBlockImpl()
483 if (_control.rep[wordIdx] & mask) in BitmappedBlockImpl()
487 return tuple(wordIdx + 1, 0u); in BitmappedBlockImpl()
513 _control.rep[wordIdx] |= mask; in BitmappedBlockImpl()
527 assert(wordIdx < _control.rep.length); in BitmappedBlockImpl()
637 _control.rep[wordIdx] |= ~mask; in BitmappedBlockImpl()
690 const wordIdx = blockIdxAfter / 64, in BitmappedBlockImpl()
825 if (_startIdx > wordIdx) _startIdx = wordIdx; in BitmappedBlockImpl()
861 ++wordIdx; in BitmappedBlockImpl()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DHTMLGen.cc481 int wordIdx, t, i; in appendSpans() local
492 for (wordIdx = firstWordIdx; in appendSpans()
493 (spanDir >= 0) ? wordIdx <= lastWordIdx : wordIdx >= lastWordIdx; in appendSpans()
494 wordIdx += spanDir) { in appendSpans()
495 word1 = (TextWord *)words->get(wordIdx); in appendSpans()
542 (dropCapLine && wordIdx == 0) ? "line-height:75%;" : "", in appendSpans()
549 if (spanDir != primaryDir && wordIdx == firstWordIdx) { in appendSpans()
551 if (wordIdx > 0) { in appendSpans()
580 if (spanDir != primaryDir && wordIdx == lastWordIdx) { in appendSpans()
585 if (wordIdx > 0) { in appendSpans()
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DHTMLGen.cc481 int wordIdx, t, i; in appendSpans() local
492 for (wordIdx = firstWordIdx; in appendSpans()
493 (spanDir >= 0) ? wordIdx <= lastWordIdx : wordIdx >= lastWordIdx; in appendSpans()
494 wordIdx += spanDir) { in appendSpans()
495 word1 = (TextWord *)words->get(wordIdx); in appendSpans()
542 (dropCapLine && wordIdx == 0) ? "line-height:75%;" : "", in appendSpans()
549 if (spanDir != primaryDir && wordIdx == firstWordIdx) { in appendSpans()
551 if (wordIdx > 0) { in appendSpans()
580 if (spanDir != primaryDir && wordIdx == lastWordIdx) { in appendSpans()
585 if (wordIdx > 0) { in appendSpans()
[all …]
/dports/devel/pasm/am335x_pru_package-pasm-0.84/pru_sw/utils/pasm_source/
H A Dpasm.c842 int srcIdx,wordIdx; in ParseSourceLine() local
859 wordIdx = 0; in ParseSourceLine()
862 if( wordIdx>=(TOKEN_MAX_LEN-1) ) in ParseSourceLine()
864 pa->Term[0][wordIdx++] = c; in ParseSourceLine()
867 pa->Term[0][wordIdx]=0; in ParseSourceLine()
898 wordIdx=0; in ParseSourceLine()
915 if( wordIdx>=(TOKEN_MAX_LEN-1) ) in ParseSourceLine()
930 if( wordIdx>=(TOKEN_MAX_LEN-1) ) in ParseSourceLine()
936 pa->Term[parmCnt][wordIdx] = 0; in ParseSourceLine()
939 while( wordIdx && (pa->Term[parmCnt][wordIdx-1]==0x9 || pa->Term[parmCnt][wordIdx-1]==' ') ) in ParseSourceLine()
[all …]
H A Dpasmpp.c634 int i,srcIdx,dstIdx,wordIdx; in ParseSource() local
639 wordIdx = 0; in ParseSource()
654 wordIdx=0; in ParseSource()
655 word[wordIdx++]=c; in ParseSource()
672 if( (wordIdx>=(TOKEN_MAX_LEN-1)) || !LabelChar(c,0) ) in ParseSource()
680 word[wordIdx]=0; in ParseSource()
697 for(i=0;i<wordIdx;i++) in ParseSource()
709 word[wordIdx++]=c; in ParseSource()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompCmdsGR.c196 wordIdx = 0; in TclCompileIfCmd()
199 for (wordIdx = 0; wordIdx < numWords; wordIdx++) { in TclCompileIfCmd()
216 wordIdx = 0; in TclCompileIfCmd()
227 wordIdx++; in TclCompileIfCmd()
231 if (wordIdx >= numWords) { in TclCompileIfCmd()
283 wordIdx++; in TclCompileIfCmd()
293 wordIdx++; in TclCompileIfCmd()
357 wordIdx++; in TclCompileIfCmd()
374 wordIdx++; in TclCompileIfCmd()
393 wordIdx++; in TclCompileIfCmd()
[all …]
H A DtclCompile.c1820 wordIdx = 1; in TclCompileInvocation()
1824 for (; wordIdx < numWords; wordIdx++, tokenPtr = TokenAfter(tokenPtr)) { in TclCompileInvocation()
1827 SetLineInformation(wordIdx); in TclCompileInvocation()
1843 if (wordIdx <= 255) { in TclCompileInvocation()
1860 int wordIdx = 0; in CompileExpanded() local
1866 wordIdx = 1; in CompileExpanded()
1870 for (; wordIdx < numWords; wordIdx++, tokenPtr = TokenAfter(tokenPtr)) { in CompileExpanded()
1873 SetLineInformation(wordIdx); in CompileExpanded()
3284 for (wordIdx=0 ; wordIdx<numWords; in EnterCmdWordData()
3290 wwlines[wordIdx] = in EnterCmdWordData()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompCmdsGR.c197 wordIdx = 0; in TclCompileIfCmd()
200 for (wordIdx = 0; wordIdx < numWords; wordIdx++) { in TclCompileIfCmd()
217 wordIdx = 0; in TclCompileIfCmd()
228 wordIdx++; in TclCompileIfCmd()
232 if (wordIdx >= numWords) { in TclCompileIfCmd()
284 wordIdx++; in TclCompileIfCmd()
294 wordIdx++; in TclCompileIfCmd()
358 wordIdx++; in TclCompileIfCmd()
375 wordIdx++; in TclCompileIfCmd()
394 wordIdx++; in TclCompileIfCmd()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/
H A DBarContentAssistProcessor.java158 int wordIdx= Arrays.asList(completeString.split("\\W")).indexOf(word); in computeContextInformation() local
159 if (wordIdx >= 0) { in computeContextInformation()
161 new BarContextInformation(word, "idx= " + wordIdx, wordBegin) in computeContextInformation()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclCompile.c1317 wordIdx < parsePtr->numWords; in TclCompileScript()
1364 wordIdx < parsePtr->numWords; wordIdx++, in TclCompileScript()
1391 if ((wordIdx == 0) && !expand) { in TclCompileScript()
1563 TclAdjustStackDepth((1-wordIdx), envPtr); in TclCompileScript()
1564 } else if (wordIdx > 0) { in TclCompileScript()
1574 if (wordIdx <= 255) { in TclCompileScript()
2572 int wordIdx, wordLine, *wwlines; in EnterCmdWordData() local
2600 for (wordIdx=0 ; wordIdx<numWords; in EnterCmdWordData()
2605 wwlines[wordIdx] = in EnterCmdWordData()
2607 ePtr->line[wordIdx] = wordLine; in EnterCmdWordData()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompCmds.c1161 wordIdx = 0;
1164 for (wordIdx = 0; wordIdx < numWords; wordIdx++) {
1182 wordIdx = 0;
1193 wordIdx++;
1197 if (wordIdx >= numWords) {
1260 wordIdx++;
1276 wordIdx++;
1355 wordIdx++;
1380 wordIdx++;
1411 wordIdx++;
[all …]

123456