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:outcnt
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
kgv1dec.c
55
int
outcnt
= 0, maxcnt;
in decode_frame()
local
94
while (
outcnt
< maxcnt && buf_end - 2 >= buf) {
in decode_frame()
99
AV_WN16A(&out[2 *
outcnt
], code); // rgb555 pixel coded directly
in decode_frame()
100
outcnt
++;
in decode_frame()
118
start = (
outcnt
+ offsets[oidx]) % maxcnt;
in decode_frame()
120
if (maxcnt - start < count || maxcnt -
outcnt
< count)
in decode_frame()
129
memcpy(out + 2 *
outcnt
, prev + 2 * start, 2 * count);
in decode_frame()
144
if (
outcnt
< offset || maxcnt -
outcnt
< count)
in decode_frame()
147
av_memcpy_backptr(out + 2 *
outcnt
,
in decode_frame()
[all...]
/third_party/zlib/contrib/puff/
H
A
D
puff.c
102
unsigned long
outcnt
; /* bytes written to out so far */
member
185
if (s->
outcnt
+ len > s->outlen)
in stored()
188
s->out[s->
outcnt
++] = s->in[s->incnt++];
in stored()
191
s->
outcnt
+= len;
in stored()
466
if (s->
outcnt
== s->outlen)
in codes()
468
s->out[s->
outcnt
] = symbol;
in codes()
470
s->
outcnt
++;
in codes()
485
if (dist > s->
outcnt
)
in codes()
491
if (s->
outcnt
+ len > s->outlen)
in codes()
494
s->out[s->
outcnt
]
in codes()
[all...]
/third_party/zlib/examples/
H
A
D
gun.c
217
unsigned
outcnt
; /* bytes in output buffer */
in lunpipe()
local
262
outcnt
= 1;
in lunpipe()
281
if (
outcnt
&& out(&outd, outbuf,
outcnt
)) {
in lunpipe()
350
while (stack > SIZE -
outcnt
) {
in lunpipe()
351
while (
outcnt
< SIZE)
in lunpipe()
352
outbuf[
outcnt
++] = match[--stack];
in lunpipe()
353
if (out(&outd, outbuf,
outcnt
)) {
in lunpipe()
357
outcnt
= 0;
in lunpipe()
361
outbuf[
outcnt
in lunpipe()
[all...]
Completed in 3 milliseconds