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:cur_version
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/scripts/
H
A
D
sphinx-pre-install
34
my $
cur_version
;
316
$
cur_version
= get_sphinx_version($sphinx);
317
die ("$sphinx returned an error") if (!$
cur_version
);
319
die "$sphinx didn't return its version" if (!$
cur_version
);
321
if ($
cur_version
lt $min_version) {
323
$
cur_version
, $min_version, $default_version;
328
return if ($
cur_version
lt $rec_version);
735
} elsif ($ver gt $
cur_version
) {
746
# Avoid running sphinx-builds from venv if $
cur_version
is good
747
if ($
cur_version
[all...]
/kernel/linux/linux-5.10/scripts/
H
A
D
sphinx-pre-install
32
my $
cur_version
;
311
$
cur_version
= get_sphinx_version($sphinx);
312
die ("$sphinx returned an error") if (!$
cur_version
);
314
die "$sphinx didn't return its version" if (!$
cur_version
);
316
if ($
cur_version
lt $min_version) {
318
$
cur_version
, $min_version, $default_version;
323
if ($
cur_version
lt $rec_version) {
718
printf "Sphinx version: %s\n\n", $
cur_version
if ($
cur_version
);
798
if ($
cur_version
l
[all...]
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/
H
A
D
amd_pstate_trace.py
315
cur_version
= sys.version_info
variable
317
print(
cur_version
)
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
H
A
D
intel_pstate_tracer.py
566
cur_version
= sys.version_info
variable
568
print(
cur_version
)
/kernel/linux/linux-6.6/tools/power/x86/intel_pstate_tracer/
H
A
D
intel_pstate_tracer.py
564
cur_version
= sys.version_info
566
print(
cur_version
)
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H
A
D
ucsi_ccg.c
971
u32
cur_version
, new_version;
in ccg_check_fw_version()
local
995
cur_version
= le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) |
in ccg_check_fw_version()
1005
if (new_version >
cur_version
)
in ccg_check_fw_version()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H
A
D
ucsi_ccg.c
993
u32
cur_version
, new_version;
in ccg_check_fw_version()
local
1017
cur_version
= le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) |
in ccg_check_fw_version()
1027
if (new_version >
cur_version
)
in ccg_check_fw_version()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
checkpoint.c
868
unsigned long long
cur_version
= 0, pre_version = 0;
in validate_checkpoint()
local
891
cur_version
= *version;
in validate_checkpoint()
893
if (
cur_version
== pre_version) {
in validate_checkpoint()
894
*version =
cur_version
;
in validate_checkpoint()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
checkpoint.c
881
unsigned long long
cur_version
= 0, pre_version = 0;
in validate_checkpoint()
local
904
cur_version
= *version;
in validate_checkpoint()
906
if (
cur_version
== pre_version) {
in validate_checkpoint()
907
*version =
cur_version
;
in validate_checkpoint()
Completed in 15 milliseconds