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:wdb
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/
H
A
D
sharp.c
3719
wp.
wdb
.x_res[0] = s->xres >> 8;
in sane_start()
3720
wp.
wdb
.x_res[1] = s->xres;
in sane_start()
3721
wp.
wdb
.y_res[0] = s->yres >> 8;
in sane_start()
3722
wp.
wdb
.y_res[1] = s->yres;
in sane_start()
3723
wp.
wdb
.x_ul[0] = s->ulx >> 24;
in sane_start()
3724
wp.
wdb
.x_ul[1] = s->ulx >> 16;
in sane_start()
3725
wp.
wdb
.x_ul[2] = s->ulx >> 8;
in sane_start()
3726
wp.
wdb
.x_ul[3] = s->ulx;
in sane_start()
3727
wp.
wdb
.y_ul[0] = s->uly >> 24;
in sane_start()
3728
wp.
wdb
in sane_start()
[all...]
H
A
D
nec.c
3151
wp.
wdb
.x_res[0] = s->res >> 8;
in sane_start()
3152
wp.
wdb
.x_res[1] = s->res;
in sane_start()
3153
wp.
wdb
.y_res[0] = s->res >> 8;
in sane_start()
3154
wp.
wdb
.y_res[1] = s->res;
in sane_start()
3155
wp.
wdb
.x_ul[0] = s->ulx >> 24;
in sane_start()
3156
wp.
wdb
.x_ul[1] = s->ulx >> 16;
in sane_start()
3157
wp.
wdb
.x_ul[2] = s->ulx >> 8;
in sane_start()
3158
wp.
wdb
.x_ul[3] = s->ulx;
in sane_start()
3159
wp.
wdb
.y_ul[0] = s->uly >> 24;
in sane_start()
3160
wp.
wdb
in sane_start()
[all...]
H
A
D
tamarack.c
336
set_triple (dwp.dwph.len,8 + sizeof (dwp.
wdb
));
in scan_area_and_windows()
338
set_double (dwp.wdh.wpll, sizeof (dwp.
wdb
));
in scan_area_and_windows()
340
dwp.
wdb
.winid = WINID;
in scan_area_and_windows()
341
set_double (dwp.
wdb
.xres, (int) SANE_UNFIX (s->val[OPT_RESOLUTION].w));
in scan_area_and_windows()
342
set_double (dwp.
wdb
.yres, (int) SANE_UNFIX (s->val[OPT_RESOLUTION].w));
in scan_area_and_windows()
344
set_quad (dwp.
wdb
.ulx, (int) (47.2 * SANE_UNFIX (s->val[OPT_TL_X].w)));
in scan_area_and_windows()
345
set_quad (dwp.
wdb
.uly, (int) (47.2 * SANE_UNFIX (s->val[OPT_TL_Y].w)));
in scan_area_and_windows()
346
set_quad (dwp.
wdb
.width,
in scan_area_and_windows()
348
set_quad (dwp.
wdb
.length,
in scan_area_and_windows()
351
dwp.
wdb
in scan_area_and_windows()
[all...]
H
A
D
tamarack.h
229
struct win_desc_block
wdb
;
member
H
A
D
sp15c-scsi.h
535
#define set_WDB_length(
wdb
,len) (
wdb
.size = (len))
H
A
D
sharp.h
354
WDB
wdb
;
member
H
A
D
nec.h
334
WDB
wdb
;
member
Completed in 12 milliseconds