Searched refs:VENDOR_RELEASE (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xorg-server.old/include/ |
| H A D | version-config.h | 14 #define VENDOR_RELEASE (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) macro
|
| /xsrc/external/mit/xorg-server/include/ |
| H A D | version-config.h | 14 #define VENDOR_RELEASE ((10000000) + ((21) * 100000) + ((1) * 1000) + 18) macro
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | servermd.h | 52 #ifndef VENDOR_RELEASE 54 # define VENDOR_RELEASE \ macro 59 # define VENDOR_RELEASE 7000 macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx-config.h | 69 #define VENDOR_RELEASE DMX_VENDOR_RELEASE(1,2,2007,4,24) macro
|
| H A D | dmxinit.c | 562 int vendrel = VENDOR_RELEASE; 584 SetVendorRelease(VENDOR_RELEASE);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | version-config.h.in | 13 #undef VENDOR_RELEASE
|
| H A D | do-not-use-config.h.in | 698 #undef VENDOR_RELEASE
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | version-config.h.in | 13 #undef VENDOR_RELEASE
|
| H A D | site.h | 63 #ifndef VENDOR_RELEASE 64 #define VENDOR_RELEASE 6600 macro
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | main.c | 167 setup.release_number = VENDOR_RELEASE;
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 442 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)" 1266 AC_DEFINE_UNQUOTED(VENDOR_RELEASE, [$VENDOR_RELEASE], [Vendor release]) definition 1789 AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version]) 1856 AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version])
|
| H A D | configure | 27770 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)" 33139 #define VENDOR_RELEASE $VENDOR_RELEASE 36201 #define XORG_VERSION_CURRENT $VENDOR_RELEASE 36502 #define XORG_VERSION_CURRENT $VENDOR_RELEASE [all...] |
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 375 VENDOR_RELEASE="((10000000) + (($PVMAJOR) * 100000) + (($PVM) * 1000) + $PVP)" 1457 AC_DEFINE_UNQUOTED(VENDOR_RELEASE, [$VENDOR_RELEASE], [Vendor release]) definition 1974 AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version]) 2083 AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version])
|
| H A D | configure | 26213 VENDOR_RELEASE="((10000000) + (($PVMAJOR) * 100000) + (($PVM) * 1000) + $PVP)" 30917 printf "%s\n" "#define VENDOR_RELEASE $VENDOR_RELEASE" >>confdefs.h 32726 printf "%s\n" "#define XORG_VERSION_CURRENT $VENDOR_RELEASE" >>confdefs.h 33266 printf "%s\n" "#define XORG_VERSION_CURRENT $VENDOR_RELEASE" >>confdefs.h [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 470 static int VendorRelease = VENDOR_RELEASE;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 592 static int VendorRelease = VENDOR_RELEASE;
|
Completed in 82 milliseconds