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:OPT_COMPRESSION
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
bh.c
1044
get_compression_id(_OPT_VAL_STRING(s,
OPT_COMPRESSION
));
in set_window()
1216
comp = get_compression_id(_OPT_VAL_STRING(s,
OPT_COMPRESSION
));
in get_parameters()
1522
get_compression_id(_OPT_VAL_STRING(s,
OPT_COMPRESSION
));
in setup_sections()
2383
s->opt[
OPT_COMPRESSION
].name = SANE_NAME_COMPRESSION;
in init_options()
2384
s->opt[
OPT_COMPRESSION
].title = SANE_TITLE_COMPRESSION;
in init_options()
2385
s->opt[
OPT_COMPRESSION
].desc = SANE_DESC_COMPRESSION;
in init_options()
2386
s->opt[
OPT_COMPRESSION
].type = SANE_TYPE_STRING;
in init_options()
2387
s->opt[
OPT_COMPRESSION
].size = max_string_size (compression_list);
in init_options()
2388
s->opt[
OPT_COMPRESSION
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
2389
s->opt[
OPT_COMPRESSION
]
in init_options()
[all...]
H
A
D
hs2p-saneopts.h
282
OPT_COMPRESSION
, /* hardware compression */
enumerator
H
A
D
hs2p.c
291
s->opt[
OPT_COMPRESSION
].name = SANE_NAME_COMPRESSION;
in init_options()
292
s->opt[
OPT_COMPRESSION
].title = SANE_TITLE_COMPRESSION;
in init_options()
293
s->opt[
OPT_COMPRESSION
].desc = SANE_DESC_COMPRESSION;
in init_options()
294
s->opt[
OPT_COMPRESSION
].type = SANE_TYPE_STRING;
in init_options()
295
s->opt[
OPT_COMPRESSION
].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT;
in init_options()
296
s->opt[
OPT_COMPRESSION
].size =
in init_options()
298
s->opt[
OPT_COMPRESSION
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in init_options()
299
s->opt[
OPT_COMPRESSION
].constraint.string_list =
in init_options()
301
s->val[
OPT_COMPRESSION
].s = strdup (compression_list[0]);
in init_options()
307
s->opt[
OPT_COMPRESSION
]
in init_options()
[all...]
H
A
D
bh.h
111
OPT_COMPRESSION
,
enumerator
/third_party/ntfs-3g/src/
H
A
D
ntfs-3g_common.h
71
OPT_COMPRESSION
,
enumerator
H
A
D
ntfs-3g_common.c
105
{ "compression",
OPT_COMPRESSION
, FLGOPT_BOGUS },
374
case
OPT_COMPRESSION
:
in parse_mount_options()
Completed in 9 milliseconds