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_ENCODE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/sanei/
H
A
D
sanei_wire.c
79
case
WIRE_ENCODE
:
in sanei_w_space()
190
if (w->direction ==
WIRE_ENCODE
)
in sanei_w_array()
272
if (w->direction ==
WIRE_ENCODE
)
in sanei_w_ptr()
570
if (w->direction ==
WIRE_ENCODE
)
in flush()
583
w->direction ==
WIRE_ENCODE
? "ENCODE" :
in sanei_w_set_dir()
593
dir ==
WIRE_ENCODE
? "ENCODE" :
in sanei_w_set_dir()
606
sanei_w_set_dir (w,
WIRE_ENCODE
);
in sanei_w_call()
629
sanei_w_set_dir (w,
WIRE_ENCODE
);
in sanei_w_reply()
660
w->direction =
WIRE_ENCODE
;
in sanei_w_init()
H
A
D
sanei_codec_ascii.c
98
case
WIRE_ENCODE
:
in ascii_w_byte()
122
case
WIRE_ENCODE
:
in ascii_w_char()
167
case
WIRE_ENCODE
:
in ascii_w_string()
285
case
WIRE_ENCODE
:
in ascii_w_word()
H
A
D
sanei_codec_bin.c
60
case
WIRE_ENCODE
:
in bin_w_byte()
106
case
WIRE_ENCODE
:
in bin_w_word()
/third_party/backends/include/sane/
H
A
D
sanei_wire.h
52
WIRE_ENCODE
= 0,
enumerator
/third_party/backends/testsuite/sanei/
H
A
D
test_wire.c
186
sanei_w_set_dir (&w,
WIRE_ENCODE
);
in main()
Completed in 2 milliseconds