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

  /external/webp/src/enc/
backward_references.h 120 // chain_[pos] stores the previous position with the same hash value
122 int32_t* chain_; member in struct:VP8LHashChain
  /bionic/linker/
linker.h 218 uint32_t* chain_; member in struct:soinfo
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 39 // chain_[pos] stores the previous position with the same hash value
41 int32_t* chain_; member in struct:__anon21887
118 p->chain_ = (int*)WebPSafeMalloc((uint64_t)size, sizeof(*p->chain_));
119 if (p->chain_ == NULL) {
123 p->chain_[i] = -1;
133 free(p->chain_);
142 p->chain_[pos] = p->hash_to_first_index_[hash_code];
181 pos = p->chain_[pos]) {

Completed in 217 milliseconds