Home
last modified time | relevance | path

Searched refs:MakeId (Results 1 – 25 of 72) sorted by relevance

123

/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/board/
H A DNstBoard.hpp98 struct MakeId struct in Nes::Core::Boards::Board::Type
132 STD_NROM = MakeId< 0, 32, 8, 0, 0, CRM_0, NMT_X, 0 >::ID,
134 STD_AMROM = MakeId< 7, 128, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
135 STD_ANROM = MakeId< 7, 128, 0, 0, 0, CRM_8, NMT_Z, 1 >::ID,
136 STD_AN1ROM = MakeId< 7, 64, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
137 STD_AOROM = MakeId< 7, 256, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
139 STD_BNROM = MakeId< 34, 128, 0, 0, 0, CRM_8, NMT_X, 0 >::ID,
141 STD_CNROM = MakeId< 3, 32, 32, 0, 0, CRM_0, NMT_X, 0 >::ID,
142 STD_CXROM = MakeId< 3, 32, 32, 0, 0, CRM_0, NMT_X, 1 >::ID,
143 STD_CPROM = MakeId< 13, 32, 0, 0, 0, CRM_16, NMT_X, 0 >::ID,
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/core/board/
H A DNstBoard.hpp98 struct MakeId struct in Nes::Core::Boards::Board::Type
132 STD_NROM = MakeId< 0, 32, 8, 0, 0, CRM_0, NMT_X, 0 >::ID,
134 STD_AMROM = MakeId< 7, 128, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
135 STD_ANROM = MakeId< 7, 128, 0, 0, 0, CRM_8, NMT_Z, 1 >::ID,
136 STD_AN1ROM = MakeId< 7, 64, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
137 STD_AOROM = MakeId< 7, 256, 0, 0, 0, CRM_8, NMT_Z, 0 >::ID,
139 STD_BNROM = MakeId< 34, 128, 0, 0, 0, CRM_8, NMT_X, 0 >::ID,
141 STD_CNROM = MakeId< 3, 32, 32, 0, 0, CRM_0, NMT_X, 0 >::ID,
142 STD_CXROM = MakeId< 3, 32, 32, 0, 0, CRM_0, NMT_X, 1 >::ID,
143 STD_CPROM = MakeId< 13, 32, 0, 0, 0, CRM_16, NMT_X, 0 >::ID,
[all …]
/dports/www/itop/web/core/
H A Drelationgraph.class.inc.php37 parent::__construct($oGraph, self::MakeId($oObject));
49 public static function MakeId($oObject) function in RelationObjectNode
129 public static function MakeId($sRelCode, $sNeighbourId, $oSourceObject, $oSinkObject) function in RelationRedundancyNode
343 $sNodeId = RelationObjectNode::MakeId($oObj);
477 $sObjectRef = RelationObjectNode::MakeId($oRelatedObj);
527 …$sId = RelationRedundancyNode::MakeId($sRelCode, $sUniqueNeighbourId, $oFromNode->GetProperty('obj…
556 $sObjectRef = RelationObjectNode::MakeId($oUpperObj);
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.h134 inline std::string MakeId(std::string prefix, SparsePageDMatrix *ptr) { in MakeId() function
144 auto name = MakeId(prefix, ptr); in MakeCache()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.h134 inline std::string MakeId(std::string prefix, SparsePageDMatrix *ptr) { in MakeId() function
144 auto name = MakeId(prefix, ptr); in MakeCache()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_sparse_page_dmatrix.cu25 data::MakeId(tmp_file + ".cache", in TEST()
30 data::MakeId(tmp_file + ".cache", in TEST()
57 data::MakeId(filename, in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_sparse_page_dmatrix.cu25 data::MakeId(tmp_file + ".cache", in TEST()
30 data::MakeId(tmp_file + ".cache", in TEST()
57 data::MakeId(filename, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc262 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
408 return MakeId(i, rep_->nodes_[i]->version); in GetId()
421 return MakeId(n->rank, n->version); in GetId()
432 return MakeId(r, n->version); in GetId()
649 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/synchronization/internal/
H A Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc262 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
408 return MakeId(i, rep_->nodes_[i]->version); in GetId()
421 return MakeId(n->rank, n->version); in GetId()
432 return MakeId(r, n->version); in GetId()
649 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/graphics/R-cran-s2/s2/src/absl/synchronization/internal/
H A Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc262 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
408 return MakeId(i, rep_->nodes_[i]->version); in GetId()
421 return MakeId(n->rank, n->version); in GetId()
432 return MakeId(r, n->version); in GetId()
649 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc265 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
411 return MakeId(i, rep_->nodes_[i]->version); in GetId()
424 return MakeId(n->rank, n->version); in GetId()
435 return MakeId(r, n->version); in GetId()
652 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc263 inline GraphId MakeId(int32_t index, uint32_t version) { in MakeId() function
409 return MakeId(i, rep_->nodes_[i]->version); in GetId()
422 return MakeId(n->rank, n->version); in GetId()
433 return MakeId(r, n->version); in GetId()
650 path[path_len] = MakeId(n, rep_->nodes_[n]->version); in FindPath()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dglobname.hxx91 bool MakeId( const OUString & rId );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dglobname.hxx91 bool MakeId( const OUString & rId );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/archive/
H A Dziptest.cpp159 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/archive/
H A Dziptest.cpp162 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/tests/archive/
H A Dziptest.cpp163 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/tests/archive/
H A Dziptest.cpp163 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/tests/archive/
H A Dziptest.cpp163 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/tests/archive/
H A Dziptest.cpp163 CppUnit::TestCase(TestId::MakeId() + name), in ZipPipeTestCase()
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DDVD.h142 static inline int MakeId(int tsi, int pgci, int vobi, bool menu = false)

123