Searched refs:nimgs (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c1029 Z4lNewImage(XF86ImagePtr * imgs, int *nimgs) argument
1033 (XF86ImagePtr) realloc(*imgs, sizeof(*timgs) * (*nimgs + 1));
1039 img = &timgs[*nimgs];
1040 ++*nimgs;
1310 int nadpts, nattrs, nencs, cenc, nimgs; local in function:Z4lInit
1342 nimgs = 0;
1474 if ((img = Z4lNewImage(&imgs, &nimgs)) == NULL)
1481 if (nimgs > 0) {
1562 adpt->nImages = nimgs;
1564 nimgs
[all...]

Completed in 3 milliseconds