/external/kernel-headers/original/linux/ |
inotify.h | 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
|
/external/llvm/lib/Support/ |
BlockFrequency.cpp | 81 // Product overflowed, use 96-bit operations.
|
/external/llvm/unittests/Support/ |
AllocatorTest.cpp | 90 // If we don't allocate a new slab, then we will have overflowed.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymath.h | 161 * Return 1 iff a libm function overflowed. Set errno to 0 before calling
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymath.h | 161 * Return 1 iff a libm function overflowed. Set errno to 0 before calling
|
/external/chromium_org/v8/src/ |
mark-compact.cc | 1004 // the marking stack. Instead, we mark them as both marked and overflowed. 1005 // When the stack is in the overflowed state, objects marked as overflowed 1008 // the heap looking for objects marked as overflowed, push them on the stack, [all...] |
store-buffer.h | 117 // been promoted. Rebuilds the store buffer completely if it overflowed.
|
/external/v8/src/ |
mark-compact.cc | 755 // the marking stack. Instead, we mark them as both marked and overflowed. 756 // When the stack is in the overflowed state, objects marked as overflowed 759 // the heap looking for objects marked as overflowed, push them on the stack, [all...] |
store-buffer.h | 109 // been promoted. Rebuilds the store buffer completely if it overflowed.
|
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 639 // Compute the size before cookie, and track whether it overflowed. 645 // Add in the cookie, and check whether it's overflowed. 746 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local 748 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); 750 hasOverflow = overflowed; 785 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local 787 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); 789 hasOverflow = overflowed; [all...] |
/libcore/json/src/test/java/org/json/ |
JSONArrayTest.java | 470 fail("Stack overflowed on input: \"[\""); 502 fail("Stack overflowed on input: \"[\"");
|
ParsingTest.java | 216 fail("Stack overflowed on input: \"" + malformedJson + "\"");
|
/art/runtime/ |
reference_table.cc | 45 << "overflowed (" << max_size_ << " entries)";
|
/dalvik/vm/ |
StdioConverter.cpp | 241 * See if we overflowed. If so, cut it off.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_sd_server.cc | 241 // TODO(maksymb): Check what happened if buffer will be overflowed
|
/external/chromium_org/net/quic/ |
quic_crypto_server_stream_test.cc | 73 // strike register worries that we've just overflowed a uint32 time.
|
/external/compiler-rt/lib/ |
divsf3.c | 147 // If we have overflowed the exponent, return infinity.
|
/external/skia/tests/ |
DrawPathTest.cpp | 83 // because we overflowed an intermediate value (B coefficient) setting up our
|
/external/valgrind/main/cachegrind/ |
cg-arch.c | 110 "One of the cache parameters was too large and overflowed.\n");
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc.h | 70 SIZE_MAX - 1, since SIZE_MAX might represent an overflowed value.
|
/external/mksh/src/ |
shf.c | 850 bool overflowed = false; local 855 overflowed = true; 859 if (overflowed)
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 174 // (using phase-correct PWM would mean that timer 0 overflowed half as often
|
/external/dnsmasq/src/ |
log.c | 365 overflowed. To avoid this, we delay here, the delay is controlled
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 119 size_t overflow_count; /* indicates the total number of bytes the overflowed */
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_cs.c | 451 fprintf(stderr, "radeon: command stream overflowed\n"); 461 /* If the CS is not empty or overflowed, emit it in a separate thread. */
|