HomeSort by: relevance | last modified time | path
    Searched defs:incoming (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ct.h 59 struct list_head incoming; /* incoming requests */ member in struct:intel_guc_ct::__anon5003
60 struct work_struct worker; /* handler for incoming requests */
  /src/external/mit/libuv/dist/test/
test-tcp-try-write-error.c 31 static uv_tcp_t incoming; variable
65 ASSERT_OK(uv_tcp_init(tcp->loop, &incoming));
66 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming));
69 uv_close((uv_handle_t*) &incoming, incoming_close_cb);
test-tcp-alloc-cb-fail.c 31 static uv_tcp_t incoming; variable
59 uv_close((uv_handle_t*) &incoming, close_cb);
80 ASSERT_OK(uv_tcp_init(tcp->loop, &incoming));
81 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming));
82 ASSERT_OK(uv_read_start((uv_stream_t*) &incoming,
test-pipe-sendmsg.c 38 static uv_pipe_t incoming[4]; variable
88 ASSERT_LT(incoming_count, ARRAY_SIZE(incoming));
89 inc = &incoming[incoming_count++];
94 if (incoming_count != ARRAY_SIZE(incoming))
99 for (i = 0; i < ARRAY_SIZE(incoming); i++)
100 uv_close((uv_handle_t*) &incoming[i], close_cb);
111 int send_fds[ARRAY_SIZE(incoming)];
157 ASSERT_EQ(ARRAY_SIZE(incoming), incoming_count);
158 ASSERT_EQ(ARRAY_SIZE(incoming) + 1, close_called);
test-tcp-close-accept.c 63 * Time to finish the test: close both the check and pending incoming
119 uv_tcp_t* incoming; local
128 incoming = &tcp_incoming[got_connections++];
129 ASSERT_OK(uv_tcp_init(server->loop, incoming));
130 ASSERT_OK(uv_accept(server, (uv_stream_t*) incoming));
137 incoming = &tcp_incoming[i];
138 ASSERT_OK(uv_read_start((uv_stream_t*) incoming, alloc_cb, read_cb));
160 * receive stale event of second incoming and invoke `connect_cb` with zero
test-tcp-try-write.c 33 static uv_tcp_t incoming; variable
92 ASSERT_OK(uv_tcp_init(tcp->loop, &incoming));
93 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming));
96 ASSERT_OK(uv_read_start((uv_stream_t*) &incoming, alloc_cb, read_cb));
test-tcp-write-in-a-row.c 31 static uv_tcp_t incoming; variable
55 uv_close((uv_handle_t*) &incoming, close_cb);
99 ASSERT_OK(uv_tcp_init(tcp->loop, &incoming));
100 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming));
101 ASSERT_OK(uv_read_start((uv_stream_t*) &incoming, alloc_cb, read_cb));
test-tcp-write-queue-order.c 34 static uv_tcp_t incoming; variable
52 uv_close((uv_handle_t*) &incoming, close_cb);
89 ASSERT_OK(uv_tcp_init(tcp->loop, &incoming));
90 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 67 Value *incoming = P.getIncomingValueForBlock(ExitingBlocks[0]); local
69 // Make sure all exiting blocks produce the same incoming value for the
70 // block. If there are different incoming values for different exiting
75 return incoming == P.getIncomingValueForBlock(BB);
81 if (Instruction *I = dyn_cast<Instruction>(incoming))
193 // We need to forget the loop before setting the incoming values of the exit
197 // Set incoming value to undef for phi nodes in the exit block.
  /src/external/gpl3/binutils/dist/gprofng/src/
