Home
last modified time | relevance | path

Searched refs:highestId (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/logs/
H A Dshow-logs.php68 $highestId = $Log->log_fetch_highest_id(); variable
69 if(empty($_POST['lastId']) || ($_POST['lastId'] == "undefined")) { $_POST['lastId'] = $highestId; }
75 $logs = $Log->fetch_logs($logCount, $_POST['direction'], $_POST['lastId'], $highestId, $information…
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/tracing/
H A DSpanReceiverHost.java66 private long highestId = 1; field in SpanReceiverHost
156 receivers.put(highestId++, rcvr); in loadSpanReceivers()
227 long newId = highestId++; in addSpanReceiver()
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/classes/
H A Dclass.Log.php594 * @param mixed $highestId (default: NULL)
600 …public function fetch_logs ($logCount, $direction = NULL, $lastId = NULL, $highestId = NULL, $info… argument
630 if( ($direction=="next") && ($lastId!=$highestId) ) {
635 elseif( $direction=="prev" && $lastId!=$highestId) {
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dsearcher.cpp3772 uint32_t highestId = 0; in find_conflict_level() local
3776 highestId = 1; in find_conflict_level()
3782 if (highestId != 0) { in find_conflict_level()
3824 uint32_t highestId = 0; in find_conflict_level() local
3829 highestId = nLitId; in find_conflict_level()
3834 if (highestId != 0) { in find_conflict_level()
3835 std::swap(clause[0], clause[highestId]); in find_conflict_level()
3836 if (highestId > 1 && pb.getType() == clause_t) { in find_conflict_level()
3837 removeWCl(watches[clause[highestId]], pb.get_offset()); in find_conflict_level()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dsearcher.cpp3772 uint32_t highestId = 0; in find_conflict_level() local
3776 highestId = 1; in find_conflict_level()
3782 if (highestId != 0) { in find_conflict_level()
3824 uint32_t highestId = 0; in find_conflict_level() local
3829 highestId = nLitId; in find_conflict_level()
3834 if (highestId != 0) { in find_conflict_level()
3835 std::swap(clause[0], clause[highestId]); in find_conflict_level()
3836 if (highestId > 1 && pb.getType() == clause_t) { in find_conflict_level()
3837 removeWCl(watches[clause[highestId]], pb.get_offset()); in find_conflict_level()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/wiredtiger/
H A Dwiredtiger_record_store.cpp1122 RecordId highestId = RecordId(); in _insertRecords() local
1135 dassert(record.id > highestId); in _insertRecords()
1136 highestId = record.id; in _insertRecords()
1167 opCtx, totalLength, highestId, nRecords); in _insertRecords()
1169 cappedDeleteAsNeeded(opCtx, highestId); in _insertRecords()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/assetimport/
H A Dqssgmeshutilities.cpp817 quint32 highestId = 0; in GetHighestId() local
819 highestId = qMax(highestId, inHeader->m_entries.index(baseHeaderAddr, idx).m_meshId); in GetHighestId()
820 return highestId; in GetHighestId()
/dports/databases/pg_citus/citus-10.2.3/src/backend/columnar/
H A Dcolumnar_metadata.c1752 uint64 highestId; in ColumnarStorageUpdateIfNeeded() local
1754 GetHighestUsedAddressAndId(storageId, &highestOffset, &highestId); in ColumnarStorageUpdateIfNeeded()
1756 uint64 reservedStripeId = highestId + 1; in ColumnarStorageUpdateIfNeeded()