Searched refs:hashidx (Results 1 – 4 of 4) sorted by relevance
2620 : 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()
2957 size_t hashidx; member in cv::SparseMatConstIterator
4083 size_t hashidx = hashcodes[dynidx] % nbucket; in create_hash() local4084 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()
5168 : 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 ++()