Home
last modified time | relevance | path

Searched refs:numcols (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/
Djcsample.h18 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
20 if (numcols > 0) { in expand_right_edge()
24 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djcsample.h18 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
20 if (numcols > 0) { in expand_right_edge()
24 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/libjpeg-turbo/simd/mips64/
Djcsample.h18 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
20 if (numcols > 0) { in expand_right_edge()
24 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/libjpeg-turbo/simd/powerpc/
Djcsample.h18 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
20 if (numcols > 0) { in expand_right_edge()
24 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/python/Modules/_sqlite/
Dcursor.c261 int i, numcols; in _pysqlite_fetch_one_row() local
277 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local
280 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row()
285 for (i = 0; i < numcols; i++) { in _pysqlite_fetch_one_row()
428 int numcols; in _pysqlite_query_execute() local
566 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
568 if (self->description == Py_None && numcols > 0) { in _pysqlite_query_execute()
569 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()
573 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
/third_party/libjpeg-turbo/
Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
103 if (numcols > 0) { in expand_right_edge()
107 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
103 if (numcols > 0) { in expand_right_edge()
107 for (count = numcols; count > 0; count--) in expand_right_edge()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
103 if (numcols > 0) { in expand_right_edge()
107 for (count = numcols; count > 0; count--) in expand_right_edge()