Home
last modified time | relevance | path

Searched defs:buffer_end (Results 1 – 23 of 23) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriter.h178 buffer_iterator buffer_end() { return RewriteBuffers.end(); } in buffer_end() function
180 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } in buffer_end() function
/external/webrtc/test/
Drtcp_packet_parser.cc28 const uint8_t* const buffer_end = buffer + length; in Parse() local
/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp137 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, in GetPrintableImpl()
170 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, in GetPrintableImpl()
219 uint8_t *buffer_end, uint8_t *&next, in GetPrintable()
243 uint8_t *&next) -> DecodedCharBuffer { in GetDefaultEscapingHelper()
/external/llvm-project/clang/include/clang/Rewrite/Core/
DRewriter.h206 buffer_iterator buffer_end() { return RewriteBuffers.end(); } in buffer_end() function
208 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } in buffer_end() function
/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h51 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, in fill()
127 STRINGLIB_CHAR *buffer_end = NULL; in _Py_InsertThousandsGrouping() local
/external/cpuinfo/src/linux/
Dmultiline.c39 const char* buffer_end = &buffer[buffer_size]; in cpuinfo_linux_parse_multiline_file() local
Dcpulist.c152 const char* buffer_end = &buffer[BUFFER_SIZE]; in cpuinfo_linux_parse_cpulist() local
/external/llvm-project/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h104 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/external/crosvm/devices/src/usb/xhci/
Dscatter_gather_buffer.rs108 let buffer_end = offset + buffer_len; in read() localVariable
135 let buffer_end = offset + buffer_len; in write() localVariable
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h102 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/external/libvpx/libvpx/vpx_dsp/
Dbitreader.c39 const uint8_t *const buffer_end = r->buffer_end; in vpx_reader_fill() local
Dbitreader.h45 const uint8_t *buffer_end; member
/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h34 unsigned char *buffer_end; member
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php42 private $buffer_end; variable in Google\\Protobuf\\Internal\\CodedInputStream
/external/libaom/libaom/aom_dsp/
Dbitreader.h55 const uint8_t *buffer_end; member
/external/icing/icing/file/
Dfile-backed-vector.h679 const char* buffer_end = &saved_original_buffer_[cur_offset + sizeof(T)]; in ComputeChecksum() local
/external/clang/lib/Lex/
DLiteralSupport.cpp1077 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2199 const uint8_t *buffer_end = buffer_ + buffer_length_; in ReadEntryPrologue() local
2535 const uint8_t *buffer_end = buffer_ + buffer_length_; in Start() local
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp1286 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local
/external/rust/crates/serde_cbor/src/
Dread.rs537 buffer_end: usize, field
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc199 size_t buffer_end = gcs_file->buffer_start + gcs_file->buffer.size(); in Read() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc323 size_t buffer_end = buffer_start_ + buffer_.size(); in Read() local
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc67215 const uint16_t* instruction_address, const uint16_t* buffer_end) { in DecodeT32At()