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:rate_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_rate_limit.cc
46
rate_
(rate),
in RateLimit()
52
if (
rate_
> 0) {
in RateLimit()
60
if (
rate_
== 0) {
in avail()
67
if (
rate_
== 0) {
in drain()
78
if (
rate_
== 0) {
in regen()
81
if (avail_ +
rate_
> burst_) {
in regen()
84
avail_ +=
rate_
;
in regen()
98
if (
rate_
== 0 || avail_ > 0) {
in startw()
H
A
D
shrpx_rate_limit.h
60
size_t
rate_
;
member in shrpx::RateLimit
/third_party/ninja/src/
H
A
D
status.h
122
SlidingRateInfo(int n) :
rate_
(-1), N(n), last_update_(-1) {}
in SlidingRateInfo()
124
double rate() { return
rate_
; }
in rate()
135
rate_
= times_.size() / ((times_.back() - times_.front()) / 1e3);
in UpdateRate()
139
double
rate_
;
member
/third_party/node/deps/v8/src/profiler/
H
A
D
sampling-heap-profiler.h
138
rate_
(rate) {}
in Observer()
151
intptr_t GetNextStepSize() override { return GetNextSampleInterval(
rate_
); }
158
uint64_t const
rate_
;
member in v8::internal::SamplingHeapProfiler::Observer
195
const uint64_t
rate_
;
member in v8::internal::SamplingHeapProfiler
H
A
D
sampling-heap-profiler.cc
46
double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) /
rate_
));
in ScaleSample()
62
rate_
(rate),
in SamplingHeapProfiler()
64
CHECK_GT(
rate_
, 0u);
in SamplingHeapProfiler()
Completed in 3 milliseconds