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:pixel_align
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
gt68xx_generic.c
222
SANE_Int
pixel_align
;
in gt68xx_generic_setup_scan()
local
447
pixel_align
= 32; /* best case for depth = 16 */
in gt68xx_generic_setup_scan()
448
while ((depth *
pixel_align
) % (64 * 8) != 0)
in gt68xx_generic_setup_scan()
449
pixel_align
*= 2;
in gt68xx_generic_setup_scan()
450
DBG (6, "gt68xx_generic_setup_scan:
pixel_align
=%d\n",
pixel_align
);
in gt68xx_generic_setup_scan()
452
if (pixel_xs %
pixel_align
== 0)
in gt68xx_generic_setup_scan()
455
scan_xs = (pixel_xs /
pixel_align
+ 1) *
pixel_align
;
in gt68xx_generic_setup_scan()
H
A
D
artec_eplus48u.c
1153
SANE_Int
pixel_align
;
in artec48u_setup_scan()
local
1276
pixel_align
= 32; /* best case for depth = 16 */
in artec48u_setup_scan()
1277
while ((depth *
pixel_align
) % (64 * 8) != 0)
in artec48u_setup_scan()
1278
pixel_align
*= 2;
in artec48u_setup_scan()
1279
XDBG ((6, "%s:
pixel_align
=%d\n", function_name,
pixel_align
));
in artec48u_setup_scan()
1281
if (pixel_xs %
pixel_align
== 0)
in artec48u_setup_scan()
1284
scan_xs = (pixel_xs /
pixel_align
+ 1) *
pixel_align
;
in artec48u_setup_scan()
Completed in 8 milliseconds