Home
last modified time | relevance | path

Searched refs:NextSegment (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Ddump.c96 const SEGMENT *NextSegment = GetFirst (Section->Segments); in DumpSection() local
106 …while ((CurPos < SectionSize) || NextSegment || NextSymbol || NextReloc || NextROMCall || NextRAMC… in DumpSection()
117 while (NextSegment && (CurPos >= (StartPos = NextSegment->Location.Start->Location))) in DumpSection()
119 …: %s (%s%s)\n", Indent, CheckPos (), NextSegment->FileName ? : "", NextSegment->Code ? "Code" : "D… in DumpSection()
120 NextSegment = GetNext (NextSegment); in DumpSection()
122 if (NextSegment && (NextPos > NextSegment->Location.Start->Location)) in DumpSection()
123 NextPos = NextSegment->Location.Start->Location; in DumpSection()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/src/Control/Concurrent/Chan/Unagi/Bounded/
H A DInternal.hs5 , NextSegment(..), StreamHead(..)
83 !(IORef (Maybe (NextSegment a)))
89 data NextSegment a = NextByWriter (Stream a) -- the next stream segment function
96 getNextRef :: NextSegment a -> IORef (Maybe (NextSegment a))
99 getStr :: NextSegment a -> Stream a
357 moveToNextCell :: Bool -> ChanEnd a -> IO (Int, NextSegment a, IO ())
404 waitingAdvanceStream :: Bool -> IORef (Maybe (NextSegment a)) -> SegSource a
405 -> Int -> IO (NextSegment a)
/dports/astro/routino/routino-3.3.3/src/
H A Dsegments.h107 static inline Segment *NextSegment(Segments *segments,Segment *segmentp,index_t node);
152 static inline Segment *NextSegment(Segments *segments,Segment *segmentp,index_t node) in NextSegment() function
249 static inline Segment *NextSegment(Segments *segments,Segment *segmentp,index_t node) in NextSegment() function
H A Dvisualiser.c154 segmentp=NextSegment(OSMSegments,segmentp,node); in output_junctions()
238 segmentp=NextSegment(OSMSegments,segmentp,node); in output_super()
328 segmentp=NextSegment(OSMSegments,segmentp,node); in output_waytype()
413 segmentp=NextSegment(OSMSegments,segmentp,node); in output_highway()
498 segmentp=NextSegment(OSMSegments,segmentp,node); in output_transport()
911 segmentp=NextSegment(OSMSegments,segmentp,node); in output_limits()
1049 segmentp=NextSegment(OSMSegments,segmentp,node); in output_property()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dpersistent_system_profile.cc72 while (NextSegment()) { in Reset()
111 if (alloc_reference_ == 0 && !NextSegment()) in HasMoreData()
134 if (!NextSegment()) in Read()
142 bool PersistentSystemProfile::RecordAllocator::NextSegment() const { in NextSegment() function in metrics::PersistentSystemProfile::RecordAllocator
151 if (NextSegment()) { in AddSegment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Dpersistent_system_profile.cc72 while (NextSegment()) { in Reset()
111 if (alloc_reference_ == 0 && !NextSegment()) in HasMoreData()
134 if (!NextSegment()) in Read()
142 bool PersistentSystemProfile::RecordAllocator::NextSegment() const { in NextSegment() function in metrics::PersistentSystemProfile::RecordAllocator
151 if (NextSegment()) { in AddSegment()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/src/Control/Concurrent/Chan/Unagi/
H A DInternal.hs8 , NextSegment(..), StreamHead(..)
107 !(IORef (NextSegment cell_a))
109 data NextSegment cell_a = NoSegment | Next !(Stream cell_a) type
323 waitingAdvanceStream :: IORef (NextSegment cell_a) -> SegSource cell_a
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dsystems.hpp129 inline void NextSegment() { output_strm.NextSegment(); } in NextSegment() function in PS_Stream
H A Doutputstrm.hpp37 virtual void NextSegment() = 0;
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dsystems.hpp129 inline void NextSegment() { output_strm.NextSegment(); } in NextSegment() function in PS_Stream
H A Doutputstrm.hpp37 virtual void NextSegment() = 0;
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dsystems.hpp129 inline void NextSegment() { output_strm.NextSegment(); } in NextSegment() function in PS_Stream
H A Doutputstrm.hpp37 virtual void NextSegment() = 0;
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dsystems.hpp129 inline void NextSegment() { output_strm.NextSegment(); } in NextSegment() function in PS_Stream
H A Doutputstrm.hpp37 virtual void NextSegment() = 0;
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Dsystems.hpp129 inline void NextSegment() { output_strm.NextSegment(); } in NextSegment() function in PS_Stream
H A Doutputstrm.hpp39 virtual void NextSegment() = 0;
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/src/Control/Concurrent/Chan/Unagi/Unboxed/
H A DInternal.hs11 , NextSegment(..), StreamHead(..), segSource
245 !(IORef (NextSegment a))
252 data NextSegment a = NoSegment | Next !(Stream a) function
448 waitingAdvanceStream :: (UnagiPrim a)=> IORef (NextSegment a) -> Int -> IO (Stream a)
/dports/audio/musicpd/mpd-0.23.6/src/storage/
H A DCompositeStorage.cxx87 NextSegment(std::string_view &uri_r) noexcept in NextSegment() function
146 const auto name = NextSegment(uri); in Unmount()
232 const auto name = NextSegment(uri); in FindStorage()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexoutputstream.hh48 void NextSegment (void);

12345678910>>...12