HomeSort by relevance Sort by last modified time
    Searched refs:overflowed (Results 1 - 11 of 11) sorted by null

  /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/quake/quake/src/WinQuake/
common.h 42 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
sv_main.cpp 852 // check for an overflowed message. Should only happen
855 if (host_client->message.overflowed)
858 host_client->message.overflowed = false;
common.cpp 766 buf->overflowed = true;
    [all...]
  /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...]
  /external/quake/quake/src/QW/client/
common.h 40 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
net_chan.c 53 If the message buffer is overflowed, either by a single message, or by
232 if (chan->message.overflowed)
common.c 853 buf->overflowed = false;
870 buf->overflowed = true;
    [all...]
  /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...]
heap.h 1424 bool overflowed() { return overflowed_; } function in class:v8::internal::MarkingStack
    [all...]

Completed in 2170 milliseconds