Searched refs:sink (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dclean_exit.c33 if (request->sink)
34 request->sink(request->fd);
H A Dptx.c77 if (request->sink != 0)
78 request->sink = ptx_sink;
H A Deval.c50 if (request->sink == 0 && request->client->sin && request->server->sin)
H A Dtli-sequent.c138 request->sink = tli_sink;
H A Dtcpd.h41 void (*sink) (int); /* datagram sink function or 0 */ member in struct:request_info
H A Dtli.c161 request->sink = tli_sink;
H A Dsocket.c105 request->sink = sock_sink;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp209 kmp_depnode_t *sink,
213 // do not use sink->dn.task as that is only filled after the dependencies
218 task_source->td_ident->psource, sink->dn.id,
222 /* OMPT tracks dependences between task (a=source, b=sink) in which
267 kmp_depnode_t *sink) {
268 if (!sink)
271 if (sink->dn.task) {
272 // synchronously add source to sink' list of successors
273 KMP_ACQUIRE_DEPNODE(gtid, sink);
274 if (sink
208 __kmp_track_dependence(kmp_depnode_t *source, kmp_depnode_t *sink, kmp_task_t *sink_task) argument
263 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *source, kmp_depnode_t *sink) argument
[all...]
/freebsd-11-stable/bin/rcp/
H A Drcp.c97 void sink(int, char *[]);
181 sink(argc, argv);
344 sink(1, argv + argc - 1);
490 sink(int argc, char *argv[]) function
627 sink(1, vect);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c49 void sink (int, char *[]);
123 sink(argc, argv);
270 sink(1, argv + argc - 1);
413 sink(int argc, char **argv) function
551 sink(1, vect);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Dndis_events.c25 IWbemObjectSink sink; member in struct:ndis_events_data
441 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink);
442 IWbemObjectSink_Release(&events->sink);
711 wpa_printf(MSG_ERROR, "Could not allocate sink for events.");
781 pSink = &events->sink;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl90 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
137 # +0 output sink
138 # +16 input sink [original %rsp and $num]
193 lea 16(%rsp),$sink # sink pointer
195 sub $offset,$sink
214 cmovge $sink,@inptr[$i] # cancel input
215 cmovg $sink,@outptr[$i] # sink output
396 # +0 output sink
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dscp.c364 void sink(int, char *[]);
511 sink(argc, argv);
751 sink(1, argv + argc - 1);
919 sink(int argc, char **argv) function
1092 sink(1, vect);
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest.cc28 // source and sink. The purpose of this test is to determine the
29 // latency between two hosts, the source and the sink. The programs
31 // the sink both record the time on their own machine and then the
32 // sink will correlate the data at the end of the run.
96 int sink(char *interface, struct in_addr *group, int pkt_size, int number, function
231 // server receives packets sent back from the sink
516 sink(interface, group, pkt_size, number, clients, client,
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c138 int16_t *sink; /* channel buffer pointer */ member in struct:agg_rchinfo
1093 ch->sink + 2*last, ch->buflen/2 - last);
1095 ch->sink, cur);
1098 ch->sink + 2*last, cur - last);
1130 mixdown(ch->src + last, ch->sink + last, ch->buflen - last);
1131 mixdown(ch->src, ch->sink, cur);
1133 mixdown(ch->src + last, ch->sink + last, cur - last);
1511 ch->sink = (int16_t *)p;
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp19 // we can hoist it or sink it like any other instruction.
143 static bool sink(Instruction &I, LoopInfo *LI, DominatorTree *DT,
385 // us to sink instructions in one pass, without iteration. After sinking
401 // Don't sink stores from loops without dedicated block exits. Exits
495 /// definitions, allowing us to sink a loop body in one pass without iteration.
528 // If the instruction is dead, we would try to sink it because it isn't
539 // Check to see if we can sink this instruction to the exit blocks
549 if (sink(I, LI, DT, CurLoop, SafetyInfo, MSSAU, ORE)) {
1034 /// sink a given instruction out of a loop. Does not address legality
1100 return false; // Don't sink/hois
1574 static bool sink(Instruction &I, LoopInfo *LI, DominatorTree *DT, function
[all...]
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1023 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
1960 tree-ssa-sink.o : tree-ssa-sink.c $(TREE_FLOW_H) $(CONFIG_H) \

Completed in 319 milliseconds