Searched refs:pipeline (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/groff/
H A DMakefile.sub5 OBJS=groff.$(OBJEXT) pipeline.$(OBJEXT)
7 CSRCS=$(srcdir)/pipeline.c
8 HDRS=$(srcdir)/pipeline.h
/freebsd-11-stable/gnu/usr.bin/groff/src/roff/groff/
H A DMakefile4 SRCS= groff.cpp pipeline.c
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h41 PipelinePrinter(Pipeline &pipeline) : P(pipeline) {} argument
/freebsd-11-stable/sbin/hastd/
H A Dhast_proto.c71 static struct hast_pipe_stage pipeline[] = { variable in typeref:struct:hast_pipe_stage
101 for (ii = 0; ii < sizeof(pipeline) / sizeof(pipeline[0]);
103 (void)pipeline[ii].hps_send(res, nv, &dptr, &size,
203 for (ii = sizeof(pipeline) / sizeof(pipeline[0]); ii > 0;
205 ret = pipeline[ii - 1].hps_recv(res, nv, &dptr,
/freebsd-11-stable/usr.bin/man/
H A Dman.sh306 local IFS pipeline testline
343 pipeline="mandoc -Tps $mandoc_args"
345 pipeline="mandoc $mandoc_args | $MANPAGER"
361 decho "Command: $cattool $manpage | $pipeline"
364 eval "$cattool $manpage | $pipeline"
373 local IFS l nroff_dev pipeline preproc_arg tool
377 # setup the pipeline of commands based on the user's request.
431 e) pipeline="$pipeline | $EQN" ;;
433 p) pipeline
[all...]
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c248 juggle(int fd1, int fd2, int pipeline) argument
258 for (j = 0; j < pipeline; j++) {
263 for (j = 0; j < pipeline; j++) {
271 for (j = 0; j < pipeline; j++) {
330 thread_juggle(int fd1, int fd2, int pipeline) argument
336 threaded_pipeline = pipeline;
359 for (j = 0; j < pipeline; j++) {
364 for (j = 0; j < pipeline; j++) {
389 process_juggle(int fd1, int fd2, int pipeline) argument
410 for (j = 0; j < pipeline;
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S21 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
H A Daes-armv4.S28 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh2.c51 _PROTOTYPE(static struct op *pipeline, (int cf ));
95 pipeline(cf) function
123 t = pipeline(0);
126 if ((p = pipeline(CONTIN)) == NULL)
/freebsd-11-stable/bin/sh/
H A Dparser.c114 static union node *pipeline(void);
347 n = pipeline();
357 n = makebinary(t, n, pipeline());
364 pipeline(void) function
372 TRACE(("pipeline: entered\n"));
391 lp->n = pipeline();
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c419 * I/O parent/child relationships and pipeline interlocks
642 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline)
687 pipeline |= ZIO_GANG_STAGES;
703 zio->io_orig_pipeline = zio->io_pipeline = pipeline;
1158 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE; local
1178 pipeline |= ZIO_STAGE_CHECKSUM_VERIFY;
1185 pipeline &= ~ZIO_STAGE_VDEV_IO_DONE;
1223 ZIO_STAGE_VDEV_IO_START >> 1, pipeline);
1411 * wait for them and then repeat this pipeline stage.
1586 * Execute the I/O pipeline
638 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, abd_t *data, uint64_t lsize, uint64_t psize, zio_done_func_t *done, void *private, zio_type_t type, zio_priority_t priority, enum zio_flag flags, vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument
1745 enum zio_stage pipeline = zio->io_pipeline; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl49 # code below has the following pipeline diagram:
126 # particular, note that the first stage of the pipeline is
402 We must perform the first phase of the pipeline explicitly since
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl49 # pipeline flush, which takes 6 cycles:-(
516 // Pair of mmi; splits on Itanium 1 and prevents pipeline flush
533 // Pair of mmi; splits on Itanium 1 and prevents pipeline flush
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl142 add Hhi=1,Xi };; // pipeline flush on Itanium
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl237 // in latter case accounts for two-tick pipeline stall, which means

Completed in 292 milliseconds