HomeSort by relevance Sort by last modified time
    Searched full:overflowed (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/bison/src/
location.h 33 If this is INT_MAX, the line number has overflowed. */
38 If this is INT_MAX, the column number has overflowed. */
  /development/simulator/wrapsim/
Log.c 56 /* if we overflowed, trim and annotate */
  /external/quake/quake/src/QW/server/
sv_nchan.c 44 cl->netchan.message.overflowed = true; // this will drop the client
69 if (cl->backbuf.overflowed) {
71 cl->netchan.message.overflowed = true; // this will drop the client
sv_send.c 578 msg.overflowed = false;
590 if (client->datagram.overflowed)
591 Con_Printf ("WARNING: datagram overflowed for %s\n", client->name);
600 if (msg.overflowed)
602 Con_Printf ("WARNING: msg overflowed for %s\n", client->name);
666 if (sv.datagram.overflowed)
750 // if the reliable message overflowed,
752 if (c->netchan.message.overflowed)
756 SV_BroadcastPrintf (PRINT_HIGH, "%s overflowed\n", c->name);
  /external/bison/lib/
xalloc.h 66 SIZE_MAX - 1, since SIZE_MAX might represent an overflowed value.
  /external/ipsec-tools/src/racoon/
evt.h 62 #define EVTT_OVERFLOW 12 /* Event queue overflowed */
evt.c 74 "Cannot record event: event queue overflowed\n");
  /external/oprofile/libdb/
db_insert.c 80 * non overflowed node if one exist. When we
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 101 * The returned value includes allocations that overflowed because they where too large
103 * that overflowed because no space was left in the page cache.
  /external/v8/src/
mark-compact.cc 210 // the marking stack. Instead, we mark them as both marked and overflowed.
211 // When the stack is in the overflowed state, objects marked as overflowed
214 // the heap looking for objects marked as overflowed, push them on the stack,
367 // overflowed objects in the heap.
496 // overflowed.
504 // Fill the marking stack with overflowed objects returned by the given
549 // There may be overflowed objects in the heap. Visit them now.
550 while (marking_stack.overflowed()) {
594 // marking stack have been marked, or are overflowed in the heap
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 54 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /external/chromium/third_party/icu/public/common/unicode/
bytestream.h 138 * and Overflowed() will return true.
188 UBool Overflowed() const { return overflowed_; }
  /external/icu4c/common/unicode/
bytestream.h 138 * and Overflowed() will return true.
188 UBool Overflowed() const { return overflowed_; }
  /external/chromium/base/third_party/symbolize/
demangle.cc 150 bool overflowed; // True if output gets overflowed. member in struct:__anon2283
186 state->overflowed = false;
248 // Append "str" at "out_cur". If there is an overflow, "overflowed"
258 state->overflowed = true;
262 if (!state->overflowed) {
    [all...]
  /hardware/ti/wlan/wl1271/utils/
queue.c 268 * Queue is overflowed, return TI_NOK.
369 * Queue is overflowed, return TI_NOK.
  /system/wlan/ti/wilink_6_1/utils/
queue.c 265 * Queue is overflowed, return TI_NOK.
356 * Queue is overflowed, return TI_NOK.
  /external/chromium/third_party/icu/source/common/
ucnv_cb.c 107 /* Overflowed the target. Now, we'll write into the charErrorBuffer.
  /external/icu4c/common/
ucnv_cb.c 107 /* Overflowed the target. Now, we'll write into the charErrorBuffer.
  /external/kernel-headers/original/linux/
inotify.h 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 470 !sink.Overflowed())
483 sink.Overflowed())
  /external/icu4c/test/intltest/
strtest.cpp 470 !sink.Overflowed())
483 sink.Overflowed())
  /external/quake/quake/src/QW/client/
net_chan.c 53 If the message buffer is overflowed, either by a single message, or by
232 if (chan->message.overflowed)
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 456 fail("Stack overflowed on input: \"[\"");
488 fail("Stack overflowed on input: \"[\"");
  /dalvik/vm/
StdioConverter.c 260 * See if we overflowed. If so, cut it off.

Completed in 521 milliseconds

1 2 3 4 5 6