Home
last modified time | relevance | path

Searched defs:max_rows (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c138 JDIMENSION num_rows, max_rows; in post_process_1pass() local
213 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c138 JDIMENSION num_rows, max_rows; in post_process_1pass() local
213 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/third_party/libjpeg-turbo/
Djdpostct.c138 JDIMENSION num_rows, max_rows; in post_process_1pass() local
213 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dperf_data.h41 PerfData(dsize_t max_rows, dsize_t n_cols) : counter_(0), max_rows_(max_rows), n_cols_(n_cols) { in PerfData()
/third_party/boost/libs/math/test/
Dsinh_sinh_quadrature_test.cpp85 …::vector<std::vector<Real>>, std::vector<std::vector<Real>> > generate_constants(unsigned max_rows) in generate_constants()
Dexp_sinh_quadrature_test.cpp100 …::vector<std::vector<Real>>, std::vector<std::vector<Real>> > generate_constants(unsigned max_rows) in generate_constants()
Dtanh_sinh_quadrature_test.cpp135 …<Real>>, std::vector<std::vector<Real>> > generate_constants(unsigned max_index, unsigned max_rows) in generate_constants()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c319 static int max_rows, current_cntr = 1; variable