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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c1501 int saved_count, count = 0; local in function:configLayout
1661 saved_count = 1;
1663 saved_count = count;
1699 free(slp[saved_count].screen);
1700 } while(saved_count--);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c1393 int saved_count, count = 0; local in function:configLayout
1554 saved_count = 1;
1556 saved_count = count;
1592 free(slp[saved_count].screen);
1593 } while (saved_count--);

Completed in 6 milliseconds