HomeSort by: relevance | last modified time | path
    Searched defs:outgoing (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
bootp.c 47 struct packet outgoing; local
205 /* Set up the outgoing packet... */
206 memset (&outgoing, 0, sizeof outgoing);
208 outgoing.raw = &raw;
220 memcpy(outgoing.raw->options, packet->raw->options,
224 outgoing.packet_length =
260 outgoing.packet_length =
261 cons_options (packet, outgoing.raw, lease,
267 if (outgoing.packet_length < BOOTP_MIN_LEN
    [all...]
dhcp.c 1100 struct packet outgoing; local
1263 memset(&outgoing, 0, sizeof outgoing);
1265 outgoing.raw = &raw;
1645 outgoing.packet_length =
1646 cons_options (packet, outgoing.raw, (struct lease *)0,
1656 if (outgoing.packet_length < BOOTP_MIN_LEN)
1657 outgoing.packet_length = BOOTP_MIN_LEN;
1672 dump_packet (&outgoing);
1673 dump_raw ((unsigned char *)&raw, outgoing.packet_length)
1792 struct packet outgoing; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.h 102 vec<bitmap> m_outgoing; // BB: Outgoing ranges calculatable on edges
104 bitmap m_maybe_variant; // Names which might have outgoing ranges.
111 // calculated for them on outgoing edges from basic blocks. This represents
117 // returns true if the outgoing edge *may* be able to produce range
190 gimple_outgoing_range outgoing; // Edge values for COND_EXPR & SWITCH_EXPR. member in class:gori_compute
lra-spills.cc 709 rtx outgoing = crtl->return_rtx; local
711 if (! outgoing)
714 if (REG_P (outgoing))
715 return REGNO (outgoing) == regno;
716 else if (GET_CODE (outgoing) == PARALLEL)
720 for (i = 0; i < XVECLEN (outgoing, 0); i++)
722 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0);
function.cc 5332 diddle_return_value_1 (void (*doit) (rtx, void *), void *arg, rtx outgoing)
5334 if (! outgoing)
5337 if (REG_P (outgoing))
5338 (*doit) (outgoing, arg);
5339 else if (GET_CODE (outgoing) == PARALLEL)
5343 for (i = 0; i < XVECLEN (outgoing, 0); i++)
5345 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0);
5571 rtx outgoing;
5578 outgoing = targetm.calls.function_value (build_pointer_type (type),
5583 REG_FUNCTION_VALUE_P (outgoing) = 1
5552 rtx outgoing; local
    [all...]
omp-low.cc 7454 tree incoming, outgoing, v1, v2, v3;
7469 incoming = outgoing = var;
7507 incoming = outgoing = lookup_decl (orig, probe);
7533 outgoing = var;
7547 incoming = outgoing = (t ? t : orig);
7579 outgoing = build_simple_mem_ref (outgoing);
7635 gimplify_assign (unshare_expr (outgoing), teardown_call, &after_join);
7453 tree incoming, outgoing, v1, v2, v3; local
var-tracking.cc 630 rtx outgoing; variable
1232 = gen_rtx_SET (p->incoming, p->outgoing);
1235 = gen_rtx_CLOBBER (GET_MODE (p->outgoing),
1236 gen_raw_REG (GET_MODE (p->outgoing),
1237 REGNO (p->outgoing)));
9751 p.outgoing = incoming;
9756 rtx outgoing local
9767 p.outgoing = reg;
9768 XVECEXP (outgoing, 0, i)
9774 incoming = outgoing;
    [all...]
  /src/external/mit/libuv/dist/test/
test-tcp-close-accept.c 57 uv_stream_t* outgoing; local
77 outgoing = (uv_stream_t*) &tcp_outgoing[i];
78 ASSERT_OK(uv_write(&write_reqs[i], outgoing, &buf, 1, write_cb));
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.h 108 vec<bitmap> m_outgoing; // BB: Outgoing ranges calculable on edges
110 bitmap m_maybe_variant; // Names which might have outgoing ranges.
117 // calculated for them on outgoing edges from basic blocks. This represents
123 // returns true if the outgoing edge *may* be able to produce range
206 gimple_outgoing_range outgoing; // Edge values for COND_EXPR & SWITCH_EXPR. member in class:gori_compute
216 // Fill ssa-cache R with any outgoing ranges on edge E, using OGR and QUERY.
221 // Query if NAME has an outgoing range on edge E, and return it in R if so.
function.cc 5322 diddle_return_value_1 (void (*doit) (rtx, void *), void *arg, rtx outgoing)
5324 if (! outgoing)
5327 if (REG_P (outgoing))
5328 (*doit) (outgoing, arg);
5329 else if (GET_CODE (outgoing) == PARALLEL)
5333 for (i = 0; i < XVECLEN (outgoing, 0); i++)
5335 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0);
5561 rtx outgoing;
5568 outgoing = targetm.calls.function_value (build_pointer_type (type),
5573 REG_FUNCTION_VALUE_P (outgoing) = 1
5542 rtx outgoing; local
    [all...]
omp-low.cc 7412 tree incoming, outgoing, v1, v2, v3;
7427 incoming = outgoing = var;
7465 incoming = outgoing = lookup_decl (orig, probe);
7491 outgoing = var;
7505 incoming = outgoing = (t ? t : orig);
7537 outgoing = build_simple_mem_ref (outgoing);
7593 gimplify_assign (unshare_expr (outgoing), teardown_call, &after_join);
7411 tree incoming, outgoing, v1, v2, v3; local
var-tracking.cc 624 rtx outgoing; variable
1226 = gen_rtx_SET (p->incoming, p->outgoing);
1229 = gen_rtx_CLOBBER (GET_MODE (p->outgoing),
1230 gen_raw_REG (GET_MODE (p->outgoing),
1231 REGNO (p->outgoing)));
9734 p.outgoing = incoming;
9739 rtx outgoing local
9750 p.outgoing = reg;
9751 XVECEXP (outgoing, 0, i)
9757 incoming = outgoing;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 122 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); local
123 assert(outgoing && "expression emission cleared block!");
137 if (incoming != outgoing && outgoing->use_empty()) {
138 outgoing->eraseFromParent();
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 1163 /* Whether we're processing an outgoing function call. */
1164 bool outgoing;
1821 /* Better to allocate once the maximum space for outgoing args in the
1157 bool outgoing; member in struct:sh_args
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 1163 /* Whether we're processing an outgoing function call. */
1164 bool outgoing;
1821 /* Better to allocate once the maximum space for outgoing args in the
1157 bool outgoing; member in struct:sh_args

Completed in 92 milliseconds