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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c1120 Z4lNewAdaptor(XF86VideoAdaptorPtr ** adpts, int *nadpts, int nattrs) argument
1126 tadpts = (XF86VideoAdaptorPtr *) realloc(*adpts,
1132 *adpts = tadpts;
1313 XF86VideoAdaptorPtr *adpts, adpt; local in function:Z4lInit
1347 adpts = NULL;
1543 if ((adpt = Z4lNewAdaptor(&adpts, &nadpts, nattrs)) == NULL)
1605 Z4l_pAdaptors = adpts;
1606 *adaptors = adpts;
1629 if (adpts != NULL) {
1631 if ((adpt = adpts[
[all...]

Completed in 3 milliseconds