Home
last modified time | relevance | path

Searched refs:version_compare (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dmisc.c43 rc = version_compare(0, 0, 1, 0); in dix_version_compare()
45 rc = version_compare(1, 0, 0, 0); in dix_version_compare()
47 rc = version_compare(0, 0, 0, 0); in dix_version_compare()
49 rc = version_compare(1, 0, 1, 0); in dix_version_compare()
51 rc = version_compare(1, 0, 0, 9); in dix_version_compare()
53 rc = version_compare(0, 9, 1, 0); in dix_version_compare()
55 rc = version_compare(1, 0, 1, 9); in dix_version_compare()
57 rc = version_compare(1, 9, 1, 0); in dix_version_compare()
59 rc = version_compare(2, 0, 1, 9); in dix_version_compare()
61 rc = version_compare(1, 9, 2, 0); in dix_version_compare()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiqueryversion.c73 if (version_compare(XIVersion.major_version, XIVersion.minor_version, in ProcXIQueryVersion()
87 if (version_compare(major, minor, 2, 2) >= 0 && in ProcXIQueryVersion()
88 version_compare(pXIClient->major_version, pXIClient->minor_version, 2, 2) >= 0) in ProcXIQueryVersion()
96 if (version_compare(major, minor, in ProcXIQueryVersion()
103 if (version_compare(major, minor, in ProcXIQueryVersion()
H A Dxiallowev.c80 if (version_compare(xi_client->major_version, in ProcXIAllowEvents()
H A Dxiquerypointer.c96 if (version_compare(xi_client->major_version, in ProcXIQueryPointer()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrdispatch.c31 return version_compare(pRRClient->major_version, pRRClient->minor_version, in RRClientKnowsRates()
50 if (version_compare(stuff->majorVersion, stuff->minorVersion, in ProcRRQueryVersion()
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build76 epoxy_dep.found() and epoxy_dep.version().version_compare('>= 1.4.4'))
78 epoxy_dep.found() and epoxy_dep.version().version_compare('>= 1.5.4'))
83 build_glamor and gbm_dep.found() and gbm_dep.version().version_compare('>= 10.6'))
85 build_glamor and gbm_dep.found() and gbm_dep.version().version_compare('>= 17.1'))
H A Dmisc.h249 version_compare(uint32_t a_major, uint32_t a_minor, in version_compare() function
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common/
H A D0001-meson.build-do-not-ask-for-python-installation-versi.patch36 -if not python_version.version_compare(python_version_req)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0017-pixman-renderer-Support-yuv-formats.patch83 if dep_libdrm_version.version_compare('>=2.4.107')
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dmeson.build30 if scanner_dep.version().version_compare('>= 1.14.91')
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dxfixes.c75 if (version_compare(stuff->majorVersion, stuff->minorVersion, in ProcXFixesQueryVersion()
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson.build99 vpxalphadec = gst_dep.version().version_compare('>=1.19')
/OK3568_Linux_fs/buildroot/package/php-amqp/
H A D0002-more-work-for-php-8.patch1178 -if (!extension_loaded("amqp") || version_compare(PHP_VERSION, '5.3', '<')) {
1179 +if (!extension_loaded("amqp") || version_compare(PHP_VERSION, '5.3', '<') || version_compare(PHP_V…
1200 +if (!extension_loaded("amqp") || version_compare(PHP_VERSION, '8.0', '<')) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0017-backend-drm-Support-mirror-mode.patch714 @@ -141,6 +141,11 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0')
/OK3568_Linux_fs/buildroot/package/weston/
H A D0017-backend-drm-Support-mirror-mode.patch716 @@ -141,6 +141,11 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0')
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2340 cmp = version_compare(client_xi_version->major_version, in FilterRawEvents()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog12842 meson: Use dependency version_compare()
15228 Use version_compare rather than circumloctions with dependency()
66104 version_compare().
92557 include: add version_compare helper function