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:leny
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp5400_internal.c
892
req.
leny
= htons (50); /* = 0.42cm */
in Calibrate()
950
req.
leny
= htons (16); /* = 0.14cm */
in Calibrate()
1037
req.
leny
= htons (params->iHeight);
in hp5400_scan()
1161
req.
leny
= htons (pParams->iHeight); /* = 0.42cm */
in InitScan()
1213
htons (req->offy), htons (req->lenx), htons (req->
leny
));
in InitScan2()
1225
if (htons (req->offy) + htons (req->
leny
) > 0x0DB6)
in InitScan2()
1226
req->
leny
= htons (0x0DB6 - htons (req->offy));
in InitScan2()
1229
if (htons (req->
leny
) <= 1)
in InitScan2()
1349
float pixels = ((float) htons (req->lenx) * (float) htons (req->
leny
)) *
in InitScan2()
1358
htons (req->lenx), htons (req->
leny
),
in InitScan2()
[all...]
H
A
D
hp5400_internal.h
99
uint16_t lenx,
leny
; /* Size of scan, in 1/300th of dpi, in network order */
member
/third_party/python/Lib/test/
H
A
D
test_long.py
176
for
leny
in digits:
177
y = self.getran(
leny
) or 1
288
for
leny
in digits:
289
y = self.getran(
leny
)
291
self.check_bitop_identities_3(x, y, self.getran((lenx +
leny
)//2))
Completed in 5 milliseconds