Home
last modified time | relevance | path

Searched defs:buffer_end (Results 1 – 12 of 12) 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/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/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.h41 const uint8_t *buffer_end; member
/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h34 unsigned char *buffer_end; member
/external/libaom/libaom/aom_dsp/
Ddaalaboolreader.h32 const uint8_t *buffer_end; member
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1767 const char *buffer_end = buffer_ + buffer_length_; in ReadEntryPrologue() local
2088 const char *buffer_end = buffer_ + buffer_length_; in Start() local
/external/v8/src/parsing/
Dscanner-character-streams.cc97 size_t buffer_end = chunk.length; in GetDataAt() local
Dscanner.h118 const uint16_t* buffer_end, size_t buffer_pos) in Utf16CharacterStream()
/external/clang/lib/Lex/
DLiteralSupport.cpp1077 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc67215 const uint16_t* instruction_address, const uint16_t* buffer_end) { in DecodeT32At()