Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c402 static struct row { struct
403 long X; /* the X values -- copied from function argument */
404 long Y_o; /* the Y values -- copied from function argument */
405 long Y_c; /* the Y values -- copied from function argument */
406 long _x; /* Value X - Xavg */
407 long _y_o; /* Value Y - Yavg */
408 long _y_c; /* Value Y - Yavg */
409 double LnX; /* Natural logarithm of X values */
410 double LnY_o; /* Natural logarithm of Y values */
411 double LnY_c; /* Natural logarithm of Y values */
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c394 struct row { struct
395 long X; /* the X values -- copied from function argument */
396 long Y_o; /* the Y values -- copied from function argument */
397 long Y_c; /* the Y values -- copied from function argument */
398 long _x; /* Value X - Xavg */
399 long _y_o; /* Value Y - Yavg */
400 long _y_c; /* Value Y - Yavg */
401 double LnX; /* Natural logarithm of X values */
402 double LnY_o; /* Natural logarithm of Y values */
403 double LnY_c; /* Natural logarithm of Y values */
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c400 static struct row { struct
401 long X; /* the X values -- copied from function argument */
402 long Y; /* the Y values -- copied from function argument */
403 long _x; /* Value X - Xavg */
404 long _y; /* Value Y - Yavg */
405 double LnX; /* Natural logarithm of X values */
406 double LnY; /* Natural logarithm of Y values */
430 struct row *Table = NULL; in parse_measure() argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c448 static struct row { struct
449 long X; /* the X values -- copied from function argument */
450 long Y[NSCENAR]; /* the Y values -- copied from function argument */
451 long _x[NSCENAR]; /* Value X - Xavg */
452 long _y[NSCENAR]; /* Value Y - Yavg */
453 double LnX; /* Natural logarithm of X values */
454 double LnY[NSCENAR]; /* Natural logarithm of Y values */
478 struct row *Table = NULL; in parse_measure() argument
/third_party/flutter/skia/src/codec/
DSkSampler.cpp29 for (int row = 0; row < numRows; row++) { in Fill() local
37 for (int row = 0; row < numRows; row++) { in Fill() local
45 for (int row = 0; row < numRows; row++) { in Fill() local
53 for (int row = 0; row < numRows; row++) { in Fill() local
/third_party/skia/src/codec/
DSkSampler.cpp29 for (int row = 0; row < numRows; row++) { in Fill() local
37 for (int row = 0; row < numRows; row++) { in Fill() local
45 for (int row = 0; row < numRows; row++) { in Fill() local
53 for (int row = 0; row < numRows; row++) { in Fill() local
/third_party/libabigail/include/
Dabg-viz-svg.h27 struct row struct
37 /// Useful row constants. Maybe just do enum->value map. argument
/third_party/python/Doc/includes/sqlite3/
Dtext_factory.py10 row = cur.fetchone() variable
16 row = cur.fetchone() variable
26 row = cur.fetchone() variable
Dpysqlite_datetime.py13 row = cur.fetchone() variable
18 row = cur.fetchone() variable
/third_party/typescript/tests/baselines/reference/
DclassInConvertedLoopES5.js5 row = row; field in RowClass
14 var _loop_1 = function (row) { argument
25 var row = _a[_i]; variable
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()()
69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()()
320 for (int row = 0; row < Rows; row++) in Matrix() local
329 for (int row = 0; row < Rows; row++) in Matrix() local
338 for (int row = 0; row < Rows; row++) in Matrix() local
348 for (int row = 0; row < Rows; row++) in Matrix() local
370 for (int row = 0; row < Rows; row++) in operator =() local
424 for (int row = 0; row < Rows; row++) in getColumnMajorData() local
434 for (int row = 0; row < Rows; row++) in getRowMajorData() local
446 for (int row = 0; row < Rows0; row++) in operator *() local
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c672 static struct row { struct
673 long X; /* the X values -- copied from function argument */
674 long Y[NSCENAR]; /* the Y values -- copied from function argument */
675 long _x; /* Value X - Xavg */
676 long _y[NSCENAR]; /* Value Y - Yavg */
677 double LnX; /* Natural logarithm of X values */
678 double LnY[NSCENAR]; /* Natural logarithm of Y values */
702 struct row *Table = NULL; in parse_measure() argument
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py24 def fix_row(row, **markers): argument
41 def _fix_read_default(row): argument
46 def _fix_write_default(row, empty=''): argument
55 def fix_row(row): argument
59 def fix_row(row): argument
72 def fix_row(row): argument
76 def fix_row(row): argument
/third_party/mtdev/src/
Dmatch.c50 #define GET2(m, row, col) ((m[col] >> (row)) & 1U) argument
51 #define SET2(m, row, col) (m[col] |= (1U << (row))) argument
52 #define CLEAR2(m, row, col) (m[col] &= ~(1U << (row))) argument
58 int row, col; in buildixvector() local
91 int dmin, row, col; in ixoptimal() local
193 int col, row; in step2a() local
242 int row, col, cstar; in step3() local
289 int dmin, int row, int col) in step4()
343 int row, col, found = 0; in step5() local
/third_party/node/deps/npm/node_modules/text-table/
Dindex.js9 var dotsizes = reduce(rows_, function (acc, row) { argument
17 var rows = map(rows_, function (row) { argument
31 var sizes = reduce(rows, function (acc, row) { argument
39 return map(rows, function (row) { argument
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dtable.js25 cells.forEach(function(row) { argument
34 cells.forEach(function(row) { argument
68 function doDraw(row, lineNum, result) { argument
Dlayout-manager.js7 table.forEach(function(row, rowIndex) { argument
27 table.forEach(function(row) { argument
79 table.forEach(function(row, rowIndex) { argument
107 function insertCell(cell, row) { argument
143 return rows.map(function(row) { argument
184 table.forEach(function(row) { argument
/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/typescript/tests/cases/compiler/
DclassInConvertedLoopES5.ts3 for (const row of ['1', '2', '3', '4', '5']) { constant
5 row = row; constant
/third_party/flutter/skia/third_party/externals/libpng/intel/
Dfilter_sse2_intrinsics.c52 void png_read_filter_row_sub3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_sse2()
85 void png_read_filter_row_sub4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_sse2()
110 void png_read_filter_row_avg3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg3_sse2()
165 void png_read_filter_row_avg4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg4_sse2()
229 void png_read_filter_row_paeth3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth3_sse2()
328 void png_read_filter_row_paeth4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth4_sse2()
/third_party/skia/third_party/externals/libpng/intel/
Dfilter_sse2_intrinsics.c52 void png_read_filter_row_sub3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_sse2()
85 void png_read_filter_row_sub4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_sse2()
110 void png_read_filter_row_avg3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg3_sse2()
165 void png_read_filter_row_avg4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg4_sse2()
229 void png_read_filter_row_paeth3_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth3_sse2()
328 void png_read_filter_row_paeth4_sse2(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth4_sse2()
/third_party/node/deps/npm/node_modules/cliui/
Dindex.js59 rows.forEach(function (row) { argument
72 rows.forEach(function (row) { argument
103 _this.rows.forEach(function (row, i) { argument
118 UI.prototype.rowToString = function (row, lines) { argument
203 UI.prototype._rasterize = function (row) { argument
252 UI.prototype._columnWidths = function (row) { argument
/third_party/cups-filters/cupsfilters/
Dimage-sgilib.c110 unsigned short *row, /* O - Row to read */ in sgiGetRow()
397 unsigned short *row, /* I - Row to write */ in sgiPutRow()
616 unsigned short *row, /* O - Data */ in read_rle8()
662 unsigned short *row, /* O - Data */ in read_rle16()
708 unsigned short *row, /* I - Data */ in write_rle8()
800 unsigned short *row, /* I - Data */ in write_rle16()
/third_party/skia/src/core/
DSkPixmap.cpp451 const uint8_t* row = this->addr8(0, y); in computeIsOpaque() local
464 const uint16_t* row = this->addr16(0, y); in computeIsOpaque() local
476 const SkHalf* row = this->addr16(0, y); in computeIsOpaque() local
498 const SkPMColor16* row = this->addr16(0, y); in computeIsOpaque() local
513 const SkPMColor* row = this->addr32(0, y); in computeIsOpaque() local
525 const SkHalf* row = (const SkHalf*)this->addr(); in computeIsOpaque() local
537 const float* row = (const float*)this->addr(); in computeIsOpaque() local
552 const uint32_t* row = this->addr32(0, y); in computeIsOpaque() local
565 const uint64_t* row = this->addr64(0, y); in computeIsOpaque() local
/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c51 png_read_filter_row_up_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_up_neon()
72 png_read_filter_row_sub3_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_neon()
119 png_read_filter_row_sub4_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_neon()
151 png_read_filter_row_avg3_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg3_neon()
219 png_read_filter_row_avg4_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg4_neon()
288 png_read_filter_row_paeth3_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth3_neon()
356 png_read_filter_row_paeth4_neon(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth4_neon()

12345678910>>...27