| /external/mtpd/ |
| D | pptp.c | 137 } incoming, outgoing; variable 159 /* We are going to read a new message if incoming.expect is 0. */ in recv_packet() 160 if (!incoming.expect) { in recv_packet() 161 incoming.length = 0; in recv_packet() 162 incoming.expect = HEADER_SIZE; in recv_packet() 168 length = incoming.expect - incoming.length; in recv_packet() 169 if (incoming.length >= MAX_PACKET_LENGTH) { in recv_packet() 173 if (incoming.expect > MAX_PACKET_LENGTH) { in recv_packet() 174 length = MAX_PACKET_LENGTH - incoming.length; in recv_packet() 176 length = recv(the_socket, &incoming.buffer[incoming.length], length, 0); in recv_packet() [all …]
|
| D | l2tp.c | 125 } incoming, outgoing; variable 191 uint16_t *p = (uint16_t *)incoming.buffer; in recv_packet() 193 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0); in recv_packet() 194 if (incoming.length == -1) { in recv_packet() 203 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE) in recv_packet() 205 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) { in recv_packet() 209 if (incoming.length == ACK_SIZE) { in recv_packet() 210 incoming.message = ACK; in recv_packet() 212 incoming.message = ntohs(p[9]); in recv_packet() 219 if (incoming.message != ACK) { in recv_packet() [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| D | dbus_new_handlers.c | 47 * @message: Pointer to incoming dbus message this error refers to 63 * @message: Pointer to incoming dbus message this error refers to 78 * @message: Pointer to incoming dbus message this error refers to 93 * @message: Pointer to incoming dbus message this error refers to 116 * @message: Pointer to incoming dbus message this error refers to 341 * @message: Pointer to incoming dbus message 375 * @iter: Pointer to incoming dbus message iterator 468 * @iter: Pointer to incoming dbus message iterator 550 * @message: Pointer to incoming dbus message 665 * @message: Pointer to incoming dbus message [all …]
|
| D | dbus_new_handlers_wps.c | 212 * @message: Pointer to incoming dbus message 328 * @message: Pointer to incoming dbus message 348 * @message: Pointer to incoming dbus message 370 * @iter: Pointer to incoming dbus message iter 406 * @iter: Pointer to incoming dbus message iter 428 * @iter: Pointer to incoming dbus message iter 463 * @iter: Pointer to incoming dbus message iter 483 * @iter: Pointer to incoming dbus message iter 519 * @iter: Pointer to incoming dbus message iter 539 * @iter: Pointer to incoming dbus message iter [all …]
|
| /external/grpc-grpc/test/core/bad_client/ |
| D | bad_client.cc | 136 grpc_slice_buffer incoming; in grpc_run_client_side_validator() local 137 grpc_slice_buffer_init(&incoming); in grpc_run_client_side_validator() 146 grpc_endpoint_read(sfd->client, &incoming, &read_done_closure); in grpc_run_client_side_validator() 150 /* Perform a cq next just to provide a thread that can read incoming in grpc_run_client_side_validator() 157 if (arg->client_validator(&incoming, arg->client_validator_arg)) break; in grpc_run_client_side_validator() 162 grpc_slice_buffer_destroy_internal(&incoming); in grpc_run_client_side_validator() 253 bool client_connection_preface_validator(grpc_slice_buffer* incoming, in client_connection_preface_validator() argument 255 if (incoming->count < 1) { in client_connection_preface_validator() 258 grpc_slice slice = incoming->slices[0]; in client_connection_preface_validator() 280 bool rst_stream_client_validator(grpc_slice_buffer* incoming, void* arg) { in rst_stream_client_validator() argument [all …]
|
| /external/iproute2/man/man8/ |
| D | tc-simple.8 | 41 The following example makes the kernel yell "Incoming ICMP!" every time it sees 42 an incoming ICMP on eth0. Steps are: 61 u32 match ip protocol 1 0xff flowid 1:1 action simple sdata "Incoming ICMP" 68 action order 1: Simple <Incoming ICMP> 84 [135354.473951] simple: Incoming ICMP_1 91 action order 1: Simple <Incoming ICMP>
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | CFIInstrInserter.cpp | 10 /// \file This pass verifies incoming and outgoing CFA information of basic 13 /// that outgoing information of predecessors matches incoming information of 93 /// checking the block for CFI instructions. Block's incoming CFA info remains 100 /// Check if incoming CFA information of a basic block matches outgoing CFA 114 /// register of its predecessors match incoming offset and register of that 115 /// MBB, as well as that incoming offset and register of its successors match 150 // i.e. that it has initial cfa offset and register values as incoming CFA in calculateCFAInfo() 260 // incoming offset and register of this block, add a def_cfa instruction in insertCFIInstrs() 267 // If outgoing offset of a previous block doesn't match incoming offset in insertCFIInstrs() 278 // If outgoing register of a previous block doesn't match incoming in insertCFIInstrs() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | CorrelatedValuePropagation.cpp | 55 STATISTIC(NumPhiCommon, "Number of phis deleted via common incoming value"); 128 /// Try to simplify a phi with constant incoming values that match the edge 141 // Collect incoming constants and initialize possible common value. in simplifyCommonValuePhi() 145 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local 146 if (auto *IncomingConstant = dyn_cast<Constant>(Incoming)) { in simplifyCommonValuePhi() 150 CommonValue = Incoming; in simplifyCommonValuePhi() 151 } else if (Incoming != CommonValue) { in simplifyCommonValuePhi() 160 // The common value must be valid in all incoming blocks. in simplifyCommonValuePhi() 166 // We have a phi with exactly 1 variable incoming value and 1 or more constant in simplifyCommonValuePhi() 167 // incoming values. See if all constant incoming values can be mapped back to in simplifyCommonValuePhi() [all …]
|
| D | SpeculateAroundPHIs.cpp | 40 /// operands are either recursively safe or already available along an incoming 48 /// reflect what is available along incoming edges. 104 // incoming edge (either through dominance or through an incoming value in isSafeToSpeculatePHIUsers() 187 /// also checks that no one incoming constant will have a higher cost when 193 /// different incoming edges' cost by looking at their respective 216 // Only visit each incoming edge with a constant input once. in isSafeAndProfitableToSpeculateAroundPHI() 221 // Count how many edges share a given incoming costant. in isSafeAndProfitableToSpeculateAroundPHI() 248 // Now check whether there is any savings to folding the incoming constants in isSafeAndProfitableToSpeculateAroundPHI() 263 // incoming operand from the PHI node is also a constant, we will end up in isSafeAndProfitableToSpeculateAroundPHI() 286 // If we accumulate more folded cost for this incoming constant than in isSafeAndProfitableToSpeculateAroundPHI() [all …]
|
| /external/webrtc/webrtc/modules/video_render/ |
| D | video_render_impl.h | 57 * Incoming Streams 62 * Add incoming render stream 70 * Delete incoming render stream 76 * Add incoming render callback, used for external rendering 83 * Get the porperties for an incoming render stream 91 * Incoming frame rate for the specified stream. 96 * Returns the number of incoming streams added to this render module 166 * Set cropping of incoming stream
|
| D | video_render.h | 78 * Incoming Streams 83 * Add incoming render stream 100 * Delete incoming render stream 108 * Add incoming render callback, used for external rendering 120 * Get the porperties for an incoming render stream 135 * The incoming frame rate to the module, not the rate rendered in the window. 141 * Returns the number of incoming streams added to this render module 211 * Set cropping of incoming stream
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| D | EqualPHIEdgeBlockMerge.ll | 22 ; It's ok to merge N and M because the incoming values for W are the 29 ; Test merging of blocks with phi nodes where at least one incoming value 47 ; R's incoming value with the incoming value of that predecessor since 48 ; R's incoming value is undef and both of those predecessors are simple 54 ; Test merging of blocks with phi nodes where at least one incoming value 77 ; V's incoming value with the incoming value of that predecessor since 78 ; V's incoming value is undef and both of those predecessors are simple 107 ; and thus 5 incoming values to the phi.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
| D | EqualPHIEdgeBlockMerge.ll | 22 ; It's ok to merge N and M because the incoming values for W are the 29 ; Test merging of blocks with phi nodes where at least one incoming value 47 ; R's incoming value with the incoming value of that predecessor since 48 ; R's incoming value is undef and both of those predecessors are simple 54 ; Test merging of blocks with phi nodes where at least one incoming value 77 ; V's incoming value with the incoming value of that predecessor since 78 ; V's incoming value is undef and both of those predecessors are simple 107 ; and thus 5 incoming values to the phi.
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.cpp | 141 // All incoming values should have same known stack slot, otherwise result in findPreviousSpillSlot() 191 /// Try to find existing copies of the incoming values in stack slots used for 192 /// statepoint spilling. If we can find a spill slot for the incoming value, 199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local 201 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) { in reservePreviousStackSlotForValue() 207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() 240 SDValue Loc = Builder.DAG.getTargetFrameIndex(*Index, Incoming.getValueType()); in reservePreviousStackSlotForValue() 241 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue() 324 /// Spill a value incoming to the statepoint. It might be either part of 331 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() argument [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.cpp | 169 // All incoming values should have same known stack slot, otherwise result in findPreviousSpillSlot() 219 /// Try to find existing copies of the incoming values in stack slots used for 220 /// statepoint spilling. If we can find a spill slot for the incoming value, 226 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local 228 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) { in reservePreviousStackSlotForValue() 234 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() 269 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue() 351 /// Spill a value incoming to the statepoint. It might be either part of 358 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() argument 360 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue() [all …]
|
| /external/webrtc/webrtc/p2p/base/ |
| D | tcpport.cc | 13 * passive side just waits for an incoming connection. 120 std::list<Incoming>::iterator it; in ~TCPPort() 139 // We can't accept TCP connections incoming on other ports in CreateConnection() 185 // recognize our incoming TCP connections. According to in PrepareAddress() 256 Incoming incoming; in OnNewConnection() local 257 incoming.addr = new_socket->GetRemoteAddress(); in OnNewConnection() 258 incoming.socket = new_socket; in OnNewConnection() 259 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket); in OnNewConnection() 260 incoming.socket->SignalReadyToSend.connect(this, &TCPPort::OnReadyToSend); in OnNewConnection() 261 incoming.socket->SignalSentPacket.connect(this, &TCPPort::OnSentPacket); in OnNewConnection() [all …]
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
| D | remote_bitrate_estimator.h | 11 // This class estimates the incoming available bandwidth. 30 // the incoming streams. 34 // incoming streams. 72 // Called for each incoming packet. Updates the incoming payload bitrate
|
| /external/libffi/src/tile/ |
| D | tile.S | 76 /* Incoming arguments. */ 96 /* Prepare to spill incoming r52. */ 110 /* Spill incoming r52. */ 128 /* Set up linkage info to hold incoming stack pointer. */ 138 /* Load incoming argument from stack_args. */ 244 /* Room to spill all NUM_ARG_REGS incoming registers, plus frame linkage. */ 261 /* Save incoming stack pointer in linkage area. */ 274 /* Spill all the incoming registers. */
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/tile/ |
| D | tile.S | 76 /* Incoming arguments. */ 96 /* Prepare to spill incoming r52. */ 110 /* Spill incoming r52. */ 128 /* Set up linkage info to hold incoming stack pointer. */ 138 /* Load incoming argument from stack_args. */ 244 /* Room to spill all NUM_ARG_REGS incoming registers, plus frame linkage. */ 261 /* Save incoming stack pointer in linkage area. */ 274 /* Spill all the incoming registers. */
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | frame_data.cc | 131 s->stats.incoming.framing_bytes++; in grpc_deframe_unprocessed_incoming_frames() 163 s->stats.incoming.framing_bytes++; in grpc_deframe_unprocessed_incoming_frames() 172 s->stats.incoming.framing_bytes++; in grpc_deframe_unprocessed_incoming_frames() 181 s->stats.incoming.framing_bytes++; in grpc_deframe_unprocessed_incoming_frames() 190 s->stats.incoming.framing_bytes++; in grpc_deframe_unprocessed_incoming_frames() 226 s->stats.incoming.data_bytes += remaining; in grpc_deframe_unprocessed_incoming_frames() 245 s->stats.incoming.data_bytes += remaining; in grpc_deframe_unprocessed_incoming_frames() 258 s->stats.incoming.data_bytes += p->frame_size; in grpc_deframe_unprocessed_incoming_frames()
|
| /external/grpc-grpc/test/core/security/ |
| D | secure_endpoint_test.cc | 175 grpc_slice_buffer incoming; in test_leftover() local 183 grpc_slice_buffer_init(&incoming); in test_leftover() 185 grpc_endpoint_read(f.client_ep, &incoming, &done_closure); in test_leftover() 189 GPR_ASSERT(incoming.count == 1); in test_leftover() 190 GPR_ASSERT(grpc_slice_eq(s, incoming.slices[0])); in test_leftover() 200 grpc_slice_buffer_destroy_internal(&incoming); in test_leftover()
|
| /external/grpc-grpc/test/core/iomgr/ |
| D | tcp_posix_test.cc | 154 grpc_slice_buffer incoming; member 184 read_bytes = count_slices(state->incoming.slices, state->incoming.count, in read_cb() 194 grpc_endpoint_read(state->ep, &state->incoming, &state->read_cb); in read_cb() 229 grpc_slice_buffer_init(&state.incoming); in read_test() 232 grpc_endpoint_read(ep, &state.incoming, &state.read_cb); in read_test() 246 grpc_slice_buffer_destroy_internal(&state.incoming); in read_test() 280 grpc_slice_buffer_init(&state.incoming); in large_read_test() 283 grpc_endpoint_read(ep, &state.incoming, &state.read_cb); in large_read_test() 297 grpc_slice_buffer_destroy_internal(&state.incoming); in large_read_test() 519 grpc_slice_buffer_init(&state.incoming); in release_fd_test() [all …]
|
| /external/iproute2/tc/ |
| D | m_simple.c | 17 * example use, yell "Incoming ICMP!" every time you see an incoming ICMP on 29 u32 match ip protocol 1 0xff flowid 1:1 action simple "Incoming ICMP" 36 action order 1: Simple <Incoming ICMP> 52 [135354.473951] simple: Incoming ICMP_1 59 action order 1: Simple <Incoming ICMP>
|
| /external/webrtc/webrtc/call/ |
| D | rtc_event_log.h | 64 // Logs the header of an incoming or outgoing RTP packet. packet_length 66 virtual void LogRtpHeader(bool incoming, 71 // Logs an incoming or outgoing RTCP packet. 72 virtual void LogRtcpPacket(bool incoming,
|
| /external/grpc-grpc/src/core/lib/http/ |
| D | httpcli.cc | 55 grpc_slice_buffer incoming; member 102 grpc_slice_buffer_destroy_internal(&req->incoming); in finish() 124 grpc_endpoint_read(req->ep, &req->incoming, &req->on_read); in do_read() 131 for (i = 0; i < req->incoming.count; i++) { in on_read() 132 if (GRPC_SLICE_LENGTH(req->incoming.slices[i])) { in on_read() 135 &req->parser, req->incoming.slices[i], nullptr); in on_read() 249 grpc_slice_buffer_init(&req->incoming); in internal_request_begin()
|