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:SYMBOL_VALID
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
397
sym->flags &= ~(def_flags|
SYMBOL_VALID
);
in conf_read_simple()
568
sym->flags &= ~(
SYMBOL_VALID
|SYMBOL_DEF_USER);
in conf_read()
1173
sym->flags &= ~
SYMBOL_VALID
;
in randomize_choice_values()
1177
csym->flags &= ~(
SYMBOL_VALID
);
in randomize_choice_values()
1199
csym->flags &= ~(
SYMBOL_VALID
| SYMBOL_NEED_SET_CHOICE_VALUES);
in set_all_choice_values()
1253
if (sym_has_value(sym) || (sym->flags &
SYMBOL_VALID
))
in conf_set_all_new_symbols()
H
A
D
symbol.c
17
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
23
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
29
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
35
.flags =
SYMBOL_VALID
,
332
if (sym->flags &
SYMBOL_VALID
)
in sym_calc_value()
342
sym->flags |=
SYMBOL_VALID
;
in sym_calc_value()
473
sym->flags &= ~
SYMBOL_VALID
;
in sym_clear_all_valid()
H
A
D
expr.h
94
* The calculated value of the symbol. The
SYMBOL_VALID
bit is set in
140
#define
SYMBOL_VALID
0x0080 /* set when symbol.curr is calculated */
macro
H
A
D
gconf.c
94
if (val &
SYMBOL_VALID
)
in dbg_sym_flags()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
symbol.c
17
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
23
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
29
.flags = SYMBOL_CONST|
SYMBOL_VALID
,
35
.flags =
SYMBOL_VALID
,
331
if (sym->flags &
SYMBOL_VALID
)
in sym_calc_value()
341
sym->flags |=
SYMBOL_VALID
;
in sym_calc_value()
472
sym->flags &= ~
SYMBOL_VALID
;
in sym_clear_all_valid()
H
A
D
conf.c
154
sym->flags &= ~
SYMBOL_VALID
;
in randomize_choice_values()
158
csym->flags &= ~
SYMBOL_VALID
;
in randomize_choice_values()
230
if (sym_has_value(sym) || sym->flags &
SYMBOL_VALID
)
in conf_set_all_new_symbols()
H
A
D
confdata.c
413
sym->flags &= ~(def_flags|
SYMBOL_VALID
);
in conf_read_simple()
597
sym->flags &= ~(
SYMBOL_VALID
|SYMBOL_DEF_USER);
in conf_read()
1281
csym->flags &= ~(
SYMBOL_VALID
| SYMBOL_NEED_SET_CHOICE_VALUES);
in set_all_choice_values()
H
A
D
expr.h
94
* The calculated value of the symbol. The
SYMBOL_VALID
bit is set in
140
#define
SYMBOL_VALID
0x0080 /* set when symbol.curr is calculated */
macro
H
A
D
gconf.c
90
if (val &
SYMBOL_VALID
)
in dbg_sym_flags()
Completed in 12 milliseconds