Searched refs:moreSpace (Results 1 – 3 of 3) sorted by relevance
213 void *moreSpace; in xwl_glamor_xv_add_formats() local216 moreSpace = xnfreallocarray(pFormat, totFormat, in xwl_glamor_xv_add_formats()218 pFormat = moreSpace; in xwl_glamor_xv_add_formats()
315 void *moreSpace; in KdXVInitAdaptors() local318 moreSpace = reallocarray(pFormat, totFormat, in KdXVInitAdaptors()320 if (!moreSpace) in KdXVInitAdaptors()322 pFormat = moreSpace; in KdXVInitAdaptors()
436 void *moreSpace; in xf86XVInitAdaptors() local439 moreSpace = reallocarray(pFormat, totFormat, in xf86XVInitAdaptors()441 if (!moreSpace) in xf86XVInitAdaptors()443 pFormat = moreSpace; in xf86XVInitAdaptors()