Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ver_minor
(Results
1 - 13
of
13
) sorted by relevance
/third_party/curl/tests/
H
A
D
secureserver.pl
59
my $
ver_minor
;
211
$
ver_minor
= $2;
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
96
SANE_Byte
ver_minor
;
member
114
SANE_Byte
ver_minor
;
member
H
A
D
dc210.h
92
unsigned char
ver_minor
;
member
110
unsigned char
ver_minor
;
member
H
A
D
dc240.h
95
SANE_Byte
ver_minor
;
member
113
SANE_Byte
ver_minor
;
member
H
A
D
dc25.h
112
unsigned char
ver_minor
;
member
H
A
D
dc210.c
512
camera->
ver_minor
= buf[3];
in get_info()
798
Camera.
ver_minor
);
in sane_init()
H
A
D
dc240.c
572
camera->
ver_minor
= buf[3];
in get_info()
931
Camera.
ver_minor
);
in sane_init()
H
A
D
dc25.c
564
CameraInfo.
ver_minor
= buf[3];
in get_info()
1908
dc20_info->
ver_minor
);
in sane_init()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
653
info->ip[ip_type].
ver_minor
= (ip_info.ip_discovery_version >> 8) & 0xff;
in ac_query_gpu_info()
656
info->ip[ip_type].
ver_minor
= ip_info.hw_ip_version_minor;
in ac_query_gpu_info()
663
info->ip[AMD_IP_GFX].
ver_minor
= info->ip[AMD_IP_COMPUTE].
ver_minor
= 1;
in ac_query_gpu_info()
669
info->ip[AMD_IP_GFX].
ver_minor
= info->ip[AMD_IP_COMPUTE].
ver_minor
= 3;
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()
865
info->ip[AMD_IP_GFX].ver_major, info->ip[AMD_IP_GFX].
ver_minor
);
in ac_query_gpu_info()
1444
info->ip[i].ver_major, info->ip[i].
ver_minor
, inf
in ac_print_gpu_info()
[all...]
H
A
D
ac_gpu_info.h
47
uint8_t
ver_minor
;
member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H
A
D
invocation.cpp
196
unsigned int
ver_minor
= 0;
in get_language_version()
local
197
ver_str >> ver_major >> separator >>
ver_minor
;
in get_language_version()
local
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
6377
ver_minor
="${ver%%.*}"
6379
[ "$ver_major" -eq 3 ] && [ "$
ver_minor
" -ge 10 ]
Completed in 22 milliseconds