Searched refs:row_cnt (Results 1 – 6 of 6) sorted by relevance
33 int64_t row_cnt = 0; in operator ()() local43 …io_block_queues_[row_cnt++ % num_workers_]->Add(std::make_unique<IOBlock>(*itr, IOBlock::kDeIoBloc… in operator ()()50 RETURN_IF_NOT_OK(io_block_queues_[(row_cnt++) % num_workers_]->Add(std::move(eoe_block))); in operator ()()51 RETURN_IF_NOT_OK(io_block_queues_[(row_cnt++) % num_workers_]->Add(std::move(eof_block))); in operator ()()59 …io_block_queues_[(row_cnt++) % num_workers_]->Add(std::make_unique<IOBlock>(IOBlock::kDeIoBlockFla… in operator ()()
248 int64_t row_cnt = 0; in CountRowsAndClasses() local289 ++row_cnt; in CountRowsAndClasses()294 (*num_rows) = row_cnt; in CountRowsAndClasses()
53 int32_t row_cnt = 0; in WorkerEntry() local63 row_cnt++; // row is processed by this point in WorkerEntry()64 …if ((row_cnt % interval_ == 0) && ((row_cnt / interval_) % num_workers_ == worker_id) && (!wrkr_ma… in WorkerEntry()
465 self.row_cnt = 0472 self.row_cnt += 1477 assert not cb.flag and cb.row_cnt == 0482 assert not cb.flag and cb.row_cnt == 0486 assert cb.flag and cb.row_cnt == 4
629 uint8_t row_cnt, col_cnt; in hevc_idct_32x32_msa() local650 for (row_cnt = 0; row_cnt < 4; row_cnt++) { in hevc_idct_32x32_msa()652 src = (coeffs + 32 * 8 * row_cnt); in hevc_idct_32x32_msa()
722 int64_t row_cnt = 0; in DryRun() local724 ++row_cnt; in DryRun()727 *dataset_size = row_cnt; in DryRun()