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:gofs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek.h
282
int
gofs
;
member
H
A
D
plustek-usbcal.c
772
(dev->adj.
gofs
!= -1) && (dev->adj.bofs != -1)) {
in cano_AdjustOffset()
774
dev->usbDev.a_bRegs[0x39] = (dev->adj.
gofs
& 0x3f);
in cano_AdjustOffset()
H
A
D
plustek.c
295
DBG( _DBG_SANE_INIT,"green offset : %d\n", cnf->adj.
gofs
);
in show_cnf()
1028
s->val[OPT_OVR_GREENOFS].w = adj->
gofs
;
in init_options()
1416
cnf->adj.
gofs
= -1;
in init_config_struct()
1504
decodeVal( str, "green_offset" , _INT, &config.adj.
gofs
, &ival);
in sane_init()
2142
adj->
gofs
= (*(SANE_Word *)value);
in sane_control_option()
H
A
D
plustek-usbshading.c
1267
(dev->adj.
gofs
!= -1) && (dev->adj.bofs != -1)) {
in usb_AdjustOffset()
1269
regs[0x39] = (dev->adj.
gofs
& 0x3f);
in usb_AdjustOffset()
2283
(dev->adj.
gofs
!= -1) && (dev->adj.bofs != -1)) {
in usb_PrepareCalibration()
2285
regs[0x39] = (dev->adj.
gofs
& 0x3f);
in usb_PrepareCalibration()
Completed in 9 milliseconds