OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottleneck
(Results
26 - 50
of
106
) sorted by null
1
2
3
4
5
/prebuilts/go/darwin-x86/test/bench/shootout/
reverse-complement.go
88
// This loop is the
bottleneck
.
/prebuilts/go/linux-x86/test/bench/shootout/
reverse-complement.go
88
// This loop is the
bottleneck
.
/external/skia/site/user/
tips.md
134
2. Custom
bottleneck
routines
136
There are sets of
bottleneck
routines inside the blits of Skia
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h
383
* This function sets the initial values of
bottleneck
and frame-size if
385
* enforce a frame-size for all values of
bottleneck
. Then iSAC will not
391
* - rateBPS : initial value of
bottleneck
in bits/second
/dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java
114
* this turns out to be a
bottleneck
, consider sorting the
/dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java
114
* this turns out to be a
bottleneck
, consider sorting the
/external/google-breakpad/src/common/mac/
macho_walker.h
87
//
Bottleneck
for walking the load commands
/external/iproute2/man/man8/
tc-codel.8
71
It should be set on the order of the worst-case RTT through the
bottleneck
to
/external/libgsm/man/
gsm_option.3
82
lag forms the
bottleneck
of the algorithm.
/external/v8/src/
dateparser.cc
152
// We could use perfect hashing here, but this is not a
bottleneck
.
/external/webrtc/webrtc/test/
fake_network_pipe.cc
165
// Packets are randomly dropped after being affected by the
bottleneck
.
/external/webrtc/webrtc/video/
screenshare_loopback.cc
109
DEFINE_int32(queue_size, 0, "Size of the
bottleneck
link queue in packets.");
video_loopback.cc
111
DEFINE_int32(queue_size, 0, "Size of the
bottleneck
link queue in packets.");
/frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java
77
// these copies aren't a
bottleneck
.
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
324
ISAC_inst->ISACenc_obj.
BottleNeck
= 32000; /* default for I-mode */
[
all
...]
structs.h
318
int16_t
BottleNeck
;
/external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h
203
/// is okay for clients where creating these objects isn't really a
bottleneck
.
/external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h
70
tmp.noalias() = mat * p; // the
bottleneck
of the algorithm
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2ContactManager.cpp
197
// TODO_ERIN use a hash table to remove a potential
bottleneck
when both
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
ContactManager.java
81
// TODO_ERIN use a hash table to remove a potential
bottleneck
when both
/external/squashfs-tools/RELEASE-READMEs/
README-4.3
49
(the
bottleneck
will normally be the compressors/fragment compressors).
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsManager.java
198
// performance is a
bottleneck
.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc
650
// Test also with
bottleneck
queue size = 20ms and 1000ms.
756
// Test also with
bottleneck
queue size = 20ms and 1000ms.
[
all
...]
/external/libchrome/base/containers/
mru_cache.h
14
// a
bottleneck
, there is room for smaller values of 1 in the O(1). :]
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java
87
* benchmarks first to decide if a
bottleneck
is worth pursuing, then use the hot
Completed in 2073 milliseconds
1
2
3
4
5