Searched refs:q1_ (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 141 Queue *q1_; // "newbies": seen only once, evicted LRA (least-recently-added) variable 149 inline ~QCache3Q() { clear(); delete q1_; delete q2_; delete q3_; delete q1_evicted_; } in ~QCache3Q() local 157 inline int totalCost() const { return q1_->cost + q2_->cost + q3_->cost; } in totalCost() 197 qDebug("q1: cost=%d, size=%d, pop=%llu", q1_->cost, q1_->size, q1_->pop); in printStats() 204 : q1_(new Queue), q2_(new Queue), q3_(new Queue), q1_evicted_(new Queue), in QCache3Q() 218 Queue *queue = queueNumber == 1 ? q1_ : in serializeQueue() 235 Queue *queue = queueNumber == 1 ? q1_ : in deserializeQueue() 283 } else if (n->q != q1_) { in insert() 297 link_front(n, q1_); in insert() 314 while (q1_->f) { in clear() [all …]
|