/ndk/sources/cxx-stl/stlport/src/ |
stdio_streambuf.cpp | 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { function in class:stdio_ostreambuf
|
strstream.cpp | 116 strstreambuf::int_type strstreambuf::overflow(int_type c) { function in class:strstreambuf
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 82 virtual int_type overflow(int_type __c); 84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
|
_streambuf.c | 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), 126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), 156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetDecoder.java | 73 return overflow(in);
80 return overflow(in);
95 return overflow(in);
103 private CoderResult overflow(ByteBuffer in) {
method in class:UTF7StyleCharsetDecoder 105 return CoderResult.OVERFLOW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_sync_filebuf.h | 141 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_sync_filebuf.h | 141 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
stdio_sync_filebuf.h | 141 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_sync_filebuf.h | 141 overflow(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 82 virtual int_type overflow(int_type __c); 84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
|
_streambuf.c | 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), 126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), 156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLongs.java | 320 * unsigned long. This is useful for detecting overflow while parsing a string representation of 388 BigInteger overflow = new BigInteger("10000000000000000", 16); typedefs 392 maxSafeDigits[i] = overflow.toString(i).length() - 1;
|
/external/libcxx/src/ |
strstream.cpp | 151 strstreambuf::overflow(int_type __c) function in class:strstreambuf
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_vbuf.c | 101 overflow( void *map, void *ptr, unsigned bytes, unsigned bufsz ) function
|
/external/v8/src/ |
conversions-inl.h | 237 int overflow = static_cast<int>(number >> 53); local 238 if (overflow != 0) { 239 // Overflow occurred. Need to determine which direction to round the 242 while (overflow > 1) { 244 overflow >>= 1; 276 // Rounding up may cause overflow. 461 // will not overflow the multiplier, we stop parsing the part 722 // Check overflow.
|
/external/zlib/src/contrib/iostream/ |
zfstream.cpp | 173 int gzfilebuf::overflow( int c ) { function in class:gzfilebuf
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dec_amr.h | 41 Description: Update function prototype for Decoder_amr(). Include overflow 157 Flag overflow; member in struct:Decoder_amrState
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.h | 41 Description: Added overflow flag as an element to the cod_amrState data 170 /* Overflow flag */ 171 Flag overflow; member in struct:__anon27655
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
strstream.cpp | 151 strstreambuf::overflow(int_type __c) function in class:strstreambuf
|
/system/bt/stack/smp/ |
smp_cmac.c | 97 UINT8 i, overflow = 0 , next_overflow = 0; local 103 output[i] = (input[i] << 1) | overflow; 104 overflow = next_overflow;
|
/system/core/liblog/ |
log_event_list.c | 39 bool overflow; member in struct:__anon74326 60 context->overflow = true; 111 context->overflow = true; 116 context->overflow = true; 122 context->overflow = true; 125 if (context->overflow) { 153 if (context->overflow) { 158 context->overflow = true; 189 if (context->overflow) { 194 context->overflow = true [all...] |
/system/core/run-as/ |
package.c | 52 * 'dstlen' is 0, even in case of overflow. 392 int overflow = 0; local 409 overflow = 1; 415 if (overflow) {
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-ns32k.c | 152 int overflow = 0; local 353 /* FIXME: This overflow checking is incomplete, because the value 358 FIXME: We should also do overflow checking on the result after 393 overflow if howto->bitsize is the number of bits in 405 overflow if howto->bitsize is the number of bits in 415 overflow. */ 558 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow) 576 bfd_boolean overflow; local 600 /* Check for overflow. FIXME: We may drop bits during the addition 604 overflow = FALSE [all...] |
/external/bison/lib/ |
strtol.c | 248 int overflow; local 348 overflow = 0; 362 /* Check for overflow. */ 364 overflow = 1; 384 if (overflow == 0 388 overflow = 1; 391 if (overflow)
|
/external/boringssl/src/crypto/rsa/ |
rsa_impl.c | 205 char overflow = 0; local 224 overflow = rsa->num_blindings >= MAX_BLINDINGS_PER_RSA; 235 if (overflow) {
|