Home
last modified time | relevance | path

Searched refs:kMarked (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h18 kMarked = 3, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h18 kMarked = 4, enumerator
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h220 static const uint8 kMarked; variable
319 if (sdata->flags & kMarked) in GC()
321 sdata->flags |= kMarked; in GC()
339 if (!(data.flags & kMarked)) { in GC()
358 template<class Arc> const uint8 PdtShortestPathData<Arc>::kMarked = 0x04;
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h220 static const uint8 kMarked; variable
319 if (sdata->flags & kMarked) in GC()
321 sdata->flags |= kMarked; in GC()
339 if (!(data.flags & kMarked)) { in GC()
358 template<class Arc> const uint8 PdtShortestPathData<Arc>::kMarked = 0x04;
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h220 static const uint8 kMarked; variable
319 if (sdata->flags & kMarked) in GC()
321 sdata->flags |= kMarked; in GC()
339 if (!(data.flags & kMarked)) { in GC()
358 template<class Arc> const uint8 PdtShortestPathData<Arc>::kMarked = 0x04;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapCore.h18 #define kMarked 0x01 macro
H A DnsImapServerResponseParser.cpp750 boxSpec->mBoxFlags |= kMarked; in mailbox_list()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp123 fState = kMarked; in layout()
166 if (fState < kMarked) { in layout()
174 fState = kMarked; in layout()
805 case kMarked: in setState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp174 if (fState < kMarked) { in layout()
179 fState = kMarked; in layout()
184 fState = kMarked; in layout()
1098 case kMarked: in setState()