Home
last modified time | relevance | path

Searched refs:resizeTable (Results 1 – 19 of 19) sorted by relevance

/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/internal/
H A DvalueTrackerImpl.h88 void resizeTable();
93 resizeTable(); in add()
146 void resizeTable();
151 resizeTable(); in add()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/
H A DTableResizeHelper.java40 resizeTable(); in enableResizing()
55 resizeTable(); in enableResizing()
59 protected void resizeTable() { in resizeTable() method in TableResizeHelper
/dports/math/acalc/acalc-0.3/aCalc/aCalc/
H A Ddialogsettings.cpp129 void DialogSettings::resizeTable() in resizeTable() function in DialogSettings
138 resizeTable(); in resizeEvent()
144 resizeTable(); in showEvent()
170 resizeTable(); in slotResize()
H A Ddialogsettings.h40 void resizeTable();
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Geometry/
H A DGeometryWindow.cpp56 resizeTable (NUM_HEADER_ROWS); in clear()
105 resizeTable (NUM_HEADER_ROWS); in initializeHeader()
124 void GeometryWindow::resizeTable (int rowCount) in resizeTable() function in GeometryWindow
241 resizeTable (NUM_HEADER_ROWS + points.count() + (wasAmbiguity ? NUM_LEGEND_ROWS_UNSPANNED : 0)); in update()
H A DGeometryWindow.h69 void resizeTable (int rowCount);
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/test/
H A DHeaderTableTests.cpp27 void resizeTable(HeaderTable& table, uint32_t newCapacity, uint32_t newMax) { in resizeTable() function in proxygen::HeaderTableTests
39 resizeTable(table, newCapacity, newMax); in resizeAndFillTable()
246 resizeTable(table, accept.bytes() * max, max); in TEST_F()
252 resizeTable(table, accept.bytes() * max, max); in TEST_F()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A DvalueTracker.cc151 resizeTable(); in OutputValueTracker()
173 resizeTable() in resizeTable() function in OutputValueTracker
277 resizeTable(); in InputValueTracker()
318 resizeTable() in resizeTable() function in InputValueTracker
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DHeaderTable.cpp169 resizeTable(newLength); in increaseTableLengthTo()
192 void HeaderTable::resizeTable(uint32_t newLength) { in resizeTable() function in proxygen::HeaderTable
H A DQPACKHeaderTable.cpp167 void QPACKHeaderTable::resizeTable(uint32_t newLength) { in resizeTable() function in proxygen::QPACKHeaderTable
168 HeaderTable::resizeTable(newLength); in resizeTable()
H A DHeaderTable.h164 virtual void resizeTable(uint32_t newLength);
H A DQPACKHeaderTable.h187 void resizeTable(uint32_t newLength) override;
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Fitting/
H A DFittingWindow.cpp210 resizeTable (order); in refreshTable()
215 void FittingWindow::resizeTable (int order) in resizeTable() function in FittingWindow
H A DFittingWindow.h73 void resizeTable (int order);
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dsymbol.cc117 void resizeTable() { in resizeTable() function
228 resizeTable(); in advancedInsert()
/dports/math/asymptote/asymptote-2.67/
H A Dsymbol.cc117 void resizeTable() { in resizeTable() function
228 resizeTable(); in advancedInsert()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/
H A DWNafUtil.java462 preComp = resizeTable(preComp, reqPreCompLen); in precompute()
556 preCompNeg = resizeTable(preCompNeg, reqPreCompLen); in precompute()
675 private static ECPoint[] resizeTable(ECPoint[] a, int length)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/configsections/
H A DConfigSectionIPFilter.java556 resizeTable(); in configSectionCreate()
562 resizeTable(); in configSectionCreate()
609 private void resizeTable() { in resizeTable() method in ConfigSectionIPFilter
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dblock.c2224 PHash *resizeTable; in block_updateInterface() local
2307 resizeTable = NULL; in block_updateInterface()
2369 if (!resizeTable) in block_updateInterface()
2370 resizeTable = new_PHash_noob(); in block_updateInterface()
2371 PHash_insert(resizeTable,pw[p]->net,(void*)(long)GNet_getNBits(w->net)); in block_updateInterface()
2394 if (resizeTable) { in block_updateInterface()
2397 for (he = Hash_first(resizeTable);he;he = Hash_next(resizeTable,he)) { in block_updateInterface()
2403 delete_PHash(resizeTable); in block_updateInterface()