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

  /external/mtpd/
pptp.c 131 } incoming, outgoing; variable in typeref:struct:packet
153 /* We are going to read a new message if incoming.expect is 0. */
154 if (!incoming.expect) {
155 incoming.length = 0;
156 incoming.expect = HEADER_SIZE;
162 length = incoming.expect - incoming.length;
163 if (incoming.length >= MAX_PACKET_LENGTH) {
167 if (incoming.expect > MAX_PACKET_LENGTH) {
168 length = MAX_PACKET_LENGTH - incoming.length
    [all...]
l2tp.c 118 } incoming, outgoing; variable in typeref:struct:packet
184 uint16_t *p = (uint16_t *)incoming.buffer;
186 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);
187 if (incoming.length == -1 && errno != EINTR) {
193 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE)
195 || p[1] > htons(incoming.length) || p[2] != local_tunnel) {
199 if (incoming.length == ACK_SIZE) {
200 incoming.message = ACK
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item.java 110 /** Propagate incoming lookaheads through this item to others need to
112 * @params incoming symbols to potentially be added to lookahead of this item.
114 public void propagate_lookaheads(terminal_set incoming) throws internal_error
119 if (!needs_propagation && (incoming == null || incoming.empty()))
122 /* if we have null incoming, treat as an empty set */
123 if (incoming != null)
125 /* add the incoming to the lookahead of this item */
126 change = lookahead().add(incoming);
  /external/quake/quake/src/QW/client/
gl_test.c 70 vec3_t incoming; local
82 VectorSubtract (r_refdef.vieworg, origin, incoming);
83 VectorSubtract (origin, incoming, temp);
86 VectorNormalize (incoming);
87 d = DotProduct (incoming, plane->normal);
88 VectorSubtract (vec3_origin, incoming, p->reflect);
94 CrossProduct (incoming, p->normal, p->up);
  /external/quake/quake/src/WinQuake/
gl_test.cpp 70 vec3_t incoming; local
82 VectorSubtract (r_refdef.vieworg, origin, incoming);
83 VectorSubtract (origin, incoming, temp);
86 VectorNormalize (incoming);
87 d = DotProduct (incoming, plane->normal);
88 VectorSubtract (vec3_origin, incoming, p->reflect);
94 CrossProduct (incoming, p->normal, p->up);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a
49 Thread incoming = new Thread(new SocketPipe(to, from)); local
51 incoming.setName(LOGTAG);
53 incoming.start();
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.h 90 static PassRefPtr<PlatformMessagePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
91 PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
PlatformMessagePortChannel.cpp 101 PassRefPtr<PlatformMessagePortChannel> PlatformMessagePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
103 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing));
106 PlatformMessagePortChannel::PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
108 , m_incomingQueue(incoming)
120 // Create incoming/outgoing queues.
219 // Disentangle ourselves from the other end. We still maintain a reference to our incoming queue, since previously-existing messages should still be delivered.
  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
GGLAssembler.h 355 const component_t& incoming,
359 const component_t& incoming,
363 const component_t& incoming,
367 const component_t& incoming,
GGLAssembler.cpp 551 component_t incoming(fragment);
553 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSR, incoming.l));
675 component_t incoming(fragment);
683 SMULWB(AL, fragment.reg, incoming.reg, cf);
685 MOV(AL, 0, fragment.reg, reg_imm(incoming.reg, LSL, 1));
    [all...]
  /external/dbus/dbus/
dbus-auth.c 129 * Auth state function, determines the reaction to incoming events for
154 DBusString incoming; /**< Incoming data buffer */ member in struct:DBusAuth
350 if (!_dbus_string_init (&auth->incoming))
380 _dbus_string_free (&auth->incoming);
    [all...]
  /external/v8/test/mjsunit/
string-add.js 134 // Check that incoming frames are merged correctly.
unicode-test.js     [all...]
  /external/blktrace/btt/doc/
btt.tex 112 \item Time needed to insert or merge an incoming IO onto the request
131 For \emph{merged} requests -- an incoming request that is merged
192 IO\footnote{It should be noted that incoming requests either go through:
214 hardware) is to understand the block IO layer ends up merging incoming
216 section, we show the number of incoming requests (Q), the number of
229 125 incoming requests into a single request down the IO stack. The
244 providing a set of indicators showing how close incoming IO requests
324 being held by the IO scheduler when an incoming IO request was being
437 incoming IO requests, for more information see section~\ref{sec:qhist}.
548 is seeing relatively continuous incoming queues. Conversely, when it i
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h     [all...]
  /external/bluetooth/bluez/test/
hciemu.c 217 static int write_snoop(int fd, int type, int incoming, unsigned char *buf, int len)
234 pkt.flags = ntohl(incoming & 0x01);
  /external/qemu/
vl-android.c 4950 const char *incoming = NULL; local
    [all...]
vl.c 5014 const char *incoming = NULL; local
    [all...]
  /external/blktrace/doc/
blktrace.tex 570 \item[X -- split] On raid or device mapper setups, an incoming io may
577 \item[A -- remap] For stacked devices, incoming io is remapped to device
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/bison/
configure     [all...]

Completed in 341 milliseconds