Home
last modified time | relevance | path

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

12

/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/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/crosvm/devices/src/usb/xhci/
Dscatter_gather_buffer.rs111 let buffer_end = offset + buffer_len; in read() localVariable
138 let buffer_end = offset + buffer_len; in write() localVariable
/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/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h102 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/external/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/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
Dquic_batch_writer_buffer.h90 const char* buffer_end() const { return buffer_ + sizeof(buffer_); } in buffer_end() function
/external/libvpx/vp8/encoder/
Dboolhuff.h34 unsigned char *buffer_end; member
/external/abseil-cpp/absl/strings/
Dnumbers.cc512 uint32_t i, absl::Nonnull<char*> buffer_end, uint32_t exact_digit_count) { in FastIntToBufferBackward()
517 int32_t i, absl::Nonnull<char*> buffer_end, uint32_t exact_digit_count) { in FastIntToBufferBackward()
522 uint64_t i, absl::Nonnull<char*> buffer_end, uint32_t exact_digit_count) { in FastIntToBufferBackward()
527 int64_t i, absl::Nonnull<char*> buffer_end, uint32_t exact_digit_count) { in FastIntToBufferBackward()
Dnumbers.h319 absl::Nonnull<char*> buffer_end, in FastIntToBufferBackward()
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php42 private $buffer_end; variable in Google\\Protobuf\\Internal\\CodedInputStream
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php42 private $buffer_end; variable in Google\\Protobuf\\Internal\\CodedInputStream
/external/libaom/aom_dsp/
Dbitreader.h59 const uint8_t *buffer_end; member
/external/mesa3d/src/imagination/vulkan/
Dpvr_job_context.c329 ASSERTED uint32_t *buffer_end; in pvr_pds_render_ctx_sr_program_create_and_upload() local
937 ASSERTED uint32_t *buffer_end; in pvr_pds_sr_fence_terminate_program_create_and_upload() local
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dstack_trace_posix.cc285 char* buffer_end = buffer + kBufferSize; in PrintStackTraceInternal() local
/external/cronet/net/server/
Dweb_socket_encoder.cc55 const char* buffer_end = p + data_length; in DecodeFrameHybi17() local
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dmerge.hpp819 BidirectionalIterator2 buffer_end = boost::move(middle, last, buffer); in rotate_adaptive() local
830 BidirectionalIterator2 buffer_end = boost::move(first, middle, buffer); in rotate_adaptive() local
/external/icing/icing/file/
Dfile-backed-vector.h1027 const char* buffer_end = in ComputeChecksum() local
/external/cronet/base/win/
Dregistry.cc418 auto buffer_end = buffer.cend(); in ReadValues() local
/external/clang/lib/Lex/
DLiteralSupport.cpp1077 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local
/external/cronet/base/task/sequence_manager/
Dsequence_manager_impl.cc1192 char* const buffer_end = &buffer[max_size - 1]; in RecordCrashKeys() local
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2870 const uint8_t* buffer_end = buffer_ + buffer_length_; in ReadEntryPrologue() local
3206 const uint8_t* buffer_end = buffer_ + buffer_length_; in Start() local

12