HomeSort by relevance Sort by last modified time
    Searched full:cache_id_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
frame_dec.c 520 ctx->id_ = dec->cache_id_;
538 if (++dec->cache_id_ == dec->num_caches_) {
539 dec->cache_id_ = 0;
645 dec->cache_id_ = 0;
774 dec->cache_id_ = 0;
vp8i_dec.h 201 int cache_id_; // current cache row member in struct:VP8Decoder
  /art/runtime/verifier/
reg_type.h 196 uint16_t GetId() const { return cache_id_; }
322 cache_id_(cache_id) {}
337 const uint16_t cache_id_; member in class:art::verifier::RegType
    [all...]

Completed in 136 milliseconds