Searched refs:NUM_PORTS (Results 1 – 2 of 2) sorted by relevance
39 #define NUM_PORTS 16 macro246 pPorts = xnfcalloc(NUM_PORTS, sizeof(XvPortRec)); in xwl_glamor_xv_add_ports()249 xwlXvScreen->port_privates = xnfcalloc(NUM_PORTS, in xwl_glamor_xv_add_ports()253 for (pp = pPorts, i = 0, nPorts = 0; i < NUM_PORTS; i++) { in xwl_glamor_xv_add_ports()
32 #define NUM_PORTS (sizeof(port)/sizeof(port[0])) macro