Home
last modified time | relevance | path

Searched refs:source_end (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/
Dtest_utils.cc45 UChar* source_end; in EncodeOneChar() local
49 source_end = source; in EncodeOneChar()
52 (const UChar**)&source_end, source + sizeof(UChar), in EncodeOneChar()
/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.c43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) in vp8_start_encode() argument
50 br->buffer_end = source_end; in vp8_start_encode()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1257 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local
1260 buffer_size(target_buffer) && source_iter != source_end; ++source_iter) in buffer_copy()
1552 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local
1555 while (target_iter != target_end && source_iter != source_end) in buffer_copy()
2045 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local
2049 && target_iter != target_end && source_iter != source_end) in buffer_copy()