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:pby
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
conf.c
179
int
pby
= 50; /* probability of bool = y */
in conf_set_all_new_symbols()
local
206
pby
= p[0];
in conf_set_all_new_symbols()
207
ptm =
pby
/ 2;
in conf_set_all_new_symbols()
208
pty =
pby
- ptm;
in conf_set_all_new_symbols()
213
pby
= pty + ptm;
in conf_set_all_new_symbols()
216
pby
= p[0];
in conf_set_all_new_symbols()
254
} else if (cnt <
pby
)
in conf_set_all_new_symbols()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
1205
int i, cnt,
pby
, pty, ptm; /*
pby
: probability of bool = y
in conf_set_all_new_symbols()
local
1210
pby
= 50; pty = ptm = 33; /* can't go as the default in switch-case
in conf_set_all_new_symbols()
1234
pby
= p[0]; ptm =
pby
/2; pty =
pby
-ptm;
in conf_set_all_new_symbols()
1237
pty = p[0]; ptm = p[1];
pby
= pty + ptm;
in conf_set_all_new_symbols()
1240
pby
= p[0]; pty = p[1]; ptm = p[2];
in conf_set_all_new_symbols()
1280
} else if (cnt <
pby
)
in conf_set_all_new_symbols()
Completed in 5 milliseconds