| /xsrc/external/mit/libXpm/dist/src/ |
| Attrib.c | 126 unsigned int i, j, nlines; local 134 nlines = ext->nlines; 135 for (j = 0, sptr = ext->lines; j < nlines; j++, sptr++)
|
| CrDatFrI.c | 358 unsigned int x, y, a, size, nlines; local 362 nlines = 0; 365 if (ext->nlines == UINT_MAX || nlines > UINT_MAX - ext->nlines - 1) 367 nlines += ext->nlines + 1; 373 a = ext->nlines; 381 if (size > UINT_MAX - 10 || nlines > UINT_MAX - 1) 385 *ext_nlines = nlines + 1 [all...] |
| parse.c | 610 unsigned int nlines, a, l, notstart, notend = 0; local 655 ext->nlines = 0; 666 ext->nlines = 0; 671 nlines = 0; 675 XpmRealloc(ext->lines, (nlines + 1) * sizeof(char *)); /* can we iterate enough for a wrapping? */ 678 ext->nlines = nlines; 683 ext->lines[nlines] = string; 684 nlines++; 688 ext->nlines = nlines [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_uxa_video.c | 232 int top, left, npixels, nlines; local 250 &top, &left, &npixels, &nlines, clipBoxes, 281 top, left, npixels, nlines, id, buf))
|
| intel_video_overlay.c | 383 int top, left, npixels, nlines; local 407 &top, &left, &npixels, &nlines, clipBoxes, 422 top, left, npixels, nlines, id, buf))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_uxa_video.c | 232 int top, left, npixels, nlines; local 250 &top, &left, &npixels, &nlines, clipBoxes, 281 top, left, npixels, nlines, id, buf))
|
| intel_video_overlay.c | 383 int top, left, npixels, nlines; local 407 &top, &left, &npixels, &nlines, clipBoxes, 422 top, left, npixels, nlines, id, buf))
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| s3_video.c | 374 int top, bottom, right, left, npixels, nlines; local 425 nlines = bottom - top; 448 dstPitch, nlines, npixels); 465 nlines = bottom - top; 472 nlines, npixels);
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| s3v_xv.c | 705 int top, left, npixels, nlines; local 781 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top; 784 srcPitch, srcPitch2, dstPitch, nlines, npixels); 790 nlines = ((y2 + 0xffff) >> 16) - top; 791 xf86XVCopyPacked(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| slicer.cc | 222 Int nlines =1; local 225 nlines++; 226 if(nlines == 5) 229 if(nlines != 4)
|
| /xsrc/external/mit/pixman/dist/test/ |
| lowlevel-blt-bench.c | 398 int64_t n, l1test_width, nlines; local 505 nlines = (L2CACHE_SIZE / l1test_width) / 507 if (nlines < 1) 508 nlines = 1; 509 n = 1 + npix / (l1test_width * nlines); 512 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines); 515 pix_cnt = bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, nlines);
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_video.c | 672 int top, left, npixels, nlines; local 833 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top; 837 nlines, npixels); 845 nlines = ((y2 + 0xffff) >> 16) - top; 848 nlines, npixels);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_textured_video.c | 250 int top, nlines, size; local 392 nlines = ((y2 + 0xffff) >> 16) - top; 437 srcPitch, srcPitch2, dstPitch, nlines, width); 449 srcPitch, dstPitch, nlines, width, 1); 451 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 453 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 456 srcPitch, dstPitch, nlines, width, 1); 458 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 460 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 470 srcPitch, dstPitch, nlines, width, 2) [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_textured_video.c | 236 int top, nlines, size; local 348 nlines = ((y2 + 0xffff) >> 16) - top; 384 srcPitch, srcPitch2, dstPitch, nlines, width); 396 srcPitch, dstPitch, nlines, width, 1); 398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 400 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 403 srcPitch, dstPitch, nlines, width, 1); 405 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 407 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 417 srcPitch, dstPitch, nlines, width, 2) [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| ct_video.c | 674 int top, left, npixels, nlines, bpp; local 752 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top; 755 srcPitch, srcPitch2, dstPitch, nlines, npixels); 759 nlines = ((y2 + 0xffff) >> 16) - top; 760 CHIPSCopyData(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xman/dist/ |
| ScrollByL.c | 786 int nlines; /* the current number of allocated lines. */ local 818 if ((nlines = fileinfo.st_size / CHAR_PER_LINE) == 0) 822 top_line = line_pointer = (char **) XtMalloc(nlines * sizeof(char *)); 849 if (line_pointer >= top_line + nlines) { 850 top_line = (char **) XtRealloc((char *) top_line, (nlines + 853 line_pointer = top_line + nlines; 854 nlines += ADD_MORE_MEM; 864 sblw->scroll.lines = nlines = line_pointer - top_line - 1; 865 top_line = (char **) XtRealloc((char *) top_line, nlines * sizeof(char *)); 877 #define NLINES 66 /* This is the number of lines to wait unti [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_xv.c | 649 int top, nlines; local 732 nlines = (src_y + src_h) - top; 752 full_box.y2 = nlines; 757 half_box.y2 = (nlines + 1) >> 1; 779 full_box.y2 = nlines; 784 half_box.y2 = (nlines + 1) >> 1;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_video.c | 776 static int top, left, npixels, nlines; variable 1167 nlines = ((By2 + 1) & ~1) - top; 1177 nlines = By2 - top; 1203 GeodeCopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels); 1207 GXCopyData420(buf + s1offset, dst_start, srcPitch, dstPitch, nlines, 1210 dstPitch2, nlines >> 1, npixels >> 1); 1212 dstPitch2, nlines >> 1, npixels >> 1); 1218 GXCopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740_video.c | 639 int top, left, npixels, nlines, size; local 733 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top; 748 srcPitch, srcPitch2, dstPitch, nlines, npixels, scalex, scaley); 755 nlines = ((y2 + 0xffff) >> 16) - top; 757 I740CopyPackedData(pScrn, buf, srcPitch, dstPitch, top, left, nlines,
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_video.c | 862 int top, left, npixels, nlines; local 940 nlines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top; 943 srcPitch, srcPitch2, dstPitch, nlines, npixels); 949 nlines = ((y2 + 0xffff) >> 16) - top; 950 MGACopyData(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx1_video.c | 862 static int top, left, npixels, nlines; variable 1193 nlines = ((By2 + 1) & ~1) - top; 1203 nlines = By2 - top; 1232 GX1CopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels); 1238 dstPitch, nlines, npixels); 1243 GX1CopyData(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| nsc_gx2_video.c | 814 static int top, left, npixels, nlines; variable 1137 nlines = ((By2 + 1) & ~1) - top; 1146 nlines = By2 - top; 1174 GX2CopyGreyscale(buf, dst_start, srcPitch, dstPitch, nlines, npixels); 1178 GX2CopyData420(buf + s1offset, dst_start, srcPitch, dstPitch, nlines, 1181 dstPitch2, nlines >> 1, npixels >> 1); 1183 dstPitch2, nlines >> 1, npixels >> 1); 1188 GX2CopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_video.c | 1014 int top, left, right, bottom, npixels, nlines, bpp; local 1141 nlines = ((bottom + 1) & ~1) - top; 1155 dstPitch, nlines, npixels); 1161 nlines = bottom - top; 1167 NVCopyData422(buf, dst_start, srcPitch, dstPitch, nlines, npixels); 1171 nlines = bottom - top; 1177 NVCopyDataRGB(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 860 int top, left, npixels, nlines; local 984 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top; 987 srcPitch, srcPitch2, dstPitch, nlines, npixels); 1000 nlines = ((yb + 0xffff) >> 16) - top; 1002 srcPitch, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_video.c | 901 int top, left, npixels, nlines, bpp; local 1000 nlines = ((((yb + 0xffff) >> 16) + 1) & ~1) - top; 1004 dstPitch, nlines, npixels); 1011 nlines = ((yb + 0xffff) >> 16) - top; 1014 TDFXCopyData(buf, dst_start, srcPitch, dstPitch, nlines, npixels);
|