HomeSort by relevance Sort by last modified time
    Searched defs:buffer_end (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 34 unsigned char *buffer_end; member in struct:__anon29809
94 validate_buffer(bc->buffer + bc->pos, 1, bc->buffer_end, bc->error);
  /external/libaom/libaom/aom_dsp/
daalaboolreader.h 32 const uint8_t *buffer_end; member in struct:daala_reader
  /external/libvpx/libvpx/vpx_dsp/
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;
bitreader.h 41 const uint8_t *buffer_end; member in struct:__anon29958
  /device/google/cuttlefish_common/common/vsoc/shm/
gralloc_layout.h 35 uint32_t buffer_end; member in struct:vsoc::layout::gralloc::BufferEntry
47 return buffer_end - buffer_begin;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
localeutil.h 66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
75 *buffer_end -= thousands_sep_len;
82 (*buffer_end)[i] = thousands_sep[i];
85 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
89 *buffer_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
142 STRINGLIB_CHAR *buffer_end = NULL; local
155 buffer_end = buffer + n_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
localeutil.h 66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
75 *buffer_end -= thousands_sep_len;
82 (*buffer_end)[i] = thousands_sep[i];
85 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
89 *buffer_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
142 STRINGLIB_CHAR *buffer_end = NULL; local
155 buffer_end = buffer + n_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
localeutil.h 66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
75 *buffer_end -= thousands_sep_len;
82 (*buffer_end)[i] = thousands_sep[i];
85 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
89 *buffer_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
142 STRINGLIB_CHAR *buffer_end = NULL; local
155 buffer_end = buffer + n_buffer;
    [all...]
  /external/clang/include/clang/Rewrite/Core/
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/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 102 iterator buffer_end() { return Rewrite.buffer_end(); } function in class:clang::FixItRewriter
  /external/python/cpython2/Objects/stringlib/
localeutil.h 51 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
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 = buffer + n_buffer
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value,
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) {
517 if (!store_and_advance(buffer_ptr, buffer_end, data)) {
522 size_t partial_store_size = buffer_end - buffer_ptr
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Hashing.h 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value,
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) {
517 if (!store_and_advance(buffer_ptr, buffer_end, data)) {
522 size_t partial_store_size = buffer_end - buffer_ptr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value,
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) {
517 if (!store_and_advance(buffer_ptr, buffer_end, data)) {
522 size_t partial_store_size = buffer_end - buffer_ptr
    [all...]
  /external/v8/src/parsing/
scanner-character-streams.cc 97 size_t buffer_end = chunk.length; local
98 size_t buffer_pos = Min(buffer_end, pos - chunk.position);
99 return {&chunk.data[buffer_pos], &chunk.data[buffer_end]};
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 1767 const char *buffer_end = buffer_ + buffer_length_; local
2088 const char *buffer_end = buffer_ + buffer_length_; local
    [all...]

Completed in 280 milliseconds