Home
last modified time | relevance | path

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

12345678910>>...19

/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/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/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/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/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/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/python/Doc/includes/sqlite3/
Dpysqlite_datetime.py13 row = cur.fetchone() variable
18 row = cur.fetchone() variable
/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/node/deps/npm/node_modules/cli-table3/src/
Dlayout-manager.js15 table.forEach(function (row, rowIndex) { argument
39 table.forEach(function (row) { argument
91 table.forEach(function (row, rowIndex) { argument
119 function insertCell(cell, row) { argument
156 return rows.map(function (row) { argument
198 table.forEach(function (row) { argument
Dtable.js52 cells.forEach(function (row) { argument
61 cells.forEach(function (row) { argument
97 function doDraw(row, lineNum, result) { argument
/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/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
DSkAAClip.cpp46 static size_t compute_row_length(const uint8_t row[], int width) { in compute_row_length()
70 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter()
211 uint8_t* row = head->data(); in AllocRect() local
260 Row* row = fRows.begin(); in ~Builder() local
284 Row* row = fCurrRow; in addRun() local
380 const Row* row = fRows.begin(); in finish() local
431 const Row& row = fRows[y]; in dump() local
449 const Row& row = fRows[i]; in validate() local
469 void flushRowH(Row* row) { in flushRowH()
846 auto expandRowToMask = [](uint8_t* dst, const uint8_t* row, int width) { in copyToMask()
[all …]
/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()
/third_party/skia/third_party/externals/libpng/powerpc/
Dfilter_vsx_intrinsics.c42 #define vsx_declare_common_vars(row_info,row,prev_row,offset) \ argument
58 void png_read_filter_row_up_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_up_vsx()
174 void png_read_filter_row_sub4_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_vsx()
231 void png_read_filter_row_sub3_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_vsx()
295 void png_read_filter_row_avg4_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg4_vsx()
382 void png_read_filter_row_avg3_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg3_vsx()
500 void png_read_filter_row_paeth4_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth4_vsx()
620 void png_read_filter_row_paeth3_vsx(png_row_infop row_info, png_bytep row, in png_read_filter_row_paeth3_vsx()
/third_party/skia/third_party/externals/libpng/
Dpngtrans.c262 png_do_invert(png_row_infop row_info, png_bytep row) in png_do_invert()
319 png_do_swap(png_row_infop row_info, png_bytep row) in png_do_swap()
455 png_do_packswap(png_row_infop row_info, png_bytep row) in png_do_packswap()
495 png_do_strip_channel(png_row_infop row_info, png_bytep row, int at_start) in png_do_strip_channel()
619 png_do_bgr(png_row_infop row_info, png_bytep row) in png_do_bgr()
/third_party/skia/third_party/externals/icu/source/common/
Dpropsvec.cpp46 uint32_t *v, *row; in upvec_open() local
96 uint32_t *row; in _findRow() local
281 uint32_t *row; in upvec_getValue() local
295 uint32_t *row; in upvec_getRow() local
337 uint32_t *row; in upvec_compact() local
500 int32_t rowIndex, uint32_t *row, int32_t columns, in upvec_compactToUTrie2Handler()
/third_party/node/deps/icu-small/source/common/
Dpropsvec.cpp46 uint32_t *v, *row; in upvec_open() local
96 uint32_t *row; in _findRow() local
281 uint32_t *row; in upvec_getValue() local
295 uint32_t *row; in upvec_getRow() local
337 uint32_t *row; in upvec_compact() local
500 int32_t rowIndex, uint32_t *row, int32_t columns, in upvec_compactToUTrie2Handler()

12345678910>>...19