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:block_xfr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
epjitsu.c
2144
s->
block_xfr
.line_stride = settings[i].line_stride;
in change_params()
2145
s->
block_xfr
.plane_stride = settings[i].plane_stride;
in change_params()
2146
s->
block_xfr
.plane_width = settings[i].plane_width;
in change_params()
2147
s->
block_xfr
.mode = settings[i].mode;
in change_params()
2148
s->
block_xfr
.x_res = settings[i].x_res;
in change_params()
2149
s->
block_xfr
.y_res = settings[i].y_res;
in change_params()
2150
s->
block_xfr
.raw_data = NULL;
in change_params()
2151
s->
block_xfr
.image = &s->block_img;
in change_params()
2155
/* but the mode, height and y_res are the same as
block_xfr
*/
in change_params()
2188
s->front.x_start_offset = (s->
block_xfr
in change_params()
[all...]
H
A
D
epjitsu.h
237
struct transfer
block_xfr
;
member
Completed in 4 milliseconds