OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underflow
(Results
576 - 600
of
1078
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/ppapi/shared_impl/
resource_tracker.cc
79
// Prevent
underflow
of refcount.
/external/chromium_org/third_party/icu/source/i18n/
decContext.h
233
#define DEC_Condition_UN "
Underflow
"
/external/chromium_org/third_party/skia/src/core/
SkMath.cpp
254
if (bits < 0) { // answer will
underflow
/external/eigen/test/
jacobisvd.cpp
243
// shut up warning #239: floating point
underflow
/external/icu4c/i18n/
decContext.h
234
#define DEC_Condition_UN "
Underflow
"
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlopenaudio.html
217
>The desired size of the audio buffer in samples. This number should be a power of two, and may be adjusted by the audio driver to a value more suitable for the hardware. Good values seem to range between 512 and 8192 inclusive, depending on the application and CPU speed. Smaller values yield faster response time, but can lead to
underflow
if the application is doing heavy processing and cannot fill the audio buffer in time. A stereo sample consists of both right and left channels in LR ordering. Note that the number of samples is directly related to time by the following formula: ms = (samples*1000)/freq</P
/external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h
53
* to
underflow
if the application is doing heavy processing and cannot
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c
230
printf("Warning: audio
underflow
(%d frags)\n", info.blocks-1);
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c
129
fprintf(stderr, "audio
underflow
!\n");
/external/skia/src/core/
SkMath.cpp
254
if (bits < 0) { // answer will
underflow
/external/stlport/src/
strstream.cpp
176
strstreambuf::int_type strstreambuf::
underflow
() {
function in class:strstreambuf
/external/stlport/stlport/stl/
_sstream.h
79
virtual int_type
underflow
();
/external/valgrind/main/coregrind/m_debuginfo/
d3basics.c
494
FAIL("evaluate_Dwarf3_Expr: stack
underflow
(1)"); \
760
FAIL("evaluate_Dwarf3_Expr: stack
underflow
");
766
FAIL("evaluate_Dwarf3_Expr: stack
underflow
");
773
FAIL("evaluate_Dwarf3_Expr: stack
underflow
");
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c
179
wpa_printf(MSG_DEBUG, "EAP-SAKE: Attribute
underflow
");
/external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c
239
wpa_printf(MSG_DEBUG, "EAP-TNC: Message
underflow
");
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp
383
ALOGE("Resetting normalizer to 1.0 to prevent
underflow
. "
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java
91
assertSame(CoderResult.
UNDERFLOW
, encoder.encode(CharBuffer
/ndk/build/gmsl/
index.html
344
an error on a numeric
underflow
<br>
353
an error on a numeric
underflow
<br>
436
decrement does not range check and hence will not
underflow
, but<br>
650
artithmetic functions generate
underflow
warnings.<br>
/ndk/sources/cxx-stl/stlport/src/
strstream.cpp
176
strstreambuf::int_type strstreambuf::
underflow
() {
function in class:strstreambuf
/ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h
79
virtual int_type
underflow
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
sstream.tcc
131
underflow
()
streambuf_iterator.h
337
__c = __sb->
underflow
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
sstream.tcc
133
underflow
()
streambuf_iterator.h
344
__c = __sb->
underflow
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
sstream.tcc
133
underflow
()
Completed in 1710 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>