/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcprepct.c | 137 int numrows, ci; in pre_process_data() local 145 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data() 146 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_data() 150 numrows); in pre_process_data() 151 *in_row_ctr += numrows; in pre_process_data() 152 prep->next_buf_row += numrows; in pre_process_data() 153 prep->rows_to_go -= numrows; in pre_process_data() 201 int numrows, ci; in pre_process_context() local 209 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context() 210 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_context() [all …]
|
D | jmemmgr.c | 435 JDIMENSION numrows) in alloc_sarray() argument 461 if (ltemp < (long)numrows) in alloc_sarray() 464 rowsperchunk = numrows; in alloc_sarray() 469 (size_t)(numrows * sizeof(JSAMPROW))); in alloc_sarray() 473 while (currow < numrows) { in alloc_sarray() 474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 495 JDIMENSION numrows) in alloc_barray() argument 513 if (ltemp < (long)numrows) in alloc_barray() 516 rowsperchunk = numrows; in alloc_barray() 521 (size_t)(numrows * sizeof(JBLOCKROW))); in alloc_barray() [all …]
|
D | jpeglib.h | 843 JDIMENSION samplesperrow, JDIMENSION numrows); 845 JDIMENSION blocksperrow, JDIMENSION numrows); 849 JDIMENSION numrows, 854 JDIMENSION numrows,
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jcprepct.c | 137 int numrows, ci; in pre_process_data() local 145 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data() 146 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_data() 150 numrows); in pre_process_data() 151 *in_row_ctr += numrows; in pre_process_data() 152 prep->next_buf_row += numrows; in pre_process_data() 153 prep->rows_to_go -= numrows; in pre_process_data() 201 int numrows, ci; in pre_process_context() local 209 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context() 210 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_context() [all …]
|
D | jmemmgr.c | 435 JDIMENSION numrows) in alloc_sarray() argument 461 if (ltemp < (long)numrows) in alloc_sarray() 464 rowsperchunk = numrows; in alloc_sarray() 469 (size_t)(numrows * sizeof(JSAMPROW))); in alloc_sarray() 473 while (currow < numrows) { in alloc_sarray() 474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 495 JDIMENSION numrows) in alloc_barray() argument 513 if (ltemp < (long)numrows) in alloc_barray() 516 rowsperchunk = numrows; in alloc_barray() 521 (size_t)(numrows * sizeof(JBLOCKROW))); in alloc_barray() [all …]
|
D | jpeglib.h | 839 JDIMENSION samplesperrow, JDIMENSION numrows); 841 JDIMENSION blocksperrow, JDIMENSION numrows); 845 JDIMENSION numrows, 850 JDIMENSION numrows,
|
/third_party/libjpeg-turbo/ |
D | jcprepct.c | 137 int numrows, ci; in pre_process_data() local 145 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data() 146 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_data() 150 numrows); in pre_process_data() 151 *in_row_ctr += numrows; in pre_process_data() 152 prep->next_buf_row += numrows; in pre_process_data() 153 prep->rows_to_go -= numrows; in pre_process_data() 201 int numrows, ci; in pre_process_context() local 209 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context() 210 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_context() [all …]
|
D | jmemmgr.c | 435 JDIMENSION numrows) in alloc_sarray() argument 461 if (ltemp < (long)numrows) in alloc_sarray() 464 rowsperchunk = numrows; in alloc_sarray() 469 (size_t)(numrows * sizeof(JSAMPROW))); in alloc_sarray() 473 while (currow < numrows) { in alloc_sarray() 474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 495 JDIMENSION numrows) in alloc_barray() argument 513 if (ltemp < (long)numrows) in alloc_barray() 516 rowsperchunk = numrows; in alloc_barray() 521 (size_t)(numrows * sizeof(JBLOCKROW))); in alloc_barray() [all …]
|
D | jpeglib.h | 839 JDIMENSION samplesperrow, JDIMENSION numrows); 841 JDIMENSION blocksperrow, JDIMENSION numrows); 845 JDIMENSION numrows, 850 JDIMENSION numrows,
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 58 GLuint numrows, GLuint rowsize) in copy_rows() argument 68 numrows, rowsize); in copy_rows() 71 memcpy(dst, src, numrows*rowsize); in copy_rows() 74 for(i = 0; i < numrows; ++i) { in copy_rows()
|
D | radeon_texture.h | 44 GLuint numrows, GLuint rowsize);
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 58 GLuint numrows, GLuint rowsize) in copy_rows() argument 68 numrows, rowsize); in copy_rows() 71 memcpy(dst, src, numrows*rowsize); in copy_rows() 74 for(i = 0; i < numrows; ++i) { in copy_rows()
|
D | radeon_texture.h | 44 GLuint numrows, GLuint rowsize);
|
/third_party/openssl/include/internal/ |
D | constant_time.h | 363 size_t numrows, in constant_time_lookup() argument 374 for (i = 0; i < numrows; i++, idx--) { in constant_time_lookup()
|