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:gray_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax_pp.h
114
SANE_Int
gray_offset
;
member
167
SANE_Int
gray_offset
;
member
H
A
D
lexmark.h
175
SANE_Int
gray_offset
;
member
H
A
D
lexmark_low.c
5209
dev->read_buffer->
gray_offset
= 0;
in read_buffer_init()
5319
*(rb->writeptr + rb->
gray_offset
) = *byte_pointer;
in read_buffer_add_byte_gray()
5321
if (rb->
gray_offset
== rb->max_gray_offset)
in read_buffer_add_byte_gray()
5326
rb->
gray_offset
= 0;
in read_buffer_add_byte_gray()
5334
rb->
gray_offset
= rb->
gray_offset
+ (1 * sizeof (SANE_Byte));
in read_buffer_add_byte_gray()
5361
currentBytePtr = rb->writeptr + rb->
gray_offset
;
in read_buffer_add_bit_lineart()
5373
if (rb->
gray_offset
!= rb->max_gray_offset)
in read_buffer_add_bit_lineart()
5384
rb->
gray_offset
= 0;
in read_buffer_add_bit_lineart()
5397
rb->
gray_offset
in read_buffer_add_bit_lineart()
[all...]
H
A
D
umax_pp.c
777
dev->val[OPT_GRAY_OFFSET].w = dev->
gray_offset
;
in init_options()
2098
dev->
gray_offset
<< 4);
in sane_start()
2107
dev->
gray_offset
<< 4, &(dev->bpp),
in sane_start()
Completed in 9 milliseconds