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:linestate
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
unifdef.c
198
static Line_state
linestate
; /* #if line parser state */
variable
636
* parser state between calls in the global variable
linestate
, with
660
if (
linestate
== LS_START) {
in parseline()
662
linestate
= LS_HASH;
in parseline()
666
linestate
= LS_DIRTY;
in parseline()
668
if (!incomment &&
linestate
== LS_HASH) {
in parseline()
701
linestate
= LS_DIRTY;
in parseline()
706
linestate
= LS_DIRTY;
in parseline()
716
linestate
= LS_DIRTY;
in parseline()
721
if (
linestate
in parseline()
[all...]
/kernel/linux/linux-6.6/scripts/
H
A
D
unifdef.c
198
static Line_state
linestate
; /* #if line parser state */
variable
636
* parser state between calls in the global variable
linestate
, with
660
if (
linestate
== LS_START) {
in parseline()
662
linestate
= LS_HASH;
in parseline()
666
linestate
= LS_DIRTY;
in parseline()
668
if (!incomment &&
linestate
== LS_HASH) {
in parseline()
701
linestate
= LS_DIRTY;
in parseline()
706
linestate
= LS_DIRTY;
in parseline()
716
linestate
= LS_DIRTY;
in parseline()
721
if (
linestate
in parseline()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core_intr.c
741
int
linestate
;
in dwc2_handle_gpwrdn_intr()
local
746
linestate
= (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT;
in dwc2_handle_gpwrdn_intr()
752
(gpwrdn & GPWRDN_DISCONN_DET_MSK) && !
linestate
) {
in dwc2_handle_gpwrdn_intr()
760
(gpwrdn & GPWRDN_LNSTSCHG_MSK) &&
linestate
) {
in dwc2_handle_gpwrdn_intr()
774
if (!
linestate
&& (gpwrdn & GPWRDN_BSESSVLD))
in dwc2_handle_gpwrdn_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core_intr.c
726
int
linestate
;
in dwc2_handle_gpwrdn_intr()
local
732
linestate
= (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT;
in dwc2_handle_gpwrdn_intr()
738
(gpwrdn & GPWRDN_DISCONN_DET_MSK) && !
linestate
) {
in dwc2_handle_gpwrdn_intr()
746
(gpwrdn & GPWRDN_LNSTSCHG_MSK) &&
linestate
) {
in dwc2_handle_gpwrdn_intr()
766
if (!
linestate
) {
in dwc2_handle_gpwrdn_intr()
Completed in 6 milliseconds