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:HpAccessorVector
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp-accessor.c
518
* class
HpAccessorVector
534
unsigned short (*unscale)(
HpAccessorVector
this, SANE_Fixed fval);
535
SANE_Fixed (*scale)(
HpAccessorVector
this, unsigned short val);
543
sanei_hp_accessor_vector_length (
HpAccessorVector
this)
in sanei_hp_accessor_vector_length()
549
sanei_hp_accessor_vector_minval (
HpAccessorVector
this)
in sanei_hp_accessor_vector_minval()
555
sanei_hp_accessor_vector_maxval (
HpAccessorVector
this)
in sanei_hp_accessor_vector_maxval()
561
_v_get (
HpAccessorVector
this, const unsigned char * data)
in _v_get()
578
_v_set (
HpAccessorVector
this, unsigned char * data, unsigned short val)
in _v_set()
601
HpAccessorVector
this = (
HpAccessorVector
)_thi
in hp_accessor_vector_get()
[all...]
H
A
D
hp-accessor.h
63
HpAccessor sanei_hp_accessor_subvector_new(
HpAccessorVector
super,
77
unsigned sanei_hp_accessor_vector_length (
HpAccessorVector
this);
78
SANE_Fixed sanei_hp_accessor_vector_minval (
HpAccessorVector
this);
79
SANE_Fixed sanei_hp_accessor_vector_maxval (
HpAccessorVector
this);
H
A
D
hp.h
183
typedef struct hp_accessor_vector_s *
HpAccessorVector
;
typedef
H
A
D
hp-option.c
1578
HpAccessorVector
vec;
in _probe_vector()
1616
(
HpAccessorVector
) super->data_acsr, type->nchan, type->chan);
in _probe_vector()
1623
vec = (
HpAccessorVector
)this->data_acsr;
in _probe_vector()
Completed in 8 milliseconds