HomeSort by: relevance | last modified time | path
    Searched refs:xnfallocarray (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Config.c 364 modulearray = xnfallocarray(count + 1, sizeof(char *));
365 optarray = xnfallocarray(count + 1, sizeof(void *));
432 modulearray = xnfallocarray(count + 1, sizeof(char *));
500 modulearray = xnfallocarray(count + 1, sizeof(char *));
1568 gdp = xnfallocarray(count + 1, sizeof(GDevRec));
1688 adaptor->ports = xnfallocarray(count, sizeof(confXvPortRec));
1819 screenp->displays = xnfallocarray(count, sizeof(DispPtr));
1848 screenp->xvadaptors = xnfallocarray(count, sizeof(confXvAdaptorRec));
2087 displayp->modes = xnfallocarray(count + 1, sizeof(char *));
xf86pciBus.c 686 instances = xnfallocarray(max_entries, sizeof(struct Inst));
  /xsrc/external/mit/xorg-server/dist/include/
os.h 85 #define xnfallocarray(num, size) XNFreallocarray(NULL, (num), (size)) macro

Completed in 7 milliseconds