Home
last modified time | relevance | path

Searched refs:globalCount (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/math/gap/gap-4.11.0/hpcgap/lib/distributed/
H A Dglobalobject_io.g20 if IO_Pickle(f, han!.control.globalCount) = IO_Error then return IO_Error; fi;
26 local handle, pe, owner, localId, immediate, accessType, globalCount;
32 globalCount := IO_Unpickle(f);
35 handle!.globalCount := globalCount;
42 handle!.control.accessType,handle!.control.globalCount];
45 InstallDeserializer ("GlObH", function (pe, owner, localId, immediate, accessType, globalCount)
49 handle!.globalCount := globalCount;
H A Dglobalobject.gi68 ", GC=",obj!.control.globalCount,">\n");
148 globalCount := 0,
239 return handle!.control.globalCount;
257 handle!.control.globalCount := handle!.control.globalCount+inc;
258 if handle!.control.globalCount<0 then
261 return handle!.control.globalCount;
288 local localCount, globalCount;
291 globalCount := GlobalObjHandles.GetGlobalCount(handle);
297 elif globalCount<>0 then
448 handle!.control.globalCount); # handle global count
H A Dglobalobject_messages.g264 handle!.control.globalCount);
370 # * globalCount * -- global count of a handle (relevant when a handle for the
376 storeObject, globalCount, sourceLocalAddr, owner;
430 globalCount := message.content[9];
432 handle!.control.globalCount := handle!.control.globalCount + globalCount + 1;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mpi/examples/
H A Dmpi-test-fixtures.cc61 unsigned long globalCount; in Verify() local
64 MPI_Reduce(&m_sinkCount, &globalCount, 1, MPI_UNSIGNED_LONG, MPI_SUM, 0, MPI_COMM_WORLD); in Verify()
66 globalCount = m_sinkCount; in Verify()
69 if (expectedCount == globalCount) in Verify()
75 …RANK0COUT ("FAILED Observed sink traces (" << globalCount << ") not equal to expected (" << expec… in Verify()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DLazyTest.cpp49 auto globalCount = folly::lazy([] { return 0; }); in __anon276a08b00202() variable
51 ++globalCount(); in __anon276a08b00302()
52 EXPECT_EQ(globalCount(), 1); in __anon276a08b00302()
57 EXPECT_EQ(globalCount(), 0); in TEST()
59 EXPECT_EQ(globalCount(), 1); in TEST()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DMoleculeSet.cpp97 int * globalCount = new int[nlen]; in initialize() local
98 lammps_->int_allsum(localCount,globalCount,nlen); in initialize()
105 if (globalCount[i]) nMoleculesTotal_++; in initialize()
109 …if (globalCount[i]) globalAtomsPerMolecule->insert(pair<int,double>(i+globalLo,double(globalCount[… in initialize()
114 delete [] globalCount; in initialize()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DMoleculeSet.cpp97 int * globalCount = new int[nlen]; in initialize() local
98 lammps_->int_allsum(localCount,globalCount,nlen); in initialize()
105 if (globalCount[i]) nMoleculesTotal_++; in initialize()
109 …if (globalCount[i]) globalAtomsPerMolecule->insert(pair<int,double>(i+globalLo,double(globalCount[… in initialize()
114 delete [] globalCount; in initialize()
/dports/math/gismo/gismo-21.12.0/src/gsAssembler/
H A DgsAdaptiveRefUtils.h253 index_t numMarked, poffset = 0, globalCount = 0; variable
274 if( elMarked[ globalCount++ ] ) // refine this element ?
300 int numMarked, poffset = 0, globalCount = 0; variable
322 if( elMarked[ globalCount++ ] ) // refine this element ?
348 int numMarked, poffset = 0, globalCount = 0; variable
365 if (funMarked[globalCount++])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.adaptors/range.reverse/
H A Dbegin.pass.cpp23 static int globalCount = 0; variable
41 self& operator++() { globalCount++; ++ptr_; return *this; } in operator ++()
148 assert(globalCount == 8); in main()
150 assert(globalCount == 8); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_message.hpp21 sequence( ++globalCount ) in MessageInfo()
25 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_message.hpp21 sequence( ++globalCount ) in MessageInfo()
25 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_message.hpp21 sequence( ++globalCount ) in MessageInfo()
25 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_message.hpp21 sequence( ++globalCount ) in MessageInfo()
25 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_message.cpp21 sequence( ++globalCount ) in MessageInfo()
33 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/core/
H A Dtile.h48 static int globalCount() in globalCount() function
56 static float megabytesUsed() { return globalCount() * sizeof(pixels) / float(1024*1024); } in megabytesUsed()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_message.cpp25 sequence( ++globalCount ) in MessageInfo()
37 unsigned int MessageInfo::globalCount = 0; member in Catch::MessageInfo
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbTransaction.cpp30 KDB_EXPORT int KDbTransaction::globalCount() in globalCount() function in KDbTransaction
37 KDB_EXPORT int KDbTransactionData::globalCount() in globalCount() function in KDbTransactionData
H A DKDbTransactionData.h66 static int globalCount();
H A DKDbTransaction.h114 static int globalCount(); in IdDependencyRecord()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Ddoc_src_porting-qsa.qdoc96 static var globalCount = 0;
98 print(Car.globalCount);

123456789