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:WIRE_DECODE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/sanei/
H
A
D
sanei_wire.c
102
case
WIRE_DECODE
:
in sanei_w_space()
202
if (w->direction ==
WIRE_DECODE
)
in sanei_w_array()
285
if (w->direction ==
WIRE_DECODE
)
in sanei_w_ptr()
311
else if (w->direction ==
WIRE_DECODE
)
in sanei_w_ptr()
361
if (w->direction ==
WIRE_DECODE
)
in sanei_w_status()
375
if (w->direction ==
WIRE_DECODE
)
in sanei_w_bool()
391
if (w->direction ==
WIRE_DECODE
)
in sanei_w_constraint_type()
406
if (w->direction ==
WIRE_DECODE
)
in sanei_w_value_type()
419
if (w->direction ==
WIRE_DECODE
)
in sanei_w_unit()
435
if (w->direction ==
WIRE_DECODE
)
in sanei_w_action()
[all...]
H
A
D
sanei_codec_bin.c
64
case
WIRE_DECODE
:
in bin_w_byte()
79
if (w->direction !=
WIRE_DECODE
)
in bin_w_string()
87
if (w->direction ==
WIRE_DECODE
)
in bin_w_string()
116
case
WIRE_DECODE
:
in bin_w_word()
H
A
D
sanei_codec_ascii.c
105
case
WIRE_DECODE
:
in ascii_w_byte()
132
case
WIRE_DECODE
:
in ascii_w_char()
195
case
WIRE_DECODE
:
in ascii_w_string()
308
case
WIRE_DECODE
:
in ascii_w_word()
H
A
D
sanei_net.c
66
if (w->direction !=
WIRE_DECODE
)
in sanei_w_get_devices_reply()
/third_party/backends/include/sane/
H
A
D
sanei_wire.h
53
WIRE_DECODE
,
enumerator
/third_party/backends/testsuite/sanei/
H
A
D
test_wire.c
204
sanei_w_set_dir (&w,
WIRE_DECODE
);
in main()
/third_party/backends/backend/
H
A
D
net.c
1571
if (dev->wire.direction !=
WIRE_DECODE
)
1572
sanei_w_set_dir (&dev->wire,
WIRE_DECODE
);
1796
sanei_w_set_dir (&s->hw->wire,
WIRE_DECODE
);
1964
sanei_w_set_dir (&s->hw->wire,
WIRE_DECODE
);
2082
sanei_w_set_dir (&s->hw->wire,
WIRE_DECODE
);
/third_party/backends/frontend/
H
A
D
saned.c
421
sanei_w_set_dir (&wire,
WIRE_DECODE
);
in auth_callback()
1355
sanei_w_set_dir (w,
WIRE_DECODE
);
in init()
1830
sanei_w_set_dir (w,
WIRE_DECODE
);
2009
if (w->direction ==
WIRE_DECODE
Completed in 20 milliseconds