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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Mode.c 481 const int ntypes = ARRAY_SIZE(types); local
502 for (n = 0; n < ntypes; n++) {
1855 const int ntypes = ARRAY_SIZE(types); local
1863 for (n = 0; n < ntypes; n++) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Mode.c 477 const int ntypes = sizeof(types) / sizeof(int); local
498 for (n = 0; n < ntypes; n++) {
1864 const int ntypes = sizeof(types) / sizeof(int); local
1872 for (n = 0; n < ntypes; n++) {

Completed in 7 milliseconds