Searched refs:incoming (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/usr.bin/svn/lib/libserf/
H A DMakefile12 headers_buckets.c incoming.c iovec_buckets.c limit_buckets.c \
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileEstimatorPass.cpp113 // weight of the incoming edges must be equal the block weight which must in
128 // To get the block weight, read all incoming edges.
178 // There is at least one incoming backedge that will bring us this flow later
181 double incoming = BBWeight; local
193 incoming -= MinimalWeight[*ei];
197 incoming -= w;
218 double fraction = floor(incoming/Edges.size());
224 incoming -= fraction;
226 w = incoming;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp92 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); local
94 // Make sure all exiting blocks produce the same incoming value for the exit
95 // block. If there are different incoming values for different exiting
99 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i]))
103 if (Instruction *I = dyn_cast<Instruction>(incoming))
/freebsd-10.0-release/contrib/libreadline/
H A Dtext.c631 char incoming[MB_LEN_MAX + 1]; local
643 incoming[0] = c;
644 incoming[1] = '\0';
673 incoming[0] = pending_bytes[0];
674 incoming[1] = '\0';
684 incoming[0] = '\0';
694 memcpy (incoming, pending_bytes, pending_bytes_length);
695 incoming[pending_bytes_length] = '\0';
713 strncpy (string + i, incoming, incoming_length);
742 strncpy (string + i, incoming, incoming_lengt
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c123 been modified to combine it with incoming mergeinfo from the
385 const svn_string_t *incoming,
392 SVN_ERR_ASSERT_NO_RETURN(incoming != NULL);
397 SVN_ERR_ASSERT_NO_RETURN(!svn_string_compare(mine, incoming));
418 if (incoming == NULL)
473 from the INCOMING_BASE; otherwise, the incoming change would have
485 "with the incoming change.\n"),
554 const svn_string_t *incoming;
572 incoming = maybe_prop_value(skel->next->next->next, scratch_pool);
575 buf = generate_conflict_message(propname, original, mine, incoming,
380 generate_conflict_message(const char *propname, const svn_string_t *original, const svn_string_t *mine, const svn_string_t *incoming, const svn_string_t *incoming_base, apr_pool_t *result_pool) argument
552 const svn_string_t *incoming; local
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c467 int incoming=0; local
529 incoming = 1;
532 incoming = !incoming;
535 if (incoming)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c397 ipfw_divert(struct mbuf **m0, int incoming, struct ipfw_rule_ref *rule, argument
483 ip_divert_ptr(clone, incoming);
/freebsd-10.0-release/contrib/gcc/
H A Dvar-tracking.c501 Return true when the adjustments on all incoming edges are consistent.
2769 rtx incoming = DECL_INCOMING_RTL (parm); local
2780 if (!decl_rtl || !incoming)
2783 if (GET_MODE (decl_rtl) == BLKmode || GET_MODE (incoming) == BLKmode)
2786 if (!vt_get_decl_and_offset (incoming, &decl, &offset))
2797 if (REG_P (incoming))
2799 gcc_assert (REGNO (incoming) < FIRST_PSEUDO_REGISTER);
2800 attrs_list_insert (&out->regs[REGNO (incoming)],
2801 parm, offset, incoming);
2802 set_variable_part (out, incoming, par
[all...]
H A Dtarget.h676 rtx (*struct_value_rtx) (tree fndecl, int incoming);
729 /* Return an rtx for the argument pointer incoming to the
H A Dconfigure10292 /* On some sparc systems, changes by the child to local and incoming
/freebsd-10.0-release/sys/netinet/
H A Dip_var.h288 IPFW_INFO_IN = 0x80000000, /* incoming, overloads dir */
306 extern void (*ip_divert_ptr)(struct mbuf *m, int incoming);
H A Dip_divert.c99 * incoming and sent to ip_input().
189 divert_packet(struct mbuf *m, int incoming) argument
227 * But only for incoming packets.
229 if (incoming) {
249 * Record the incoming interface name whenever we have one.
367 /* Reinject packet into the system as incoming or outgoing */
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c120 z_stream incoming; member in struct:__anon4946
1808 memcpy(&incoming_stream, &child_state.incoming,
1945 if (plen != sizeof(child_state.incoming))
1947 memcpy(&child_state.incoming, p, sizeof(child_state.incoming));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp100 llvm::BasicBlock *incoming = Builder.GetInsertBlock(); local
101 assert(incoming && "expression emission must have an insertion point");
115 // However, we must be careful not to do this to our incoming
120 if (incoming != outgoing && outgoing->use_empty()) {
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt123 to a set of dual-ranked 16 bit incoming and outgoing mailbox registers
127 register, that is a write to an (incoming, to the HBA) mailbox register,
138 use the incoming mailbox registers to interrupt and issue commands to
147 of asynchronous events (e.g., incoming commands in target mode).
407 may accept this incoming queue entry.
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c1257 assume the incoming expression is already legitimate. */
3985 int named, int incoming)
3987 int basereg = (incoming ? GR_ARG_FIRST : AR_ARG_FIRST);
9574 int incoming ATTRIBUTE_UNUSED)
3977 ia64_function_arg(CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, int named, int incoming) argument
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c5181 /* On incoming, we don't need to know that the value
5439 sparc_struct_value_rtx (tree fndecl, int incoming)
5447 if (incoming)
5457 if (incoming == 2
5427 sparc_struct_value_rtx(tree fndecl, int incoming) argument
/freebsd-10.0-release/contrib/bmake/
H A Dconfigure5214 /* On some sparc systems, changes by the child to local and incoming
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c4415 For incoming args we set the number of arguments in the prototype large
4420 rtx libname ATTRIBUTE_UNUSED, int incoming,
4439 if (incoming || cum->prototype)
5641 Normally, this macro will push all remaining incoming registers on the
15695 contains the incoming first argument. Assume that this argument
15697 in C++. This is the incoming argument *before* the function
15699 values of all other incoming arguments.
4408 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED, int incoming, int libcall, int n_named_args) argument
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dconfigure6925 /* On some sparc systems, changes by the child to local and incoming
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dconfigure6808 /* On some sparc systems, changes by the child to local and incoming
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c3216 of this code is to classify each 8bytes of incoming argument by the register
4294 ix86_struct_value_rtx (tree type, int incoming ATTRIBUTE_UNUSED)

Completed in 350 milliseconds