Searched defs:dest_end (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/boost/iostreams/filter/ |
D | zstd.hpp | 291 char*& dest_begin, char* dest_end, bool flush ) in filter() 322 char*& dest_begin, char* dest_end, bool flush ) in filter()
|
D | lzma.hpp | 302 char*& dest_begin, char* dest_end, bool flush ) in filter() 334 char*& dest_begin, char* dest_end, bool flush ) in filter()
|
D | bzip2.hpp | 326 char*& dest_begin, char* dest_end, bool flush ) in filter() 366 char*& dest_begin, char* dest_end, bool flush ) in filter()
|
D | zlib.hpp | 352 char*& dest_begin, char* dest_end, bool flush ) in filter() 386 char*& dest_begin, char* dest_end, bool /* flush */ ) in filter()
|
/third_party/boost/libs/iostreams/src/ |
D | lzma.cpp | 91 char*& dest_begin, char* dest_end ) in before()
|
D | bzip2.cpp | 86 char*& dest_begin, char* dest_end ) in before()
|
D | zlib.cpp | 101 char*& dest_begin, char* dest_end ) in before()
|
D | zstd.cpp | 71 char*& dest_begin, char* dest_end ) in before()
|
/third_party/ffmpeg/libavcodec/ |
D | xan.c | 121 uint8_t *dest_end = dest + dest_len; in xan_huffman_decode() local 160 uint8_t *dest_end = dest + dest_len; in xan_unpack() local
|
D | vmdvideo.c | 144 unsigned char *dest_end = dest + dest_len; in rle_unpack() local
|
D | xxan.c | 132 const uint8_t *dest_end = dest + dest_len; in xan_unpack() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 635 hb_bytes_t dest_end; // region of source_glyph to copy second member
|
/third_party/ntfs-3g/libntfs-3g/ |
D | compress.c | 476 u8 *dest_end = dest + dest_size; /* End of dest buffer. */ in ntfs_decompress() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 1269 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
|
/third_party/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 1203 hb_bytes_t dest_end; /* region of source_glyph to copy second */ member
|
/third_party/ffmpeg/libavformat/ |
D | utils.c | 5017 char *dest = NULL, *dest_end; local
|