Searched refs:end_ (Results 1 - 25 of 121) sorted by last modified time

12345

/external/webp/src/dec/
H A Didec.c57 size_t end_; // end location member in struct:__anon33329
90 return (mem->end_ - mem->start_);
134 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_;
175 if (mem->end_ + data_size > mem->buf_size_) { // Need some free memory
188 mem->end_ = current_size;
191 memcpy(mem->buf_ + mem->end_, data, data_size);
192 mem->end_ += data_size;
193 assert(mem->end_ <= mem->buf_size_);
209 mem->end_ = mem->buf_size_ = data_size;
291 assert(mem->start_ <= mem->end_);
[all...]
/external/webp/src/demux/
H A Ddemux.c32 size_t end_; // end location member in struct:__anon33349
33 size_t riff_end_; // riff chunk end location, can be > end_.
115 mem->end_ = mem->buf_size_ = size;
127 return (mem->end_ - mem->start_);
412 mem->buf_size_ = mem->end_ = mem->riff_end_;
/external/webp/src/utils/
H A Dbit_writer.c212 const size_t max_bytes = bw->end_ - bw->buf_;
236 bw->end_ = bw->buf_ + allocated_size;
274 if (bw->cur_ + VP8L_WRITER_BYTES > bw->end_) {
275 const uint64_t extra_size = (bw->end_ - bw->buf_) + MIN_EXTRA_SIZE;
H A Dbit_writer.h87 uint8_t* end_; // end of buffer member in struct:__anon33391
H A Dquant_levels_dec.c59 uint16_t* end_; member in struct:__anon33398
84 uint16_t* const out = p->end_;
98 if (p->cur_ == p->end_) p->cur_ = p->start_; // roll-over
109 const uint16_t* const in = p->end_;
226 p->end_ = p->start_ + R * width;
227 p->top_ = p->end_ - width;
/external/sfntly/cpp/src/sample/subtly/
H A Dcharacter_predicate.cc26 end_(end) {
32 return start_ <= character && character <= end_;
H A Dcharacter_predicate.h41 int32_t end_; member in class:subtly::AcceptRange
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc147 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, end_),
1428 end_ = 0;
1464 end_ = 0;
1498 input, &end_)));
1635 std::swap(end_, other->end_);
H A Ddescriptor.pb.h502 ::google::protobuf::int32 end_; member in class:google::protobuf::DescriptorProto_ExtensionRange
2768 end_ = 0;
2772 return end_;
2776 end_ = value;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h205 : begin_(begin), end_(end),
213 return new Iterator(this, end_, end_index_, step_);
273 const T end_; member in class:testing::internal::RangeGenerator
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h186 : begin_(begin), end_(end),
194 return new Iterator(this, end_, end_index_, step_);
255 const T end_; member in class:testing::internal::RangeGenerator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h186 : begin_(begin), end_(end),
194 return new Iterator(this, end_, end_index_, step_);
255 const T end_; member in class:testing::internal::RangeGenerator
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml99 | Ast.For (var_name, start, end_, step, body) ->
143 let end_cond = codegen_expr end_ in
H A Dparser.ml65 end_=parse_expr;
75 Ast.For (id, start, end_, step, body)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml117 | Ast.For (var_name, start, end_, step, body) ->
161 let end_cond = codegen_expr end_ in
H A Dparser.ml65 end_=parse_expr;
75 Ast.For (id, start, end_, step, body)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml147 | Ast.For (var_name, start, end_, step, body) ->
212 let end_cond = codegen_expr end_ in
H A Dparser.ml66 end_=parse_expr;
76 Ast.For (id, start, end_, step, body)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10185 : begin_(begin), end_(end),
10193 return new Iterator(this, end_, end_index_, step_);
10254 const T end_; member in class:testing::internal::RangeGenerator
/external/libcxx/src/
H A Ddebug.cpp231 while (p->end_ != p->beg_)
233 --p->end_;
234 (*p->end_)->__c_ = nullptr;
311 while (p->end_ != p->beg_)
313 --p->end_;
314 (*p->end_)->__c_ = nullptr;
412 std::swap(p1->end_, p2->end_);
414 for (__i_node** p = p1->beg_; p != p1->end_; ++p)
416 for (__i_node** p = p2->beg_; p != p2->end_;
[all...]
/external/jsoncpp/include/json/
H A Dreader.h114 Location end_; member in class:Json::Reader::Token
176 Location end_; member in class:Json::Reader
/external/jsoncpp/src/lib_json/
H A Djson_batchallocator.h64 if ( currentBatch_->used_ == currentBatch_->end_ )
67 while ( currentBatch_ && currentBatch_->used_ == currentBatch_->end_ )
96 AllocatedType *end_; member in struct:Json::BatchAllocator::BatchInfo
111 batch->end_ = batch->buffer_ + objectsPerPage;
H A Djson_reader.cpp85 end_(),
100 end_(),
151 end_ = endDoc;
174 token.end_ = endDoc;
333 token.end_ = current_;
341 while ( current_ != end_ )
356 if ( end_ - current_ < patternLength )
418 while ( current_ != end_ )
431 while ( current_ != end_ )
444 while ( current_ != end_ )
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h186 : begin_(begin), end_(end),
194 return new Iterator(this, end_, end_index_, step_);
255 const T end_; member in class:testing::internal::RangeGenerator

Completed in 5404 milliseconds

12345