Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()()
321 for (int col = 0; col < Cols; col++) in Matrix() local
330 for (int col = 0; col < Cols; col++) in Matrix() local
339 for (int col = 0; col < Cols; col++) in Matrix() local
349 for (int col = 0; col < Cols; col++) in Matrix() local
371 for (int col = 0; col < Cols; col++) in operator =() local
387 for (int col = 0; col < Cols; col++) in setRow() local
401 for (int col = 0; col < Cols; col++) in getRow() local
423 for (int col = 0; col < Cols; col++) in getColumnMajorData() local
435 for (int col = 0; col < Cols; col++) in getRowMajorData() local
[all …]
/third_party/ffmpeg/libavcodec/
Dinterplayacm.c118 static int zero(InterplayACMContext *s, unsigned ind, unsigned col) in zero()
127 static int bad(InterplayACMContext *s, unsigned ind, unsigned col) in bad()
132 static int linear(InterplayACMContext *s, unsigned ind, unsigned col) in linear()
145 static int k13(InterplayACMContext *s, unsigned ind, unsigned col) in k13()
170 static int k12(InterplayACMContext *s, unsigned ind, unsigned col) in k12()
188 static int k24(InterplayACMContext *s, unsigned ind, unsigned col) in k24()
214 static int k23(InterplayACMContext *s, unsigned ind, unsigned col) in k23()
232 static int k35(InterplayACMContext *s, unsigned ind, unsigned col) in k35()
266 static int k34(InterplayACMContext *s, unsigned ind, unsigned col) in k34()
291 static int k45(InterplayACMContext *s, unsigned ind, unsigned col) in k45()
[all …]
Dvp56.c43 static int vp56_get_vectors_predictors(VP56Context *s, int row, int col, in vp56_get_vectors_predictors()
164 static void vp56_decode_4mv(VP56Context *s, int row, int col) in vp56_decode_4mv()
205 static VP56mb vp56_decode_mv(VP56Context *s, int row, int col) in vp56_decode_mv()
262 static VP56mb vp56_conceal_mv(VP56Context *s, int row, int col) in vp56_conceal_mv()
427 static av_always_inline void vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb … in vp56_render_mb()
490 static int vp56_decode_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_decode_mb()
509 static int vp56_conceal_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_conceal_mb()
/third_party/python/Lib/turtledemo/
Dnim.py66 def move(self, row, col): argument
83 def notify_move(self, row, col): argument
90 def __init__(self, row, col, game): argument
104 def coords(self, row, col): argument
157 def notify_move(self, row, col, maxspalte, player): argument
197 def notify_move(self, row, col): argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdcol565.c28 register JDIMENSION col; in LOCAL() local
107 register JDIMENSION col; in LOCAL() local
191 register JDIMENSION col; in LOCAL() local
246 register JDIMENSION col; in LOCAL() local
304 register JDIMENSION col; in LOCAL() local
344 register JDIMENSION col; in LOCAL() local
Drdppm.c142 JDIMENSION col; in get_text_gray_row() local
170 JDIMENSION col; in get_text_gray_rgb_row() local
205 JDIMENSION col; in get_text_gray_cmyk_row() local
244 JDIMENSION col; in get_text_rgb_row() local
279 JDIMENSION col; in get_text_rgb_cmyk_row() local
312 JDIMENSION col; in get_scaled_gray_row() local
334 JDIMENSION col; in get_gray_rgb_row() local
370 JDIMENSION col; in get_gray_cmyk_row() local
402 JDIMENSION col; in get_rgb_row() local
438 JDIMENSION col; in get_rgb_cmyk_row() local
[all …]
Djdcolext.c39 register JDIMENSION col; in LOCAL() local
89 register JDIMENSION col; in LOCAL() local
120 register JDIMENSION col; in LOCAL() local
Djccolext.c41 register JDIMENSION col; in LOCAL() local
95 register JDIMENSION col; in LOCAL() local
128 register JDIMENSION col; in LOCAL() local
Dwrppm.c112 register JDIMENSION col; in copy_pixel_rows() local
138 register JDIMENSION col; in put_rgb() local
167 register JDIMENSION col; in put_cmyk() local
198 register JDIMENSION col; in put_demapped_rgb() local
220 register JDIMENSION col; in put_demapped_gray() local
Djdmrg565.c27 JDIMENSION col; in LOCAL() local
98 JDIMENSION col; in LOCAL() local
171 JDIMENSION col; in LOCAL() local
267 JDIMENSION col; in LOCAL() local
Drdtarga.c172 register JDIMENSION col; in get_8bit_gray_row() local
189 register JDIMENSION col; in get_8bit_row() local
213 register JDIMENSION col; in get_16bit_row() local
240 register JDIMENSION col; in get_24bit_row() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DXmlRangesSchema.java141 private static void checkSourceColumn(RangeTable table, Column<?> col) { in checkSourceColumn()
144 col, table.getAllRanges().subtract(table.getAssignedRanges(col))); in checkSourceColumn() local
147 private static void copyColumn(RangeTable src, RangeTable.Builder dst, Column<?> col) { in copyColumn()
/third_party/icu/icu4c/source/test/intltest/
Dg7coll.cpp153 Collator *col = Collator::createInstance("en_US", status); in TestDemo1() local
187 Collator *col = Collator::createInstance("en_US", status); in TestDemo2() local
221 Collator *col = Collator::createInstance("en_US", status); in TestDemo3() local
255 Collator *col = Collator::createInstance("en_US", status); in TestDemo4() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java56 Collator col = Collator.getInstance(); in TestCollationKey() local
199 Collator col = Collator.getInstance(Locale.ENGLISH); in TestCompare() local
286 Collator col = Collator.getInstance(Locale.ENGLISH); in TestElemIter() local
459 Collator col = Collator.getInstance(Locale.ENGLISH); in TestProperty() local
DG7CollationTest.java69 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo1() local
96 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo2() local
124 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo3() local
152 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo4() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java59 Collator col = Collator.getInstance(); in TestCollationKey() local
202 Collator col = Collator.getInstance(Locale.ENGLISH); in TestCompare() local
289 Collator col = Collator.getInstance(Locale.ENGLISH); in TestElemIter() local
462 Collator col = Collator.getInstance(Locale.ENGLISH); in TestProperty() local
DG7CollationTest.java72 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo1() local
99 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo2() local
127 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo3() local
155 Collator col = Collator.getInstance(Locale.ENGLISH); in TestDemo4() local
/third_party/python/Lib/idlelib/
Dsearchengine.py92 def report_error(self, pat, msg, col=None): argument
142 def search_forward(self, text, prog, line, col, wrap, ok=0): argument
164 def search_backward(self, text, prog, line, col, wrap, ok=0): argument
189 def search_reverse(prog, chars, col): argument
/third_party/icu/tools/multi/proj/provider/
Dcolldiff.cpp73 Collator *col = Collator::createInstance(Locale(locID),subStatus); in main() local
86 UCollator *col = ucol_openFromShortString(xbuf2, false,NULL, &subStatus); in main() local
88 UCollator *col = ucol_open(locID, &subStatus); in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.cpp655 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
678 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
694 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
708 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
729 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
749 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
770 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
792 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
1013 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea() local
1213 for (int32 col = overlap.l; col < overlap.r; col += fAreaSpec.ColPitch ()) in ProcessArea() local
[all …]
Ddng_reference.cpp99 for (uint32 col = 0; col < cols; col++) in RefSetArea8() local
140 for (uint32 col = 0; col < cols; col++) in RefSetArea16() local
181 for (uint32 col = 0; col < cols; col++) in RefSetArea32() local
226 for (uint32 col = 0; col < cols; col++) in RefCopyArea8() local
275 for (uint32 col = 0; col < cols; col++) in RefCopyArea16() local
324 for (uint32 col = 0; col < cols; col++) in RefCopyArea32() local
373 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_16() local
422 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_S16() local
473 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_32() local
522 for (uint32 col = 0; col < cols; col++) in RefCopyArea16_S16() local
[all …]
Ddng_bad_pixels.h86 bool IsGreen (int32 row, int32 col) const in IsGreen()
285 bool IsGreen (int32 row, int32 col) const in IsGreen()
/third_party/ltp/testcases/kernel/irq/
Dirqbalance01.c94 size_t row, col, len; in collect_irq_info() local
240 size_t row, col; in print_irq_info() local
273 size_t row, col, changed = 0; in evidence_of_change() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp240 void TexImageUtils::writePixel(glw::GLubyte *p, glw::GLdouble col) in writePixel()
246 void TexImageUtils::writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeChannel()
295 void TexImageUtils::writeToUnsignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToUnsignedChannel()
309 void TexImageUtils::writeToSignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToSignedChannel()
322 void TexImageUtils::writeToFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToFloatChannel()
331 void TexImageUtils::writeToHalfFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col) in writeToHalfFloatChannel()
343 void TexImageUtils::write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write3Channel()
391 void TexImageUtils::write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write4Channel()
440 void TexImageUtils::write11F_11F_10F_Channel(glw::GLubyte *p, int channel, glw::GLdouble col) in write11F_11F_10F_Channel()
475 void TexImageUtils::setRefcolour (glu::CallLogWrapper gl, glw::GLdouble col) in setRefcolour()
[all …]
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/
Dindex.js204 negatePadding(col) { argument
245 function addBorder(col, ts, style) { argument
259 function _minWidth(col) { argument

12345678910>>...15