HeapMap.cc 76 HeapObj *incoming = getHeapObj (); local
77 incoming->addr = addr;
78 incoming->val = val;
79 incoming->next = NULL;
87 chain[ichain] = incoming;
97 if ((next == NULL) || (next->addr < incoming->addr))
100 incoming->next = next;
102 chain[ichain] = incoming;
104 prev->next = incoming;
107 if (next->addr == incoming->addr
191 HeapObj *incoming = getHeapObj (); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
HeapMap.cc 76 HeapObj *incoming = getHeapObj (); local
77 incoming->addr = addr;
78 incoming->val = val;
79 incoming->next = NULL;
87 chain[ichain] = incoming;
97 if ((next == NULL) || (next->addr < incoming->addr))
100 incoming->next = next;
102 chain[ichain] = incoming;
104 prev->next = incoming;
107 if (next->addr == incoming->addr
191 HeapObj *incoming = getHeapObj (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
hw-doloop.h 49 vec<edge, va_gc> *incoming; variable
52 handle two cases: all incoming edges have the same destination
53 block, or all incoming edges have the same source block. These
regrename.cc 576 struct incoming_reg_info incoming[FIRST_PSEUDO_REGISTER]; member in class:bb_rename_info
612 struct incoming_reg_info *iri = p->incoming + i;
622 struct incoming_reg_info *iri = p->incoming + i;
627 fprintf (dump_file, "opening incoming chain\n");
634 /* Record in RI that the block corresponding to it has an incoming
640 int incoming_nregs = ri->incoming[chain->regno].nregs;
653 the incoming array. */
656 if (ri->incoming[chain->regno + nregs].nregs != 0
657 || ri->incoming[chain->regno + nregs].unusable)
662 ri->incoming[chain->regno].nregs = nregs
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hw-doloop.h 49 vec<edge, va_gc> *incoming; variable
52 handle two cases: all incoming edges have the same destination
53 block, or all incoming edges have the same source block. These
regrename.cc 576 struct incoming_reg_info incoming[FIRST_PSEUDO_REGISTER]; member in class:bb_rename_info
612 struct incoming_reg_info *iri = p->incoming + i;
622 struct incoming_reg_info *iri = p->incoming + i;
627 fprintf (dump_file, "opening incoming chain\n");
634 /* Record in RI that the block corresponding to it has an incoming
640 int incoming_nregs = ri->incoming[chain->regno].nregs;
653 the incoming array. */
656 if (ri->incoming[chain->regno + nregs].nregs != 0
657 || ri->incoming[chain->regno + nregs].unusable)
662 ri->incoming[chain->regno].nregs = nregs
    [all...]
  /src/usr.sbin/syslogd/
tls.h 116 * incoming and outgoing connections:
119 * - for incoming connections it is not used for checking, instead
129 incoming:1, /* set if we are server */ member in struct:tls_conn_settings
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 308 GCOVArc *incoming = nullptr; member in class:llvm::GCOVBlock
  /src/external/gpl3/gdb/dist/readline/readline/
text.c 720 char incoming[MB_LEN_MAX + 1]; local
741 memcpy (incoming, pending_bytes, pending_bytes_length);
742 incoming[pending_bytes_length] = '\0';
749 incoming[0] = c;
750 incoming[1] = '\0';
758 incoming[0] = c;
759 incoming[1] = '\0';
788 incoming[0] = pending_bytes[0];
789 incoming[1] = '\0';
800 incoming[0] = '\0'
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
text.c 714 char incoming[MB_LEN_MAX + 1]; local
726 incoming[0] = c;
727 incoming[1] = '\0';
732 incoming[0] = c;
733 incoming[1] = '\0';
762 incoming[0] = pending_bytes[0];
763 incoming[1] = '\0';
773 incoming[0] = '\0';
782 incoming[0] = pending_bytes[0];
783 incoming[incoming_length = 1] = '\0'
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 117 llvm::BasicBlock *incoming = Builder.GetInsertBlock(); local
118 assert(incoming && "expression emission must have an insertion point");
132 // However, we must be careful not to do this to our incoming
137 if (incoming != outgoing && outgoing->use_empty()) {
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.h 417 incoming return address at the beginning of any function, before the
575 The INCOMING field tracks whether this is an "incoming" or
584 struct hppa_args {int words, nargs_prototype, incoming, indirect; };
594 (CUM).incoming = 0, \
609 (CUM).incoming = 1, \
580 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.h 408 the RTL, as either incoming or outgoing arguments. */
482 indicate whether these are incoming arguments. (FUNCTION_INCOMING_ARG
483 is used for both incoming and outgoing args, so a separate flag is
488 int incoming;
509 any incoming argument values. */
487 int incoming; member in struct:xtensa_args
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.h 418 incoming return address at the beginning of any function, before the
573 The INCOMING field tracks whether this is an "incoming" or
582 struct hppa_args {int words, nargs_prototype, incoming, indirect; };
592 (CUM).incoming = 0, \
607 (CUM).incoming = 1, \
578 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.h 253 enough to consider conflicts with incoming arguments. If an
254 incoming argument in a2 is live throughout the function and
255 local-alloc decides to use a2, then the incoming argument must
259 registers are used first with the exception that the incoming
433 the RTL, as either incoming or outgoing arguments. */
506 indicate whether these are incoming arguments. (FUNCTION_INCOMING_ARG
507 is used for both incoming and outgoing args, so a separate flag is
512 int incoming;
533 any incoming argument values. */
511 int incoming; member in struct:xtensa_args
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1996 (** [incoming pn] returns the list of value-block pairs for phi node [pn].
1998 val incoming : llvalue -> (llvalue * llbasicblock) list var
2566 (** [build_phi incoming name b] creates a
2567 [%name = phi %incoming]
2569 [incoming] is a list of [(llvalue, llbasicblock)] tuples.

Completed in 71 milliseconds

1 2