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:DEFAULT_MUD
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
ricoh.h
56
#define
DEFAULT_MUD
1200
macro
96
(SANE_Word) (8 *
DEFAULT_MUD
), /* maximum */
103
(SANE_Word) (14 *
DEFAULT_MUD
), /* maximum */
H
A
D
ibm.c
203
mup.mud[0] = (
DEFAULT_MUD
>> 8) & 0xff;
in attach()
204
mup.mud[1] = (
DEFAULT_MUD
& 0xff);
in attach()
305
dev->info.mud =
DEFAULT_MUD
;
in attach()
309
dev->info.mud =
DEFAULT_MUD
;
in attach()
1067
mup.mud[0] = (
DEFAULT_MUD
>> 8) & 0xff;
in sane_start()
1068
mup.mud[1] = (
DEFAULT_MUD
& 0xff);
in sane_start()
H
A
D
ricoh.c
176
mup.mud[0] = (
DEFAULT_MUD
>> 8) & 0xff;
in attach()
177
mup.mud[1] = (
DEFAULT_MUD
& 0xff);
in attach()
270
dev->info.mud =
DEFAULT_MUD
;
in attach()
274
dev->info.mud =
DEFAULT_MUD
;
in attach()
917
mup.mud[0] = (
DEFAULT_MUD
>> 8) & 0xff;
in sane_start()
918
mup.mud[1] = (
DEFAULT_MUD
& 0xff);
in sane_start()
H
A
D
ibm.h
70
#define
DEFAULT_MUD
1200
macro
137
/* (SANE_Word) ( *
DEFAULT_MUD
), maximum */
146
/* (SANE_Word) (14 *
DEFAULT_MUD
), maximum */
H
A
D
hs2p-scsi.h
522
#define
DEFAULT_MUD
1200 /* WHY ? */
macro
H
A
D
hs2p-scsi.c
1904
mud = (bmu == INCHES) ?
DEFAULT_MUD
: 1;
in set_basic_measurement_unit()
Completed in 9 milliseconds