Home
last modified time | relevance | path

Searched refs:readMarker (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/apitrace/apitrace-9.0/gui/
H A Dqubjson.cpp40 readMarker(QDataStream &stream) in readMarker() function
158 Marker type = readMarker(stream); in readSize()
189 Marker marker = readMarker(stream); in readArray()
191 Marker type = readMarker(stream); in readArray()
194 marker = readMarker(stream); in readArray()
206 marker = readMarker(stream); in readArray()
217 marker = readMarker(stream); in readArray()
228 Marker marker = readMarker(stream); in readObject()
233 marker = readMarker(stream); in readObject()
236 marker = readMarker(stream); in readObject()
[all …]
/dports/net-im/spectral/spectral-817/imports/Spectral/Panel/
H A DRoomPanel.qml334 visible: readMarker
361 visible: readMarker
388 visible: readMarker
415 visible: readMarker
442 visible: readMarker
469 visible: readMarker
651 var readMarker = sortedMessageEventModel.get(messageListView.largestVisibleIndex).eventId
652 if (!readMarker) return
653 currentRoom.readMarkerEventId = readMarker
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dread-linear.c258 rc->readMarker = 0; in determine_mode()
290 rc->readMarker = 0; in determine_mode()
314 rc->readMarker = image_size / 2048; in determine_mode()
367 Closure->imageName, rc->readMarker); in determine_mode()
368 rc->firstSector = rc->readMarker; in determine_mode()
392 if(!rc->scanMode && rc->firstSector > rc->readMarker) in fill_gap()
395 s = rc->readMarker; in fill_gap()
518 if(rc->readPos>rc->readMarker) rc->readMarker=rc->readPos; in show_progress()
985 if(!rc->scanMode && rc->readPos < rc->readMarker) in ReadMediumLinear()
1004 if(rc->readPos+nsectors > rc->readMarker) in ReadMediumLinear()
[all …]
H A Dread-linear.h67 gint64 readMarker; member
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Dscaffold.c265 if (readMarker[readIndex]) in computeReadToNodeCounts()
269 readMarker[readIndex] = true; in computeReadToNodeCounts()
277 readMarker[readIndex] = false; in computeReadToNodeCounts()
281 free(readMarker); in computeReadToNodeCounts()
307 boolean * readMarker) in computePartialReadToNodeMapping() argument
336 if (!readMarker[readIndex]) { in computePartialReadToNodeMapping()
345 readMarker[readIndex] = true; in computePartialReadToNodeMapping()
359 readMarker[readIndex] = false; in computePartialReadToNodeMapping()
369 boolean *readMarker = in computeReadToNodeMappings() local
382 readMarker); in computeReadToNodeMappings()
[all …]
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dchatroomwidget.cpp256 const auto rm = m_currentRoom->readMarker(); in setRoom()
726 const auto readMarker = m_currentRoom->readMarker(); in onMessageShownChanged() local
727 if (readMarker != m_currentRoom->timelineEdge() && in onMessageShownChanged()
728 readMarker->event()->id() == eventId) in onMessageShownChanged()
733 qDebug() << "Read marker is on-screen, at" << *readMarker; in onMessageShownChanged()
734 indexToMaybeRead = readMarker->index(); in onMessageShownChanged()
981 const auto rm = m_currentRoom->readMarker(); in pendingMarkRead()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/
H A DMarkerTransfer.java175 IMarker marker = readMarker(in); in nativeToJava()
194 private IMarker readMarker(DataInputStream dataIn) throws IOException { in readMarker() method in MarkerTransfer
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A Dscaffold.c386 if (readMarker[idx] & mask) in computeReadToNodeCounts()
391 readMarker[idx] |= mask; in computeReadToNodeCounts()
399 readMarker[readIndex / 8] = 0; in computeReadToNodeCounts()
404 free(readMarker); in computeReadToNodeCounts()
463 unsigned char *readMarker, in computePartialReadToNodeMappingLong() argument
479 if (readMarker[idx] & mask) { in computePartialReadToNodeMappingLong()
494 readMarker[idx] |= mask; in computePartialReadToNodeMappingLong()
503 readMarker[readIndex / 8] = 0; in computePartialReadToNodeMappingLong()
512 unsigned char *readMarker; in computeReadToNodeMappings() local
540 readMarker, in computeReadToNodeMappings()
[all …]
/dports/biology/velvet/velvet_1.2.10/src/
H A Dscaffold.c390 if (readMarker[idx] & mask) in computeReadToNodeCounts()
395 readMarker[idx] |= mask; in computeReadToNodeCounts()
404 readMarker[readIndex / 8] = 0; in computeReadToNodeCounts()
409 free(readMarker); in computeReadToNodeCounts()
468 unsigned char *readMarker, in computePartialReadToNodeMappingLong() argument
484 if (readMarker[idx] & mask) { in computePartialReadToNodeMappingLong()
499 readMarker[idx] |= mask; in computePartialReadToNodeMappingLong()
508 readMarker[readIndex / 8] = 0; in computePartialReadToNodeMappingLong()
517 unsigned char *readMarker; in computeReadToNodeMappings() local
545 readMarker, in computeReadToNodeMappings()
[all …]
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/
H A Droom.cpp642 auto readMarker = q->readMarker(); in updateUnreadCount() local
645 if (readMarker >= from && readMarker < to) { in updateUnreadCount()
646 promoteReadMarker(q->localUser(), readMarker, true); in updateUnreadCount()
650 Q_ASSERT(to <= readMarker); in updateUnreadCount()
681 const auto prevMarker = q->readMarker(u); in promoteReadMarker()
726 const auto prevMarker = q->readMarker(); in markMessagesAsRead()
929 Room::rev_iter_t Room::readMarker(const User* user) const in readMarker() function in Room
935 Room::rev_iter_t Room::readMarker() const { return readMarker(localUser()); } in readMarker() function in Room
2345 << "to" << *q->readMarker(firstWriter); in addNewMessageEvents()
2395 if (from <= q->readMarker()) in addHistoricalMessageEvents()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
86 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h112 bool readMarker(Instruction *I, bool *IsStart);
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
86 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h112 bool readMarker(Instruction *I, bool *IsStart);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
86 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h112 bool readMarker(Instruction *I, bool *IsStart);
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
86 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h112 bool readMarker(Instruction *I, bool *IsStart);
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp48 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
87 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h113 bool readMarker(Instruction *I, bool *IsStart);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp48 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() function in StackColoring
88 if (!readMarker(UI, &IsStart)) in collectMarkers()
H A DSafeStackColoring.h113 bool readMarker(Instruction *I, bool *IsStart);
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Droom.cpp661 if (newMarker >= q->readMarker(u)) { in setLastReadReceipt()
700 auto fullyReadMarker = q->readMarker(); in updateUnreadCount()
742 << (q->readMarker() == historyEdge() in updateUnreadCount()
754 Q_ASSERT(q->readMarker() != historyEdge()); in recalculateUnreadCount()
759 int(count_if(timeline.crbegin(), q->readMarker(), in recalculateUnreadCount()
793 if (const auto rm = q->readMarker(); rm != historyEdge()) { in setFullyReadMarker()
795 if (auto rr = q->readMarker(q->localUser()); rr > rm) in setFullyReadMarker()
805 if (upToMarker < q->readMarker()) { in markMessagesAsRead()
997 if (d->displayed && marker < readMarker(localUser())) { in setLastDisplayedEventId()
1011 Room::rev_iter_t Room::readMarker(const User* user) const in readMarker() function in Room
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DStackLifetime.cpp66 static bool readMarker(const Instruction *I, bool *IsStart) { in readMarker() function
96 if (!readMarker(UI, &IsStart)) in collectMarkers()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DStackLifetime.cpp66 static bool readMarker(const Instruction *I, bool *IsStart) { in readMarker() function
96 if (!readMarker(UI, &IsStart)) in collectMarkers()

1234