Searched refs:ver_major (Results 1 - 13 of 13) sorted by relevance
/third_party/curl/tests/ |
H A D | secureserver.pl | 58 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 D | gphoto2.h | 95 SANE_Byte ver_major; member 113 SANE_Byte ver_major; member
|
H A D | dc210.h | 91 unsigned char ver_major; member 109 unsigned char ver_major; member
|
H A D | dc240.h | 94 SANE_Byte ver_major; member 112 SANE_Byte ver_major; member
|
H A D | dc25.h | 111 unsigned char ver_major; member
|
H A D | dc210.c | 511 camera->ver_major = buf[2]; in get_info() 797 DBG (0, "Firmware version: %d.%d\n", Camera.ver_major, in sane_init()
|
H A D | dc240.c | 571 camera->ver_major = buf[2]; in get_info() 930 DBG (0, "Firmware version: %d.%d\n", Camera.ver_major, in sane_init()
|
H A D | dc25.c | 563 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 D | ac_gpu_info.c | 652 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 D | ac_gpu_info.h | 46 uint8_t ver_major; member
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 194 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 D | lossy_comp_test.c | 2610 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 D | all.sh | 6374 ver_major="${ver%%.*}" 6379 [ "$ver_major" -eq 3 ] && [ "$ver_minor" -ge 10 ]
|
Completed in 22 milliseconds