Home
last modified time | relevance | path

Searched refs:ver_major (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/tests/
H A Dsecureserver.pl58 my $ver_major;
210 $ver_major = $1;
219 last if($ver_major);
221 if((!$ver_major) || !defined($ver_minor)) {
230 $stunnel_version = (100*$ver_major) + $ver_minor;
236 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
263 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
319 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/third_party/backends/backend/
H A Dgphoto2.h95 SANE_Byte ver_major; member
113 SANE_Byte ver_major; member
H A Ddc210.h91 unsigned char ver_major; member
109 unsigned char ver_major; member
H A Ddc240.h94 SANE_Byte ver_major; member
112 SANE_Byte ver_major; member
H A Ddc25.h111 unsigned char ver_major; member
H A Ddc210.c511 camera->ver_major = buf[2]; in get_info()
797 DBG (0, "Firmware version: %d.%d\n", Camera.ver_major, in sane_init()
H A Ddc240.c571 camera->ver_major = buf[2]; in get_info()
930 DBG (0, "Firmware version: %d.%d\n", Camera.ver_major, in sane_init()
H A Ddc25.c563 CameraInfo.ver_major = buf[2]; in get_info()
1907 DBG (0, "Firmware version: %d.%d\n", dc20_info->ver_major, in sane_init()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c652 info->ip[ip_type].ver_major = (ip_info.ip_discovery_version >> 16) & 0xff; in ac_query_gpu_info()
655 info->ip[ip_type].ver_major = ip_info.hw_ip_version_major; in ac_query_gpu_info()
849 if (info->ip[AMD_IP_GFX].ver_major == 11) in ac_query_gpu_info()
851 else if (info->ip[AMD_IP_GFX].ver_major == 10 && info->ip[AMD_IP_GFX].ver_minor == 3) in ac_query_gpu_info()
853 else if (info->ip[AMD_IP_GFX].ver_major == 10 && info->ip[AMD_IP_GFX].ver_minor == 1) in ac_query_gpu_info()
855 else if (info->ip[AMD_IP_GFX].ver_major == 9 || info->ip[AMD_IP_COMPUTE].ver_major == 9) in ac_query_gpu_info()
857 else if (info->ip[AMD_IP_GFX].ver_major == 8) in ac_query_gpu_info()
859 else if (info->ip[AMD_IP_GFX].ver_major == 7) in ac_query_gpu_info()
861 else if (info->ip[AMD_IP_GFX].ver_major in ac_query_gpu_info()
[all...]
H A Dac_gpu_info.h46 uint8_t ver_major; member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp194 unsigned int ver_major = 0; in get_language_version() local
197 ver_str >> ver_major >> separator >> ver_minor; in get_language_version()
202 const auto ver = CL_MAKE_VERSION_KHR(ver_major, ver_minor, 0); in get_language_version()
/third_party/libsnd/tests/
H A Dlossy_comp_test.c2610 int ver_major, ver_minor ; in check_opus_version() local
2618 if (sscanf (str, "libopus %d.%d", &ver_major, &ver_minor) == 2) in check_opus_version()
2620 if (ver_major > 1 || (ver_major == 1 && ver_minor >= 3)) in check_opus_version()
/third_party/mbedtls/tests/scripts/
H A Dall.sh6374 ver_major="${ver%%.*}"
6379 [ "$ver_major" -eq 3 ] && [ "$ver_minor" -ge 10 ]

Completed in 25 milliseconds