Home
last modified time | relevance | path

Searched refs:getNodeSize (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfscommon/
H A DCommonBTHeaderRecord.java43 public abstract int getNodeSize(); in getNodeSize() method in CommonBTHeaderRecord
99 public int getNodeSize() { in getNodeSize() method in CommonBTHeaderRecord.HFSPlusImplementation
100 return Util.unsign(bthr.getNodeSize()); in getNodeSize()
190 public int getNodeSize() { in getNodeSize() method in CommonBTHeaderRecord.HFSImplementation
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Drender-model.cpp148 operatorBoxes.push_back(Box2{{graph.getNodePos(node), graph.getNodeSize(node)}}); in renderModelToCoordinates()
151 inputBoxes[it.first] = Box2{{graph.getNodePos(it.second), graph.getNodeSize(it.second)}}; in renderModelToCoordinates()
154 outputBoxes[it.first] = Box2{{graph.getNodePos(it.second), graph.getNodeSize(it.second)}}; in renderModelToCoordinates()
H A Dgraphviz-cgraph.h51 std::array<float,2> getNodeSize(Node node) const;
H A Dgraphviz-cgraph.cpp157 std::array<float,2> Graphviz_CGraph::getNodeSize(Graphviz_CGraph::Node node) const { in getNodeSize() function in Graphviz_CGraph
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/
H A DCatalogFile.java130 final int nodeSize = ses.bthr.getNodeSize(); in doGetRootFolder()
131 long currentNodeOffset = ses.bthr.getRootNodeNumber() * ses.bthr.getNodeSize(); in doGetRootFolder()
143 ses.bthr.getNodeSize()); in doGetRootFolder()
364 final int nodeSize = bthr.getNodeSize(); in collectFilesInDir()
H A DBTreeFile.java311 final int nodeSize = ses.bthr.getNodeSize(); in getNode()
361 final int nodeSize = ses.bthr.getNodeSize(); in getRecord()
H A DExtentsOverflowFile.java105 final int nodeSize = init.bthr.getNodeSize(); in getOverflowExtent()
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DSplit.cpp431 splitStorageSize_ += getNodeSize(split); in push()
435 totalSplitStorageSize_ += getNodeSize(split); in push()
1046 splitStorageSize_ -= getNodeSize(split); in pop()
1050 totalSplitStorageSize_ -= getNodeSize(split); in pop()
1100 splitStorageSize_ -= getNodeSize(split); in remove()
1104 totalSplitStorageSize_ -= getNodeSize(split); in remove()
H A DSplit.h328 int getNodeSize(const Split *split) const in getNodeSize() function
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DSplit.cpp419 splitStorageSize_ += getNodeSize(split); in push()
423 totalSplitStorageSize_ += getNodeSize(split); in push()
1053 splitStorageSize_ -= getNodeSize(split); in pop()
1057 totalSplitStorageSize_ -= getNodeSize(split); in pop()
1107 splitStorageSize_ -= getNodeSize(split); in remove()
1111 totalSplitStorageSize_ -= getNodeSize(split); in remove()
H A DSplit.h320 int getNodeSize(const Split *split) const in getNodeSize() function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/
H A DOrgChartSpec.php64 public function getNodeSize() function in Google_Service_Sheets_OrgChartSpec
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DGameTreeNode.java54 int size = m_gameTreePanel.getNodeSize(); in paintComponent()
180 int size = m_gameTreePanel.getNodeSize(); in drawText()
H A DGameTreeJunction.java27 int size = m_gameTreePanel.getNodeSize(); in paintComponent()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DOrgChartSpec.php82 public function getNodeSize() function in Google_Service_Sheets_OrgChartSpec
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfsplus/
H A DBTHeaderRec.java96 public short getNodeSize() { return Util.readShortBE(nodeSize); } in getNodeSize() method in BTHeaderRec
123 ps.println(prefix + " nodeSize: " + getNodeSize()); in printFields()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Render/
H A DMapRenderer.cpp258 NodeWidth = thePixelPerM * M_PREFS->getNodeSize(); in render()
259 if (NodeWidth > M_PREFS->getNodeSize()) in render()
260 NodeWidth = M_PREFS->getNodeSize(); in render()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/
H A DDataTree.java247 result += getNodeSize(entry.getKey(), value.data); in approximateDataSize()
256 private static long getNodeSize(String path, byte[] data) { in getNodeSize() method in DataTree
488 nodeDataSize.addAndGet(getNodeSize(path, child.data)); in createNode()
573 nodeDataSize.addAndGet(-getNodeSize(path, node.data)); in deleteNode()
657 nodeDataSize.addAndGet(getNodeSize(path, data) - getNodeSize(path, lastdata)); in setData()
/dports/textproc/exempi/exempi-2.5.2/samples/source/common/
H A DTagTree.h196 XMP_Int64 getNodeSize( const std::string nodeKey );
/dports/math/octomap/octomap-1.9.7/octomap/include/octomap/
H A DOcTreeBaseImpl.h113 …inline double getNodeSize(unsigned depth) const {assert(depth <= tree_depth); return sizeLookupTab… in getNodeSize() function
H A DOcTreeIterator.hxx135 double getSize() const {return tree->getNodeSize(stack.top().depth); } in getSize()
/dports/astro/merkaartor/merkaartor-0.19.0/src/common/
H A DMapView.cpp944 p->NodeWidth = p->PixelPerM * M_PREFS->getNodeSize(); in viewportRecalc()
945 if (p->NodeWidth > M_PREFS->getNodeSize()) in viewportRecalc()
946 p->NodeWidth = M_PREFS->getNodeSize(); in viewportRecalc()
/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_octomap_collision.cpp393 double cell_size = octree->getNodeSize(depth); in octomap_collision_test_contact_primitive_id()
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DCommon.h653 unsigned int getNodeSize();
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DSkipList.cpp360 int nodeSize = getNodeSize(); in destroy()
373 …int getNodeSize() { return sizeof(Node) + valueLength + nPointers*(sizeof(Node*)+sizeof(Version));… in getNodeSize() function

12345678