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:tri
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
symbol.c
88
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_get_default_prop()
89
if (prop->visible.
tri
!= no)
in sym_get_default_prop()
100
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_get_range_prop()
101
if (prop->visible.
tri
!= no)
in sym_get_range_prop()
179
tristate
tri
;
in sym_calc_visibility()
local
182
tri
= no;
in sym_calc_visibility()
188
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_calc_visibility()
195
prop->visible.
tri
== mod && choice_sym->curr.
tri
== yes)
in sym_calc_visibility()
196
prop->visible.
tri
in sym_calc_visibility()
[all...]
H
A
D
confdata.c
241
sym->def[def].
tri
= mod;
in conf_set_sym_val()
248
sym->def[def].
tri
= yes;
in conf_set_sym_val()
253
sym->def[def].
tri
= no;
in conf_set_sym_val()
409
sym->def[def].
tri
= no;
in conf_read_simple()
442
sym->def[def].
tri
= no;
in conf_read_simple()
490
switch (sym->def[def].
tri
) {
in conf_read_simple()
494
if (cs->def[def].
tri
== yes) {
in conf_read_simple()
500
if (cs->def[def].
tri
!= no)
in conf_read_simple()
505
cs->def[def].
tri
= EXPR_OR(cs->def[def].
tri
, sy
in conf_read_simple()
[all...]
H
A
D
lkc_proto.h
25
bool sym_tristate_within_range(struct symbol *sym,tristate
tri
);
26
bool sym_set_tristate_value(struct symbol *sym,tristate
tri
);
H
A
D
expr.h
56
tristate
tri
;
member
61
tristate
tri
;
member
H
A
D
lkc.h
135
return sym->curr.
tri
;
in sym_get_tristate_value()
H
A
D
menu.c
655
visible = menu->prompt->visible.
tri
;
in menu_is_visible()
657
visible = menu->prompt->visible.
tri
= expr_calc_value(menu->prompt->visible.expr);
in menu_is_visible()
H
A
D
conf.c
389
if (sym->curr.
tri
!= mod)
in conf()
H
A
D
mconf.c
605
if (sym->rev_dep.
tri
== mod)
in build_conf()
H
A
D
nconf.c
880
if (sym->rev_dep.
tri
== mod)
in build_conf()
H
A
D
expr.c
1044
return e->left.sym->curr.
tri
;
in expr_calc_value()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
symbol.c
87
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_get_default_prop()
88
if (prop->visible.
tri
!= no)
in sym_get_default_prop()
99
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_get_range_prop()
100
if (prop->visible.
tri
!= no)
in sym_get_range_prop()
178
tristate
tri
;
in sym_calc_visibility()
local
181
tri
= no;
in sym_calc_visibility()
187
prop->visible.
tri
= expr_calc_value(prop->visible.expr);
in sym_calc_visibility()
194
prop->visible.
tri
== mod && choice_sym->curr.
tri
== yes)
in sym_calc_visibility()
195
prop->visible.
tri
in sym_calc_visibility()
[all...]
H
A
D
conf.c
128
if (csym->curr.
tri
!= yes)
in randomize_choice_values()
147
sym->def[S_DEF_USER].
tri
= yes;
in randomize_choice_values()
150
sym->def[S_DEF_USER].
tri
= no;
in randomize_choice_values()
238
sym->def[S_DEF_USER].
tri
= yes;
in conf_set_all_new_symbols()
241
sym->def[S_DEF_USER].
tri
= mod;
in conf_set_all_new_symbols()
244
sym->def[S_DEF_USER].
tri
= no;
in conf_set_all_new_symbols()
247
sym->def[S_DEF_USER].
tri
= no;
in conf_set_all_new_symbols()
251
sym->def[S_DEF_USER].
tri
= yes;
in conf_set_all_new_symbols()
253
sym->def[S_DEF_USER].
tri
= mod;
in conf_set_all_new_symbols()
255
sym->def[S_DEF_USER].
tri
in conf_set_all_new_symbols()
[all...]
H
A
D
confdata.c
233
sym->def[def].
tri
= mod;
in conf_set_sym_val()
240
sym->def[def].
tri
= yes;
in conf_set_sym_val()
245
sym->def[def].
tri
= no;
in conf_set_sym_val()
425
sym->def[def].
tri
= no;
in conf_read_simple()
462
sym->def[def].
tri
= no;
in conf_read_simple()
515
switch (sym->def[def].
tri
) {
in conf_read_simple()
519
if (cs->def[def].
tri
== yes) {
in conf_read_simple()
525
if (cs->def[def].
tri
!= no)
in conf_read_simple()
530
cs->def[def].
tri
= EXPR_OR(cs->def[def].
tri
, sy
in conf_read_simple()
[all...]
H
A
D
lkc_proto.h
26
bool sym_tristate_within_range(struct symbol *sym,tristate
tri
);
27
bool sym_set_tristate_value(struct symbol *sym,tristate
tri
);
H
A
D
expr.h
56
tristate
tri
;
member
61
tristate
tri
;
member
H
A
D
lkc.h
118
return sym->curr.
tri
;
in sym_get_tristate_value()
H
A
D
menu.c
634
visible = menu->prompt->visible.
tri
;
in menu_is_visible()
636
visible = menu->prompt->visible.
tri
= expr_calc_value(menu->prompt->visible.expr);
in menu_is_visible()
H
A
D
mconf.c
643
if (sym->rev_dep.
tri
== mod)
in build_conf()
H
A
D
nconf.c
952
if (sym->rev_dep.
tri
== mod)
in build_conf()
H
A
D
expr.c
1044
return e->left.sym->curr.
tri
;
in expr_calc_value()
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
sidewinder.c
204
int
tri
= pos % bits; /* Start position */
in sw_get_bits()
local
209
data |= (__u64)((buf[i] >>
tri
++) & 1) << bit++; /* Transfer bit */
in sw_get_bits()
210
if (
tri
== bits) {
in sw_get_bits()
212
tri
= 0;
in sw_get_bits()
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
sidewinder.c
201
int
tri
= pos % bits; /* Start position */
in sw_get_bits()
local
206
data |= (__u64)((buf[i] >>
tri
++) & 1) << bit++; /* Transfer bit */
in sw_get_bits()
207
if (
tri
== bits) {
in sw_get_bits()
209
tri
= 0;
in sw_get_bits()
Completed in 20 milliseconds