/external/python/cpython3/Objects/stringlib/ |
H A D | localeutil.h | 49 STRINGLIB(fill)(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, argument 56 *buffer_end -= thousands_sep_len; 59 memcpy(*buffer_end, thousands_sep, 63 *buffer_end -= n_chars; 65 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR)); 67 *buffer_end -= n_zeros; 69 (*buffer_end)[i] = '0'; 119 STRINGLIB_CHAR *buffer_end = NULL; local 131 buffer_end = buffer + n_buffer; 147 STRINGLIB(fill)(&digits_end, &buffer_end, n_char [all...] |
/external/python/cpython2/Objects/stringlib/ |
H A D | localeutil.h | 51 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, argument 60 *buffer_end -= thousands_sep_len; 67 (*buffer_end)[i] = thousands_sep[i]; 70 memcpy(*buffer_end, thousands_sep, thousands_sep_len); 74 *buffer_end -= n_chars; 76 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR)); 78 *buffer_end -= n_zeros; 79 STRINGLIB_FILL(*buffer_end, '0', n_zeros); 127 STRINGLIB_CHAR *buffer_end = NULL; local 140 buffer_end [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
H A D | boolhuff.h | 34 unsigned char *buffer_end; member in struct:__anon12801 39 unsigned char *buffer_end); 105 validate_buffer(br->buffer + br->pos, 1, br->buffer_end, br->error);
|
H A D | boolhuff.c | 51 br->buffer_end = source_end;
|
H A D | bitstream.c | 179 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); 230 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error); 271 validate_buffer(w->buffer + w->pos, 1, w->buffer_end, w->error);
|
/external/libvpx/libvpx/vpx_dsp/ |
H A D | bitreader.c | 26 r->buffer_end = buffer + size; 39 const uint8_t *const buffer_end = r->buffer_end; local 44 const size_t bytes_left = buffer_end - buffer;
|
H A D | bitreader.h | 41 const uint8_t *buffer_end; member in struct:__anon12943
|
/external/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 102 iterator buffer_end() { return Rewrite.buffer_end(); } function in class:clang::FixItRewriter
|
/external/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, argument 390 if (buffer_ptr + store_size > buffer_end) 407 char *const buffer_end = std::end(buffer); local 408 while (first != last && store_and_advance(buffer_ptr, buffer_end, 413 assert(buffer_ptr == buffer_end); 421 while (first != last && store_and_advance(buffer_ptr, buffer_end, 428 std::rotate(buffer, buffer_ptr, buffer_end); 516 char *combine_data(size_t &length, char *buffer_ptr, char *buffer_end, T data) { argument 517 if (!store_and_advance(buffer_ptr, buffer_end, data)) { 522 size_t partial_store_size = buffer_end 555 combine(size_t length, char *buffer_ptr, char *buffer_end, const T &arg, const Ts &...args) argument 568 combine(size_t length, char *buffer_ptr, char *buffer_end) argument [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, argument 390 if (buffer_ptr + store_size > buffer_end) 407 char *const buffer_end = std::end(buffer); local 408 while (first != last && store_and_advance(buffer_ptr, buffer_end, 413 assert(buffer_ptr == buffer_end); 421 while (first != last && store_and_advance(buffer_ptr, buffer_end, 428 std::rotate(buffer, buffer_ptr, buffer_end); 516 char *combine_data(size_t &length, char *buffer_ptr, char *buffer_end, T data) { argument 517 if (!store_and_advance(buffer_ptr, buffer_end, data)) { 522 size_t partial_store_size = buffer_end 555 combine(size_t length, char *buffer_ptr, char *buffer_end, const T &arg, const Ts &...args) argument 568 combine(size_t length, char *buffer_ptr, char *buffer_end) argument [all...] |
/external/libvncserver/libvncclient/ |
H A D | zrle.c | 240 uint8_t* buffer_end = buffer+buffer_length; local 259 ret = HandleZRLETile(client, buffer, buffer_end-buffer, x, y, w, h); 334 if(buffer+REALBPP/8+1>buffer_end) 341 if(buffer+1>=buffer_end) 382 if(buffer>=buffer_end) 387 if(buffer+1>=buffer_end) 392 if(buffer+1>=buffer_end)
|
/external/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 178 buffer_iterator buffer_end() { return RewriteBuffers.end(); } function in class:clang::Rewriter 180 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } function in class:clang::Rewriter
|
/external/syslinux/com32/hdt/ |
H A D | hdt-dump.c | 98 char *buffer_end = strstr(buffer, "}"); local 102 strncpy(option, buffer, buffer_end - buffer + 1);
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 91 for (iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) {
|
/external/opencv/cv/src/ |
H A D | cvemd.cpp | 347 char *buffer, *buffer_end; local 383 buffer_end = buffer + buffer_size; 549 memset( buffer, 0, buffer_end - buffer ); 573 assert( buffer <= buffer_end );
|
H A D | cvfloodfill.cpp | 66 if( ++tail >= buffer_end ) \ 79 if( ++head >= buffer_end ) \ 106 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local 238 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local 391 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local 697 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
|
/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader.cc | 1767 const char *buffer_end = buffer_ + buffer_length_; local 1778 if (length_size > size_t(buffer_end - cursor)) 1791 if (length > size_t(buffer_end - cursor)) 2088 const char *buffer_end = buffer_ + buffer_length_; local 2096 for (cursor = buffer_; cursor < buffer_end; 2125 if (fde.end < buffer_end) reporter_->EarlyEHTerminator(fde.offset);
|
/external/v8/src/parsing/ |
H A D | scanner.h | 98 const uint16_t* buffer_end, size_t buffer_pos) 101 buffer_end_(buffer_end), 96 Utf16CharacterStream(const uint16_t* buffer_start, const uint16_t* buffer_cursor, const uint16_t* buffer_end, size_t buffer_pos) argument
|
/external/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 448 for (buffer_iterator I = buffer_begin(), E = buffer_end(); I != E; ++I) {
|
/external/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1077 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); 1109 &buffer_begin, buffer_end, strictConversion);
|
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 138 char* buffer_end; member in struct:CvFileStorage 319 int new_size = (int)((fs->buffer_end - fs->buffer_start)*3/2); 326 fs->buffer_end = fs->buffer_start + new_size; 337 return ptr + len < fs->buffer_end ? ptr : icvFSDoResize( fs, ptr, len ); 858 int max_size = (int)(fs->buffer_end - fs->buffer_start); 1654 fs->buffer_end - ptr < len || ptr == fs->buffer_start ) 1750 int max_size = (int)(fs->buffer_end - fs->buffer_start); 2616 if( multiline || !eol_comment || fs->buffer_end - ptr < len + 5 ) 2727 fs->buffer_end = fs->buffer_start + buf_size; 2817 fs->buffer_end [all...] |
/external/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 598 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) {
|
H A D | ObjCMT.cpp | 1963 I = rewriter.buffer_begin(), E = rewriter.buffer_end(); I != E; ++I) {
|
/external/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 2717 const uint16_t* buffer_end);
|
H A D | disasm-aarch32.cc | 68018 DecodeT32At( const uint16_t* instruction_address, const uint16_t* buffer_end) argument [all...] |