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:current_speed
(Results
1 - 7
of
7
) sorted by relevance
/third_party/curl/lib/
H
A
D
speedcheck.c
48
if((data->progress.
current_speed
>= 0) && data->set.low_speed_time) {
in Curl_speedcheck()
49
if(data->progress.
current_speed
< data->set.low_speed_limit) {
in Curl_speedcheck()
H
A
D
progress.c
459
p->
current_speed
= (curl_off_t)
in progress_calc()
464
p->
current_speed
= amount*CURL_OFF_T_C(1000)/span_ms;
in progress_calc()
468
p->
current_speed
= p->ulspeed + p->dlspeed;
in progress_calc()
574
max5data(data->progress.
current_speed
, max5[5])
in progress_meter()
H
A
D
urldata.h
1172
curl_off_t
current_speed
; /* uses the currently fastest transfer */
member
1342
curl_off_t
current_speed
; /* the ProgressShow() function sets this,
member
H
A
D
easy.c
1055
data->state.
current_speed
= -1; /* init to negative == impossible */
in curl_easy_reset()
H
A
D
url.c
542
data->state.
current_speed
= -1; /* init to negative == impossible */
in Curl_open()
/third_party/curl/tests/unit/
H
A
D
unit1606.c
66
easy->progress.
current_speed
= speed;
in runawhile()
/third_party/node/deps/v8/src/heap/
H
A
D
gc-tracer.cc
1087
double
current_speed
= bytes / duration;
in RecordIncrementalMarkingSpeed()
local
1089
recorded_incremental_marking_speed_ =
current_speed
;
in RecordIncrementalMarkingSpeed()
1092
(recorded_incremental_marking_speed_ +
current_speed
) / 2;
in RecordIncrementalMarkingSpeed()
1111
double
current_speed
= bytes / duration;
in RecordEmbedderSpeed()
local
1113
recorded_embedder_speed_ =
current_speed
;
in RecordEmbedderSpeed()
1115
recorded_embedder_speed_ = (recorded_embedder_speed_ +
current_speed
) / 2;
in RecordEmbedderSpeed()
Completed in 16 milliseconds