Home
last modified time | relevance | path

Searched refs:hashidx (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp2620 : m(0), hashidx(0), ptr(0) in SparseMatConstIterator()
2625 : m(it.m), hashidx(it.hashidx), ptr(it.ptr) in SparseMatConstIterator()
2633 hashidx = it.hashidx; in operator =()
2664 hashidx = m->hdr->hashtab.size(); in seekEnd()
Dmat.hpp2957 size_t hashidx; member in cv::SparseMatConstIterator
/external/elfutils/src/
Dldgeneric.c4083 size_t hashidx = hashcodes[dynidx] % nbucket; in create_hash() local
4084 if (bucket[hashidx] == 0) in create_hash()
4085 bucket[hashidx] = dynidx; in create_hash()
4088 hashidx = bucket[hashidx]; in create_hash()
4089 while (chain[hashidx] != 0) in create_hash()
4090 hashidx = chain[hashidx]; in create_hash()
4092 chain[hashidx] = dynidx; in create_hash()
/external/opencv3/modules/core/src/
Dmatrix.cpp5168 : m((SparseMat*)_m), hashidx(0), ptr(0) in SparseMatConstIterator()
5180 hashidx = i; in SparseMatConstIterator()
5198 size_t i = hashidx + 1, sz = hdr.hashtab.size(); in operator ++()
5204 hashidx = i; in operator ++()
5209 hashidx = sz; in operator ++()