Searched defs:incoming (Results 1 - 17 of 17) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DNetworkTrafficListener.java53 * @param bytes the read-only buffer containing the incoming bytes
55 public void incoming(Socket socket, Buffer bytes); method in interface:NetworkTrafficListener
87 public void incoming(Socket socket, Buffer bytes) method in class:NetworkTrafficListener.Empty
/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp93 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); local
95 // Make sure all exiting blocks produce the same incoming value for the exit
96 // block. If there are different incoming values for different exiting
100 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i]))
104 if (Instruction *I = dyn_cast<Instruction>(incoming))
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
84 let phi = build_phi incoming "iftmp" builder in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
102 let phi = build_phi incoming "iftmp" builder in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml131 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
132 let phi = build_phi incoming "iftmp" builder in
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c344 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local
348 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
356 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java30 public int incoming; // the number of incoming branches. field in class:BasicBlock
38 incoming = 0;
77 .append(length).append(", in=").append(incoming)
202 m.block.incoming++;
340 bb.incoming++;
349 // the incoming flow from dead code is not counted
350 // bb.incoming++;
386 handler.incoming--;
392 handler.incoming
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DAbstractExtension.java75 public void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing) argument
78 _inbound=incoming;
/external/mtpd/
H A Dpptp.c132 } incoming, outgoing; variable in typeref:struct:packet
154 /* We are going to read a new message if incoming.expect is 0. */
155 if (!incoming.expect) {
156 incoming.length = 0;
157 incoming.expect = HEADER_SIZE;
163 length = incoming.expect - incoming.length;
164 if (incoming.length >= MAX_PACKET_LENGTH) {
168 if (incoming.expect > MAX_PACKET_LENGTH) {
169 length = MAX_PACKET_LENGTH - incoming
[all...]
H A Dl2tp.c120 } incoming, outgoing; variable in typeref:struct:packet
186 uint16_t *p = (uint16_t *)incoming.buffer;
188 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);
189 if (incoming.length == -1) {
198 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE)
200 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) {
204 if (incoming.length == ACK_SIZE) {
205 incoming
[all...]
/external/v8/src/compiler/
H A Dlinkage.h150 // for incoming parameters and return value(s) as well as the outgoing calling
165 explicit Linkage(CompilationInfo* info, CallDescriptor* incoming) argument
166 : info_(info), incoming_(incoming) {}
169 // of incoming parameters and the outgoing return value(s).
194 // Get the location of an (incoming) parameter to this function.
199 // Get the machine type of an (incoming) parameter to this function.
/external/libpcap/
H A Dpcap-usb-linux.c480 int incoming=0; local
542 incoming = 1;
545 incoming = !incoming;
548 if (incoming)
/external/clang/lib/CodeGen/
H A DCGStmt.cpp101 llvm::BasicBlock *incoming = Builder.GetInsertBlock(); local
102 assert(incoming && "expression emission must have an insertion point");
116 // However, we must be careful not to do this to our incoming
121 if (incoming != outgoing && outgoing->use_empty()) {
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1851 (** [incoming pn] returns the list of value-block pairs for phi node [pn].
1853 val incoming : llvalue -> (llvalue * llbasicblock) list var
2417 (** [build_phi incoming name b] creates a
2418 [%name = phi %incoming]
2420 [incoming] is a list of [(llvalue, llbasicblock)] tuples.
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c587 static u8 p2ps_group_capability(void *ctx, u8 incoming, u8 role) argument
599 wpa_printf(MSG_DEBUG, "P2P: Conncap - in:%d role:%d", incoming, role);
642 incoming == P2PS_SETUP_GROUP_OWNER ||
651 if (!incoming)
654 if (incoming == P2PS_SETUP_NEW) {
668 switch (incoming) {
681 if (incoming == role || client)
688 if (incoming != role) {
704 switch (incoming) {
711 else if (incoming
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar ... private static boolean detailedResult private java.io.File incoming static void " href="/6.0.0_r1/s? ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 8113 milliseconds