| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | misc.c | 43 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 D | xiqueryversion.c | 73 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 D | xiallowev.c | 80 if (version_compare(xi_client->major_version, in ProcXIAllowEvents()
|
| H A D | xiquerypointer.c | 96 if (version_compare(xi_client->major_version, in ProcXIQueryPointer()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrdispatch.c | 31 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 D | meson.build | 76 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 D | misc.h | 249 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 D | 0001-meson.build-do-not-ask-for-python-installation-versi.patch | 36 -if not python_version.version_compare(python_version_req)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0017-pixman-renderer-Support-yuv-formats.patch | 83 if dep_libdrm_version.version_compare('>=2.4.107')
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | meson.build | 30 if scanner_dep.version().version_compare('>= 1.14.91')
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | xfixes.c | 75 if (version_compare(stuff->majorVersion, stuff->minorVersion, in ProcXFixesQueryVersion()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/ |
| H A D | meson.build | 99 vpxalphadec = gst_dep.version().version_compare('>=1.19')
|
| /OK3568_Linux_fs/buildroot/package/php-amqp/ |
| H A D | 0002-more-work-for-php-8.patch | 1178 -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 D | 0017-backend-drm-Support-mirror-mode.patch | 714 @@ -141,6 +141,11 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0')
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 716 @@ -141,6 +141,11 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0')
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | events.c | 2340 cmp = version_compare(client_xi_version->major_version, in FilterRawEvents()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 12842 meson: Use dependency version_compare() 15228 Use version_compare rather than circumloctions with dependency() 66104 version_compare(). 92557 include: add version_compare helper function
|