Home
last modified time | relevance | path

Searched refs:dest_end (Results 251 – 275 of 509) sorted by relevance

1...<<1112131415161718192021

/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/src/
H A Dzlib.cpp100 char*& dest_begin, char* dest_end ) in before() argument
106 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/src/
H A Dzlib.cpp100 char*& dest_begin, char* dest_end ) in before() argument
106 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/libs/iostreams/src/
H A Dzlib.cpp101 char*& dest_begin, char* dest_end ) in before() argument
107 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/src/
H A Dzlib.cpp100 char*& dest_begin, char* dest_end ) in before() argument
106 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/src/
H A Dzlib.cpp101 char*& dest_begin, char* dest_end ) in before() argument
107 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
H A Dzstd.cpp71 char*& dest_begin, char* dest_end ) in before() argument
79 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/src/
H A Dzlib.cpp100 char*& dest_begin, char* dest_end ) in before() argument
106 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/src/
H A Dzlib.cpp101 char*& dest_begin, char* dest_end ) in before() argument
107 s->avail_out= static_cast<zlib::uint>(dest_end - dest_begin); in before()
H A Dzstd.cpp71 char*& dest_begin, char* dest_end ) in before() argument
79 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/
H A Dcanvas.rs162 let dest_end = cmp::min(dest_start + 8, dest_row_stride); in blit_from_bitmap_1bpp() localVariable
163 let src = &pattern[0..(dest_end - dest_start)]; in blit_from_bitmap_1bpp()
164 dest_row_pixels[dest_start..dest_end].clone_from_slice(src); in blit_from_bitmap_1bpp()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp233 Color *dest_end = dest + dest_stride*height; in process() local
241 for(; dest != dest_end; dest += dest_stride) in process()
255 assert(src_end <= dest || dest_end <= src); in process()
257 for(; dest != dest_end; dest += dest_stride, src += src_stride) in process()
267 for(; dest != dest_end; dest += dest_dr) in process()
271 for(; dest != dest_end; ++dest) in process()
277 assert(src_end <= dest || dest_end <= src); in process()
278 for(; dest != dest_end; dest += dest_dr, src += src_dr) in process()
291 for(; dest != dest_end; dest += dest_dr) in process()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp233 Color *dest_end = dest + dest_stride*height; in process() local
241 for(; dest != dest_end; dest += dest_stride) in process()
255 assert(src_end <= dest || dest_end <= src); in process()
257 for(; dest != dest_end; dest += dest_stride, src += src_stride) in process()
267 for(; dest != dest_end; dest += dest_dr) in process()
271 for(; dest != dest_end; ++dest) in process()
277 assert(src_end <= dest || dest_end <= src); in process()
278 for(; dest != dest_end; dest += dest_dr, src += src_dr) in process()
291 for(; dest != dest_end; dest += dest_dr) in process()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp233 Color *dest_end = dest + dest_stride*height; in process() local
241 for(; dest != dest_end; dest += dest_stride) in process()
255 assert(src_end <= dest || dest_end <= src); in process()
257 for(; dest != dest_end; dest += dest_stride, src += src_stride) in process()
267 for(; dest != dest_end; dest += dest_dr) in process()
271 for(; dest != dest_end; ++dest) in process()
277 assert(src_end <= dest || dest_end <= src); in process()
278 for(; dest != dest_end; dest += dest_dr, src += src_dr) in process()
291 for(; dest != dest_end; dest += dest_dr) in process()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A DPP20.cpp151 pp_uint8 *buf_src, *out, *dest_end, bits_left = 0, bit_cnt; in ppDecrunch() local
158 out = dest_end = dest + dest_len; in ppDecrunch()
188 if ((out + offset) >= dest_end) return 0; /* match overflow */ in ppDecrunch()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dtree.c1583 char *dest, *dest_start, *dest_end; in iso_tree_resolve_symlink() local
1600 dest_end = dest; in iso_tree_resolve_symlink()
1605 dest_end = dest - 1; in iso_tree_resolve_symlink()
1608 while (dest_end < dest + dest_len) { in iso_tree_resolve_symlink()
1609 dest_start = dest_end + 1; in iso_tree_resolve_symlink()
1610 dest_end = strchr(dest_start, '/'); in iso_tree_resolve_symlink()
1611 if (dest_end == NULL) in iso_tree_resolve_symlink()
1612 dest_end = dest_start + strlen(dest_start); in iso_tree_resolve_symlink()
1613 comp_len = dest_end - dest_start; in iso_tree_resolve_symlink()
1648 if (dest_end < dest + dest_len) /* attempt to dive into file */ in iso_tree_resolve_symlink()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-ot-glyf-table.hh514 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
519 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
700 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
704 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
1056 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
1064 dest_glyph = hb_bytes_t (&dest_glyph, dest_glyph.length + dest_end.copy (c).length); in serialize()
1092 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()
1094 unsigned int length () const { return dest_start.length + dest_end.length; } in length()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-ot-glyf-table.hh514 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
519 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
700 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
704 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
1056 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
1064 dest_glyph = hb_bytes_t (&dest_glyph, dest_glyph.length + dest_end.copy (c).length); in serialize()
1092 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()
1094 unsigned int length () const { return dest_start.length + dest_end.length; } in length()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-ot-glyf-table.hh428 void drop_hints_bytes(hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
433 dest_end = bytes.sub_array(glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
601 void drop_hints_bytes(hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
608 SimpleGlyph(*header, bytes).drop_hints_bytes(dest_start, dest_end); in drop_hints_bytes()
989 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
993 source_glyph.drop_hints_bytes(dest_start, dest_end); in drop_hints_bytes()
998 return dest_start.length + dest_end.length; in length()
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/src/
H A Dzstd.cpp71 char*& dest_begin, char* dest_end ) in before() argument
79 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/src/
H A Dzstd.cpp71 char*& dest_begin, char* dest_end ) in before() argument
79 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/iostreams/src/
H A Dzstd.cpp71 char*& dest_begin, char* dest_end ) in before() argument
79 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/boost-zstd/
H A Dzstd.cpp72 char*& dest_begin, char* dest_end ) in before() argument
80 out->size = static_cast<size_t>(dest_end - dest_begin); in before()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dunlzx.c126 uint8 *dest_end; member
797 } while (dest < decr->dest_end && src < decr->src_end); in decrunch()
829 pos = decr->dest_end = decr->dest = decr->buffer + 258 + 65536; in extract_normal()
897 decr->dest_end = decr->dest + decr->decrunch_length; in extract_normal()
898 if (decr->dest_end > decr->buffer + 258 + 65536) in extract_normal()
899 decr->dest_end = decr->buffer + 258 + 65536; in extract_normal()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-glyf-table.hh548 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
553 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
698 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
702 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
1203 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
1211 dest_glyph = hb_bytes_t (&dest_glyph, dest_glyph.length + dest_end.copy (c).length); in serialize()
1239 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()
1241 unsigned int length () const { return dest_start.length + dest_end.length; } in length()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-glyf-table.hh533 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
538 dest_end = bytes.sub_array (glyph_length, bytes.length - glyph_length); in drop_hints_bytes()
684 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
688 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
1168 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
1176 dest_glyph = hb_bytes_t (&dest_glyph, dest_glyph.length + dest_end.copy (c).length); in serialize()
1204 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()
1206 unsigned int length () const { return dest_start.length + dest_end.length; } in length()

1...<<1112131415161718192021