Searched refs:VENDOR_RELEASE (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server.old/include/
H A Dversion-config.h14 #define VENDOR_RELEASE (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) macro
/xsrc/external/mit/xorg-server/include/
H A Dversion-config.h14 #define VENDOR_RELEASE ((10000000) + ((21) * 100000) + ((1) * 1000) + 18) macro
/xsrc/external/mit/xfs/dist/include/
H A Dservermd.h52 #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 Ddmx-config.h69 #define VENDOR_RELEASE DMX_VENDOR_RELEASE(1,2,2007,4,24) macro
H A Ddmxinit.c562 int vendrel = VENDOR_RELEASE;
584 SetVendorRelease(VENDOR_RELEASE);
/xsrc/external/mit/xorg-server/dist/include/
H A Dversion-config.h.in13 #undef VENDOR_RELEASE
H A Ddo-not-use-config.h.in698 #undef VENDOR_RELEASE
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dversion-config.h.in13 #undef VENDOR_RELEASE
H A Dsite.h63 #ifndef VENDOR_RELEASE
64 #define VENDOR_RELEASE 6600 macro
/xsrc/external/mit/xfs/dist/difs/
H A Dmain.c167 setup.release_number = VENDOR_RELEASE;
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac442 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 Dconfigure27770 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 Dconfigure.ac375 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 Dconfigure26213 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 Ddispatch.c470 static int VendorRelease = VENDOR_RELEASE;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c592 static int VendorRelease = VENDOR_RELEASE;

Completed in 82 milliseconds