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:line_diff
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_pp_ccd300.h
80
int
line_diff
;
member
H
A
D
mustek_pp_cis.h
214
int
line_diff
;
member
H
A
D
mustek_pp_cis.c
1547
if ((dev->
line_diff
>> SANE_FIXED_SCALE_SHIFT) != dev->ccd_line)
in cis_get_next_line()
1553
dev->
line_diff
+= step;
in cis_get_next_line()
2766
* It is very important that
line_diff
is not initialized at zero !
in cis_drv_start()
2770
cisdev->
line_diff
= cisdev->CIS.line_step;
in cis_drv_start()
H
A
D
mustek_pp_ccd300.c
853
priv->
line_diff
+= SANE_FIX (300.0 / (float) dev->res);
in get_grayscale_line_101x()
855
skips = (priv->
line_diff
>> SANE_FIXED_SCALE_SHIFT);
in get_grayscale_line_101x()
864
priv->
line_diff
&= 0xFFFF;
in get_grayscale_line_101x()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
gdb-jit.cc
1432
intptr_t
line_diff
= new_line - line;
1436
(
line_diff
- line_base) + (line_range * pc_diff) + opcode_base;
1439
// special opcode. If
line_diff
is larger than the max line increment
1440
// allowed for a special opcode, or if
line_diff
is less than the minimum
1444
(
line_diff
<= max_line_incr) && (
line_diff
>= line_base)) {
1450
w->WriteSLEB128(
line_diff
);
1456
line +=
line_diff
;
Completed in 9 milliseconds