Home
last modified time | relevance | path

Searched refs:endW (Results 26 – 43 of 43) sorted by relevance

12

/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DSocket.cpp241 SocketList::iterator endW = writeList.end(); in select()
248 SocketList::iterator pos = std::find(begW, endW, *it); in select()
249 if (pos != endW) --nfd; in select()
281 slIt = std::find_if(begW, endW, Socket::FDCompare(pPollArr[idx].fd)); in select()
282 if (POLLOUT & pPollArr[idx].revents && slIt != endW) readyWriteList.push_back(*slIt); in select()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/datasets/
H A DImageDataset.cpp173 const int endW = startW + wCropSize; in convertImage() local
178 float(endW - 1), float(startH), in convertImage()
179 float(endW - 1), float(endH - 1), in convertImage()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/utilities/
H A Dperf_profiler_tests.cpp240 long long endW = 5, endR = 0; in TEST() local
244 PerfProfiler::LogBuilder::write(out, startW, endW, spanW, totalSystemW, functionW.c_str()); in TEST()
253 EXPECT_EQ(endW, endR); in TEST()
/dports/biology/checkm/CheckM-1.0.18/scripts/
H A DdistributionDeltaTetraDiff.py81 endW = time.time()
82 print endW - startW
/dports/science/teem/teem-1.11.0-src/src/alan/
H A DcoreAlan.c238 int dim, iter, stop, startW, endW, idx, in _alanTuringWorker() local
252 endW = (task->idx+1)*sy/task->actx->numThreads; in _alanTuringWorker()
260 endY = endW; in _alanTuringWorker()
263 endZ = endW; in _alanTuringWorker()
/dports/editors/nedit/nedit-5.7/source/
H A DhighlightData.c192 Widget endW; member
2734 HighlightDialog.endW = XtVaCreateManagedWidget("end", in EditHighlightPatterns()
2743 RemapDeleteKey(HighlightDialog.endW); in EditHighlightPatterns()
2748 XmNuserData, HighlightDialog.endW, in EditHighlightPatterns()
2753 XmNbottomWidget, HighlightDialog.endW, NULL); in EditHighlightPatterns()
3177 XmTextSetString(HighlightDialog.endW, ""); in setDisplayedCB()
3194 XmTextSetString(HighlightDialog.endW, pat->endRE); in setDisplayedCB()
3273 XtSetSensitive(HighlightDialog.endW, endSense); in updateLabels()
3440 pat->endRE = XmTextGetString(HighlightDialog.endW); in readDialogFields()
3448 XmProcessTraversal(HighlightDialog.endW, XmTRAVERSE_CURRENT); in readDialogFields()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/src/Control/Concurrent/Chan/Unagi/Bounded/
H A DInternal.hs151 endW <- end
153 return ( InChan (readCounter counterR) savedEmptyTkt endW
/dports/math/vtk8/VTK-8.2.0/Rendering/Context2D/
H A DvtkLabeledContourPolyDataItem.cxx1351 vtkVector3d endW = worldPosition + info.RightW; in ComputeLabelInfo() local
1353 this->WorldToActor(endW, endA); in ComputeLabelInfo()
1356 endW = worldPosition + info.UpW; in ComputeLabelInfo()
1357 this->WorldToActor(endW, endA); in ComputeLabelInfo()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkLabeledContourMapper.cxx1440 vtkVector3d endW = worldPosition + info.RightW; in ComputeLabelInfo() local
1442 this->WorldToActor(endW, endA); in ComputeLabelInfo()
1445 endW = worldPosition + info.UpW; in ComputeLabelInfo()
1446 this->WorldToActor(endW, endA); in ComputeLabelInfo()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkLabeledContourMapper.cxx1473 vtkVector3d endW = worldPosition + info.RightW; in ComputeLabelInfo() local
1475 this->WorldToActor(endW, endA); in ComputeLabelInfo()
1478 endW = worldPosition + info.UpW; in ComputeLabelInfo()
1479 this->WorldToActor(endW, endA); in ComputeLabelInfo()
/dports/audio/praat/praat-6.2.03/sys/
H A DGuiText.cpp821 integer startW, endW; in GuiText_getSelection()
822 (void) NativeText_getSelectionRange (my d_widget, & startW, & endW); in GuiText_getSelection()
823 if (endW > startW) { // at least one character selected? in GuiText_getSelection()
833 lengthW = endW - startW; in GuiText_getSelection()
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DPathContour.m3693 float gWidth = ([g width]/scale), endW = w + gWidth, oldGWidth = [g width];
3704 endW = w + gWidth;
3721 [(VPath*)gg setFillColor:( endW > 0 ) ? [NSColor grayColor] : nxWhite];
3727 [gg setColor:(endW > 0) ? nxWhite : nxBlack];
3741 [(VPath*)gg setFillColor:( endW > 0 || endW < 0 ) ? nxBlack : nxWhite];
3746 { [gg setColor:(endW > 0 || endW < 0) ? nxWhite : nxBlack];
3786 [(VPath*)g setFillColor:( endW > 0 ) ? [NSColor grayColor] : nxWhite];
3792 [g setColor:(endW > 0) ? nxWhite : nxBlack];
3806 [(VPath*)g setFillColor:( endW > 0 || endW < 0 ) ? nxBlack : nxWhite];
3811 { [g setColor:(endW > 0 || endW < 0) ? nxWhite : nxBlack];
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_entities.cpp1263 double endW = buf->getBitDouble(); in parseDwg() local
1266 vertlist.at(i)->endwidth = endW; in parseDwg()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_entities.cpp1266 double endW = buf->getBitDouble(); in parseDwg() local
1269 vertlist.at(i)->endwidth = endW; in parseDwg()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_entities.cpp1276 double endW = buf->getBitDouble(); in parseDwg() local
1279 vertlist.at(i)->endwidth = endW; in parseDwg()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_entities.cpp1560 double endW = buf->getBitDouble(); in parseDwg() local
1564 vertlist.at( i )->endwidth = endW; in parseDwg()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dbrace.0e38943fa459e872fe93.js.map1endW;\n\n return lines.map(function(line) {\n var m = line.match(/(\\s*)(.*?)(\\…
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe Maxwell-Boltzmann distribution.ipynb482395 "sN9HqdOkU7/endW/7BH5B69T29ZNrA3uYOfPnlLLUpEKzCnVKRCq8+fO2nT8DWtXqX/tMA1qJI1u\\\n",
554085 "QN+endW+5sQ/ZiDMuCzcx1nC2LEahg4fofY1v2ff3r3w8XRFtUqlEBQUJLRFFcaNHoEjmyfDR7ET\\\n",

12