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:iRead
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
sm3600-gray.c
206
int
iRead
; /* read position in raw line */
in ReadNextGrayLine()
local
235
for (nInterpolator=50, iWrite=0,
iRead
=0;
in ReadNextGrayLine()
236
iRead
<this->state.cxMax;
in ReadNextGrayLine()
237
iRead
++)
in ReadNextGrayLine()
246
this->state.ppchLines[0][
iRead
]>>4;
in ReadNextGrayLine()
251
chBit=(this->state.ppchLines[0][
iRead
]<LINE_THRESHOLD);
in ReadNextGrayLine()
254
short nError=this->state.ppchLines[0][
iRead
];
in ReadNextGrayLine()
270
this->state.ppchLines[0][
iRead
+1]+=(nError>>2); /* 8/16 */
in ReadNextGrayLine()
271
this->state.ppchLines[1][
iRead
+1]+=(nError>>1);
in ReadNextGrayLine()
272
this->state.ppchLines[1][
iRead
]
in ReadNextGrayLine()
[all...]
H
A
D
sm3600-color.c
64
int
iRead
; /* read position in raw line */
in ReadNextColorLine()
local
102
for (nInterpolator=100, iWrite=0,
iRead
=0;
in ReadNextColorLine()
103
iRead
<3*this->state.cxMax && iWrite<this->state.cchLineOut;
in ReadNextColorLine()
104
iRead
++)
in ReadNextColorLine()
114
this->state.ppchLines[2*this->state.ySensorSkew][
iRead
+iOffsetR];
in ReadNextColorLine()
116
this->state.ppchLines[1*this->state.ySensorSkew][
iRead
+iOffsetG];
in ReadNextColorLine()
118
this->state.ppchLines[0*this->state.ySensorSkew][
iRead
+iOffsetB];
in ReadNextColorLine()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H
A
D
unzip.c
1684
uInt
iRead
= 0;
in unzReadCurrentFile()
local
1762
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
1785
iRead
+= uDoCopy;
in unzReadCurrentFile()
1815
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
1825
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
1863
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
1866
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H
A
D
unzip.c
1684
uInt
iRead
= 0;
in unzReadCurrentFile()
local
1762
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
1785
iRead
+= uDoCopy;
in unzReadCurrentFile()
1815
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
1825
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
1863
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
1866
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
[all...]
/third_party/zlib/contrib/minizip/
H
A
D
unzip.c
1882
uInt
iRead
= 0;
in unzReadCurrentFile()
local
1965
return (
iRead
==0) ? UNZ_EOF : (int)
iRead
;
in unzReadCurrentFile()
1988
iRead
+= uDoCopy;
in unzReadCurrentFile()
2018
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
2028
return (
iRead
==0) ? UNZ_EOF :
iRead
;
in unzReadCurrentFile()
2069
iRead
+= (uInt)(uTotalOutAfter - uTotalOutBefore);
in unzReadCurrentFile()
2072
return (
iRead
==0) ? UNZ_EOF : (int)
iRead
;
in unzReadCurrentFile()
[all...]
/third_party/sqlite/src/
H
A
D
sqlite3.c
56324
u32
iRead
= 0;
global()
local
66509
u32
iRead
= 0; /* If !=0, WAL frame to return data from */
global()
local
66608
sqlite3WalReadFrame( Wal *pWal, u32
iRead
, int nOut, u8 *pOut )
global()
argument
66937
u32
iRead
; /* Next frame to read from wal file */
global()
local
140002
int
iRead
;
global()
local
196818
sqlite3_int64
iRead
;
global()
local
197190
int
iRead
; /* Used to iterate through columns */
global()
local
233034
int
iRead
;
global()
member
[all...]
Completed in 138 milliseconds