OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overflows
(Results
1 - 25
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/kernel-headers/original/asm-x86/
div64.h
38
* Warning, this will do an exception if X
overflows
.
/system/core/libcutils/
strdup16to8.c
41
* the result without checking for integer
overflows
, e.g.:
46
*
overflows
, and never return more than (SIZE_MAX-1)
111
/* Note on
overflows
: We assume the user did check the result of
array.c
59
// Handle integer
overflows
/bionic/libm/src/
s_lrint.c
42
* that
overflows
depends on the rounding mode when 'dtype' has more
/external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_encode_bit_string.c
40
/* avoid
overflows
*/
/external/oprofile/daemon/
opd_perfmon.h
62
unsigned long reg_smpl_pmds[4]; /* which pmds are accessed when PMC
overflows
*/
/external/stlport/test/unit/
config_test.cpp
95
triggering any
overflows
due to the allocator adding some more for
/external/v8/test/mjsunit/
deep-recursion.js
30
* cause stack
overflows
.
big-array-literal.js
107
// Catch stack
overflows
.
big-object-literal.js
110
// Catch stack
overflows
.
/system/core/adb/
utils.h
25
* which allows one to use them in succession, only checking for
overflows
/dalvik/vm/mterp/
Mterp.c
48
* If an instruction
overflows
the 64-byte handler size limit, it will
/external/bison/lib/
bitsetv.c
40
/* If size calculation
overflows
, memory is exhausted. */
/bionic/libm/bsdsrc/
b_exp.c
130
/* exp(INF) is INF, exp(+big#)
overflows
to INF */
175
/* exp(INF) is INF, exp(+big#)
overflows
to INF */
/external/skia/include/core/
SkMath.h
33
the result
overflows
32bits.
39
the result
overflows
32bits.
/external/icu4c/common/
caniter.cpp
309
/* Test for buffer
overflows
*/
394
/* Test for buffer
overflows
*/
481
/* Test for buffer
overflows
*/
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op.h
97
underflows or
overflows
.
143
case of underflows or
overflows
.
187
in case of underflows or
overflows
.
/frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op.h
97
underflows or
overflows
.
143
case of underflows or
overflows
.
187
in case of underflows or
overflows
.
/external/dropbear/
buffer.c
25
/* Buffer handling routines, designed to avoid
overflows
/using invalid data */
31
/* Prevent integer
overflows
when incrementing buffer position/length.
/external/v8/src/
execution.h
267
// Support for checking for stack-
overflows
in C++ code.
273
// TODO(214): Stack
overflows
are ignored if a interrupt is pending. This
/dalvik/tests/003-omnibus-opcodes/src/
Classes.java
186
/* this is expected to fail; 1073921584 * 4
overflows
32 bits */
/external/gtest/src/
gtest-port.cc
592
// The parsed value
overflows
as a long. (strtol() returns
593
// LONG_MAX or LONG_MIN when the input
overflows
.)
595
// The parsed value
overflows
as an Int32.
600
<< " has value " << str << ", which
overflows
.\n";
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
level1.cpp
193
// Check if iPduPos+FLAG_SZ-1
overflows
/external/ping/
ping_common.h
180
/* Invalidate acked, if 16 bit seq
overflows
. */
/external/quake/quake/src/QW/client/
docs.txt
101
FIXME: 32 clients could be up to 16k in updates, which
overflows
the 8k packet size
Completed in 275 milliseconds
1
2
3
4
5
6
7
8
9
10
11