Searched refs:GET_ABI_MAJOR (Results 1 – 5 of 5) sorted by relevance
79 GET_ABI_MAJOR(LoaderVersionInfo.ansicVersion), in LoaderInit()82 GET_ABI_MAJOR(LoaderVersionInfo.videodrvVersion), in LoaderInit()85 GET_ABI_MAJOR(LoaderVersionInfo.xinputVersion), in LoaderInit()88 GET_ABI_MAJOR(LoaderVersionInfo.extensionVersion), in LoaderInit()
464 abimaj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()539 reqmaj = GET_ABI_MAJOR(req->abiversion); in CheckVersion()541 maj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()
22 +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 24
64 #define GET_ABI_MAJOR(v) (((v) & ABI_MAJOR_MASK) >> 16) macro
243 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6