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:processed_bytes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
mpglib_interface.c
171
int
processed_bytes
;
in decode1_headersB_clipchoice()
local
179
ret = (*decodeMP3_ptr) (pmp, buffer, len_l, p, psize_l, &
processed_bytes
);
in decode1_headersB_clipchoice()
231
processed_samples =
processed_bytes
/ decoded_sample_size;
in decode1_headersB_clipchoice()
240
processed_samples = (
processed_bytes
/ decoded_sample_size) >> 1;
in decode1_headersB_clipchoice()
/third_party/backends/backend/
H
A
D
avision.c
7437
size_t
processed_bytes
;
in reader_process()
local
7645
processed_bytes
= 0;
in reader_process()
7661
while (exit_status == SANE_STATUS_GOOD &&
processed_bytes
< total_size)
in reader_process()
7669
processed_bytes
< total_size && stripe_fill < stripe_size &&
in reader_process()
7681
if (
processed_bytes
+ this_read > total_size)
in reader_process()
7682
this_read = total_size -
processed_bytes
;
in reader_process()
7686
DBG (5, "reader_process:
processed_bytes
: %lu, total_size: %lu\n",
in reader_process()
7687
(u_long)
processed_bytes
, (u_long) total_size);
in reader_process()
7738
processed_bytes
+= this_read;
in reader_process()
7751
if (
processed_bytes
in reader_process()
[all...]
/third_party/node/deps/brotli/c/enc/
H
A
D
encode.c
1100
const size_t
processed_bytes
= (size_t)(s->input_pos_ - s->last_flush_pos_);
in EncodeData()
local
1104
processed_bytes
+ InputBlockSize(s) <= max_length);
in EncodeData()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
encode.c
1100
const size_t
processed_bytes
= (size_t)(s->input_pos_ - s->last_flush_pos_);
in EncodeData()
local
1104
processed_bytes
+ InputBlockSize(s) <= max_length);
in EncodeData()
Completed in 16 milliseconds