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

  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.c 105 int n_screens; member in struct:EphyrHostXVars
142 for (i = 0 ; i < HostX.n_screens ; i++)
196 int index = HostX.n_screens;
198 HostX.n_screens += 1;
200 HostX.n_screens * sizeof(struct EphyrHostScreen));
297 for (index = 0 ; index < HostX.n_screens ; index++)
369 for (index = 0 ; index < HostX.n_screens ; index++)
463 for ( index = 0 ; index < HostX.n_screens ; index++ )
472 for (index = 0 ; index < HostX.n_screens ; index++)
918 for (index = 0 ; index < HostX.n_screens ; index++
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
hostx.c 81 int n_screens; member in struct:EphyrHostXVars
139 int index = HostX.n_screens;
141 HostX.n_screens += 1;
143 HostX.n_screens, sizeof(HostX.screens[0]));
378 for (index = 0; index < HostX.n_screens; index++) {
584 for (index = 0; index < HostX.n_screens; index++) {
727 for (index = 0; index < HostX.n_screens; index++) {
1342 if (a_screen_number < 0 || a_screen_number >= HostX.n_screens) {

Completed in 8 milliseconds