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:standardres
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
bh.c
3034
if (jbuf.
standardres
[0] & 0x80) appendStdList(&dev->info, 60);
in attach()
3035
if (jbuf.
standardres
[0] & 0x40) appendStdList(&dev->info, 75);
in attach()
3036
if (jbuf.
standardres
[0] & 0x20) appendStdList(&dev->info, 100);
in attach()
3037
if (jbuf.
standardres
[0] & 0x10) appendStdList(&dev->info, 120);
in attach()
3038
if (jbuf.
standardres
[0] & 0x08) appendStdList(&dev->info, 150);
in attach()
3039
if (jbuf.
standardres
[0] & 0x04) appendStdList(&dev->info, 160);
in attach()
3040
if (jbuf.
standardres
[0] & 0x02) appendStdList(&dev->info, 180);
in attach()
3041
if (jbuf.
standardres
[0] & 0x01) appendStdList(&dev->info, 200);
in attach()
3042
if (jbuf.
standardres
[1] & 0x80) appendStdList(&dev->info, 240);
in attach()
3043
if (jbuf.
standardres
[
in attach()
[all...]
H
A
D
hs2p.c
1311
if ((jbuf.
standardres
[0] & 0x80) == 0x80)
in attach()
1313
if ((jbuf.
standardres
[0] & 0x40) == 0x40)
in attach()
1315
if ((jbuf.
standardres
[0] & 0x20) == 0x20)
in attach()
1317
if ((jbuf.
standardres
[0] & 0x10) == 0x10)
in attach()
1319
if ((jbuf.
standardres
[0] & 0x08) == 0x08)
in attach()
1321
if ((jbuf.
standardres
[0] & 0x04) == 0x04)
in attach()
1323
if ((jbuf.
standardres
[0] & 0x02) == 0x02)
in attach()
1325
if ((jbuf.
standardres
[0] & 0x01) == 0x01)
in attach()
1327
if ((jbuf.
standardres
[1] & 0x80) == 0x80)
in attach()
1329
if ((jbuf.
standardres
[
in attach()
[all...]
H
A
D
bh.h
901
SANE_Byte
standardres
[2];
member
H
A
D
hs2p-scsi.h
415
SANE_Byte
standardres
[2]; /* Standard Resolution: bits 7-0:
member
H
A
D
hs2p-scsi.c
285
(jbuf->
standardres
[0] << 8) | jbuf->
standardres
[1]);
in print_jis_info()
Completed in 13 milliseconds