Home
last modified time | relevance | path

Searched refs:slendiff_t (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dgensi.hpp266 inline char const&operator[](slendiff_t idx) const { return beg[idx]; } in operator []()
388 virtual void vi_grow2(slendiff_t left, slendiff_t right, char **lbeg, char **rbeg) =0;
390 inline void clearFree() { vi_grow2(0, -(slendiff_t)getLength(), 0, 0); } in clearFree()
391 inline void forgetAll() { vi_grow2(0, -(slendiff_t)getLength(), 0, 0); } in forgetAll()
393 inline void forgetLast(slen_t howmuch) { vi_grow2(0, -(slendiff_t)howmuch, 0, 0); } in forgetLast()
394 inline void forgetFirst(slen_t howmuch) { vi_grow2(-(slendiff_t)howmuch, 0, 0, 0); } in forgetFirst()
420 virtual void vi_grow2(slendiff_t left, slendiff_t right, char **lbeg, char **rbeg);
509 inline char &operator[](slendiff_t idx) const { return const_cast<char*>(beg)[idx]; } in operator []()
511 void grow_set0_by(slendiff_t lendiff);
H A Dhelpere.hpp24 …infn=NULL): Filter::NullE(), Filter::PipeE(*(Filter::NullE*)this, filter_cmd, (slendiff_t)mainfn) { in HelperE()
H A Dconfig2.h33 typedef signed slendiff_t; typedef
38 typedef signed long slendiff_t; typedef
H A Dencoder.hpp48 …static PSEncoder* newCCITTFaxEncode(GenBuffer::Writable &out_,slendiff_t K, slen_t Columns, bool E…
H A Dgensi.cpp528 vi_grow2(0, len>howmuch?0-len+howmuch:-(slendiff_t)len, 0, 0); in keepLeft()
533 vi_grow2(len>howmuch?0-len+howmuch:-(slendiff_t)len, 0, 0, 0); in keepRight()
538 if (from_offset>=len) vi_grow2(0, -(slendiff_t)len, 0, 0); in keepSubstr()
539 else if (from_offset+slen>=len) vi_grow2(-(slendiff_t)from_offset, 0, 0, 0); in keepSubstr()
540 else vi_grow2(-(slendiff_t)from_offset, len-from_offset-slen, 0, 0); in keepSubstr()
545 void SimBuffer::B::vi_grow2(slendiff_t left, slendiff_t right, char **lbeg, char **rbeg) { in vi_grow2()
774 void SimBuffer::B::grow_set0_by(slendiff_t lendiff) { in grow_set0_by()
1165 vi_grow2(0,-(slendiff_t)oldmuch,0,0); in substr_grow()
H A Dgensio.hpp72 PipeE(GenBuffer::Writable &out_, char const*pipe_tmpl, slendiff_t i=0);
143 PipeD(GenBuffer::Readable &in_, char const*pipe_tmpl, slendiff_t i=0);
H A Dps_tiny.c25 typedef int slendiff_t; typedef
29 typedef long slendiff_t; typedef
174 typedef slendiff_t psint_t;
H A Drule.hpp147 slendiff_t K;
H A Dgensio.cpp449 Filter::PipeE::PipeE(GenBuffer::Writable &out_, char const*pipe_tmpl, slendiff_t i): tmpname(), out…
576 Filter::PipeD::PipeD(GenBuffer::Readable &in_, char const*pipe_tmpl, slendiff_t i): state(0), in(in…
H A Dencoder.cpp168 …CCITTFaxEncode(GenBuffer::Writable &out_, slendiff_t K, slen_t Columns, bool EndOfLine, bool Black…
913 CCITTFaxEncode::CCITTFaxEncode(GenBuffer::Writable &out_, slendiff_t K, slen_t Columns, bool EndOfL… in CCITTFaxEncode()
1135 PSEncoder* PSEncoder::newCCITTFaxEncode(GenBuffer::Writable &out_,slendiff_t K, slen_t Columns, boo… in newCCITTFaxEncode()
/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminiglib.h63 typedef signed slendiff_t; typedef
70 typedef signed long slendiff_t; typedef
H A Dminigimp.c291 slendiff_t wskip; in gimp_pixel_rgn_get_rect_bpc()
/dports/graphics/xpaint/xpaint-2.9.10.3/util/
H A Dpdfconcat.c64 typedef int slendiff_t; typedef
68 typedef long slendiff_t; typedef
184 typedef slendiff_t pdfint_t;
/dports/graphics/sam2p/sam2p-0.49.4/debian/
H A Dchangelog137 * 64-bit fix (slen_t and slendiff_t), in reply to the