Searched defs:src_begin (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/iostreams/src/ |
D | bzip2.cpp | 85 void bzip2_base::before( const char*& src_begin, const char* src_end, in before() 95 void bzip2_base::after(const char*& src_begin, char*& dest_begin) in after() 102 int bzip2_base::check_end(const char* src_begin, const char* dest_begin) in check_end()
|
D | lzma.cpp | 90 void lzma_base::before( const char*& src_begin, const char* src_end, in before() 100 void lzma_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
|
D | zlib.cpp | 100 void zlib_base::before( const char*& src_begin, const char* src_end, in before() 110 void zlib_base::after(const char*& src_begin, char*& dest_begin, bool compress) in after()
|
D | zstd.cpp | 70 void zstd_base::before( const char*& src_begin, const char* src_end, in before() 83 void zstd_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
D | carry_data.cc | 27 const std::vector<lite::Tensor *>::iterator &src_begin, in MoveData()
|
/third_party/boost/boost/iostreams/filter/ |
D | zstd.hpp | 290 ( const char*& src_begin, const char* src_end, in filter() 321 ( const char*& src_begin, const char* src_end, in filter()
|
D | lzma.hpp | 301 ( const char*& src_begin, const char* src_end, in filter() 333 ( const char*& src_begin, const char* src_end, in filter()
|
D | bzip2.hpp | 325 ( const char*& src_begin, const char* src_end, in filter() 365 ( const char*& src_begin, const char* src_end, in filter()
|
D | zlib.hpp | 351 ( const char*& src_begin, const char* src_end, in filter() 385 ( const char*& src_begin, const char* src_end, in filter()
|
/third_party/boost/boost/gil/extension/numeric/ |
D | algorithm.hpp | 138 SrcIterator src_begin, in correlate_pixels_n() 186 SrcIterator src_begin, in correlate_pixels_k()
|
D | convolve.hpp | 158 SrcIterator src_begin, in operator ()()
|
/third_party/spirv-tools/source/opt/ |
D | function.h | 221 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
/third_party/boost/boost/graph/detail/ |
D | indexed_properties.hpp | 212 std::size_t src_begin, std::size_t src_end, std::size_t dest_begin) in move_range()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 353 EdgeIterator src_begin() const { return SrcEdges.begin(); } in src_begin() function
|