Home
last modified time | relevance | path

Searched refs:tIdx (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/awka/awka-0.7.5/benchmark/
H A Dloop.awk13 tIdx["AUS"] =AUS =1
14 tIdx["BDESH"]=BDESH=2
15 tIdx["ENG"] =ENG =3
16 tIdx["IND"] =IND =4
17 tIdx["KENYA"]=KENYA=5
18 tIdx["NZ"] =NZ =6
19 tIdx["PAK"] =PAK =7
20 tIdx["RSA"] =RSA =8
21 tIdx["SCOT"] =SCOT =9
22 tIdx["SL"] =SL =10
[all …]
H A Dloop.pl28 $tIdx{'AUS'} = $AUS = 1;
30 $tIdx{'ENG'} = $ENG = 3;
31 $tIdx{'IND'} = $IND = 4;
33 $tIdx{'NZ'} = $NZ = 6;
34 $tIdx{'PAK'} = $PAK = 7;
35 $tIdx{'RSA'} = $RSA = 8;
36 $tIdx{'SCOT'} = $SCOT = 9;
37 $tIdx{'SL'} = $SL = 10;
38 $tIdx{'WI'} = $WI = 11;
39 $tIdx{'ZIM'} = $ZIM = 12;
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/lldb/unittests/
H A Dtest_lldb.cpp1004 COMPARE_DATA(tIdx, "#1 at foo()"); in testStack()
1006 QCOMPARE(stackModel->rowCount(tIdx), 4); in testStack()
1022 COMPARE_DATA(tIdx, "#1 at main"); in testStack()
1023 QCOMPARE(stackModel->rowCount(tIdx), 3); in testStack()
1056 COMPARE_DATA(tIdx, "#1 at foo()"); in testStackFetchMore()
1130 COMPARE_DATA(tIdx, "#1 at main"); in testStackDeactivateAndActive()
1131 QCOMPARE(stackModel->rowCount(tIdx), 3); in testStackDeactivateAndActive()
1163 COMPARE_DATA(tIdx, "#1 at main"); in testStackSwitchThread()
1169 tIdx = stackModel->index(1,0); in testStackSwitchThread()
1173 int rows = stackModel->rowCount(tIdx); in testStackSwitchThread()
[all …]
/dports/audio/libshairport/libshairport-1.2.0.20310_lib/src/
H A Dshairport.c248 for(tIdx = getdtablesize(); tIdx >= 0; --tIdx) in main()
253 dup(tIdx); in main()
254 dup(tIdx); in main()
263 int tIdx = 0; in main() local
264 for(tIdx=0;tIdx<HWID_SIZE;tIdx++) in main()
266 if(tIdx > 0) in main()
274 sprintf(tHWID_Hex+(tIdx*2), "%02X",tHWID[tIdx]); in main()
408 int tIdx = 0; in findEnd() local
410 for(tIdx = 0; tIdx < tLen; tIdx++) in findEnd()
433 if(tIdx + 1 < tLen && tReadBuf[tIdx+1] == '\n') in findEnd()
[all …]
/dports/finance/frontaccounting/frontaccounting/reporting/includes/fpdi/decoders/
H A DLZWDecode.php24 var $tIdx; variable in LZWDecode
77 if ($code < $this->tIdx) {
107 $this->tIdx = 258;
118 $this->sTable[$this->tIdx++] = $string;
120 if ($this->tIdx == 511) {
122 } else if ($this->tIdx == 1023) {
124 } else if ($this->tIdx == 2047) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DLzw.php36 protected $tIdx; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
106 if ($code < $this->tIdx) {
137 $this->tIdx = 258;
152 $this->sTable[$this->tIdx++] = $string;
154 if ($this->tIdx === 511) {
156 } elseif ($this->tIdx === 1023) {
158 } elseif ($this->tIdx === 2047) {
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DLzw.php37 protected $tIdx; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
108 if ($code < $this->tIdx) {
139 $this->tIdx = 258;
154 $this->sTable[$this->tIdx++] = $string;
156 if ($this->tIdx === 511) {
158 } elseif ($this->tIdx === 1023) {
160 } elseif ($this->tIdx === 2047) {
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DLzw.php36 protected $tIdx; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
106 if ($code < $this->tIdx) {
137 $this->tIdx = 258;
152 $this->sTable[$this->tIdx++] = $string;
154 if ($this->tIdx === 511) {
156 } elseif ($this->tIdx === 1023) {
158 } elseif ($this->tIdx === 2047) {
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DLzw.php37 protected $tIdx; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
108 if ($code < $this->tIdx) {
139 $this->tIdx = 258;
154 $this->sTable[$this->tIdx++] = $string;
156 if ($this->tIdx === 511) {
158 } elseif ($this->tIdx === 1023) {
160 } elseif ($this->tIdx === 2047) {
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/unittests/
H A Dtest_gdb.cpp675 COMPARE_DATA(tIdx, "#1 at foo"); in testStack()
677 QCOMPARE(stackModel->rowCount(tIdx), 2); in testStack()
689 COMPARE_DATA(tIdx, "#1 at main"); in testStack()
690 QCOMPARE(stackModel->rowCount(tIdx), 1); in testStack()
723 COMPARE_DATA(tIdx, "#1 at foo"); in testStackFetchMore()
794 COMPARE_DATA(tIdx, "#1 at main"); in testStackDeactivateAndActive()
795 QCOMPARE(stackModel->rowCount(tIdx), 1); in testStackDeactivateAndActive()
828 COMPARE_DATA(tIdx, "#1 at main"); in testStackSwitchThread()
834 tIdx = stackModel->index(1,0); in testStackSwitchThread()
838 int rows = stackModel->rowCount(tIdx); in testStackSwitchThread()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkImplicitFunction.cxx55 for (vtkIdType tIdx = 0; tIdx < numTuples; ++tIdx) in operator ()() local
58 in[0] = static_cast<double>(src.Get(tIdx, 0)); in operator ()()
59 in[1] = static_cast<double>(src.Get(tIdx, 1)); in operator ()()
60 in[2] = static_cast<double>(src.Get(tIdx, 2)); in operator ()()
61 dest.Set(tIdx, 0, this->F(in)); in operator ()()
H A DvtkPlane.cxx248 for (vtkIdType tIdx = begin; tIdx < end; ++tIdx) in operator ()() local
251 x[0] = static_cast<OutputValueType>(src.Get(tIdx, 0)); in operator ()()
252 x[1] = static_cast<OutputValueType>(src.Get(tIdx, 1)); in operator ()()
253 x[2] = static_cast<OutputValueType>(src.Get(tIdx, 2)); in operator ()()
258 dest.Set(tIdx, 0, out); in operator ()()
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DMatrixTransform.cpp51 for (size_t tIdx = 0; tIdx < transSize; tIdx++) { in Render() local
52 t[tIdx] = trans[tIdx] * m_transform; in Render()
/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DInOutOctree.hpp775 tIdx, in insertMeshCells()
806 tIdx, in insertMeshCells()
1152 tIdx = idx; in withinGrayBlock()
1158 tIdx, in withinGrayBlock()
1173 tIdx = localIdx; in withinGrayBlock()
1179 tIdx, in withinGrayBlock()
1193 (tIdx == idx) ? tri.normal() : m_meshWrapper.cellPositions(tIdx).normal(); in withinGrayBlock()
1267 tIdx = idx; in withinGrayBlock()
1274 tIdx, in withinGrayBlock()
1294 tIdx = localIdx; in withinGrayBlock()
[all …]
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/lib/
H A Depson-escpr-pm.c415 for(tIdx = 0; tIdx < num_mType; tIdx++) { in epspmCreateMediaInfo()
419 num_mType--; tIdx--; in epspmCreateMediaInfo()
583 for(tIdx = 0; tIdx < pMSize->numTypes && pmIdx < pmSize-4; tIdx++){ /* 4 = T x x / */ in epspmMargePaperSource()
585 pMSize->typeList[tIdx].paperSource = pmString[pmIdx+1]; in epspmMargePaperSource()
590 pMSize->typeList[tIdx].paperSource |= EPS_MPID_AUTO; in epspmMargePaperSource()
599 if(tIdx >= pMSize->numTypes){ in epspmMargePaperSource()
2956 for(tIdx = 0; tIdx < num_mType; tIdx++){ in pm3ScanLfield()
2972 num_mType--; tIdx--; in pm3ScanLfield()
2981 num_mType--; tIdx--; in pm3ScanLfield()
3005 pMedia->sizeList[sIdx].typeList[tIdx].paperSource = in pm3ScanLfield()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/spatialstructure/
H A DKdTree3DNNSearch.h61 vtkm::Id tIdx, in NearestNeighborSearch3D() argument
70 if (tIdx - sIdx == 1) in NearestNeighborSearch3D()
86 vtkm::Id splitNodeLoc = static_cast<vtkm::Id>(vtkm::Ceil(double((sIdx + tIdx)) / 2.0)); in NearestNeighborSearch3D()
128 tIdx, in NearestNeighborSearch3D()
141 tIdx, in NearestNeighborSearch3D()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/spatialstructure/
H A DKdTree3DNNSearch.h66 vtkm::Id tIdx, in NearestNeighborSearch3D() argument
75 if (tIdx - sIdx == 1) in NearestNeighborSearch3D()
91 vtkm::Id splitNodeLoc = static_cast<vtkm::Id>(vtkm::Ceil(double((sIdx + tIdx)) / 2.0)); in NearestNeighborSearch3D()
133 tIdx, in NearestNeighborSearch3D()
146 tIdx, in NearestNeighborSearch3D()
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Ddelta_index.go37 tIdx := h & idx.mask
38 eIdx := idx.table[tIdx]
154 tIdx := key & s.mask
155 head := s.table[tIdx]
163 s.table[tIdx] = eIdx

12345