Home
last modified time | relevance | path

Searched full:pipelined (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/libexec/phttpget/
H A Dphttpget.c308 int pipelined = 0; /* != 0 if connection in pipelined mode. */ in main() local
389 * If in pipelined HTTP mode, put socket into non-blocking in main()
393 if (pipelined) { in main()
400 while ((nreq < argc) && ((reqbuf == NULL) || pipelined)) { in main()
408 /* If in pipelined mode, try to send the request */ in main()
409 if (pipelined) { in main()
430 if (pipelined) { in main()
484 pipelined = 1; in main()
514 pipelined = 0; in main()
662 pipelined = 0; in main()
[all …]
H A Dphttpget.830 .Nd retrieve multiple files via pipelined HTTP
38 utility is a minimalist pipelined HTTP client,
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmxicy,nand-ecc-engine.yaml56 /* Pipelined configuration */
/freebsd/contrib/arm-optimized-routines/math/
H A Dlog2f.c69 /* Pipelined polynomial evaluation to approximate log1p(r)/ln2. */ in log2f()
H A Dlogf.c69 /* Pipelined polynomial evaluation to approximate log1p(r). */ in logf()
H A Dpow.c78 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log_inline()
229 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
H A Dlog2.c124 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log2()
H A Dexp2.c119 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp2()
H A Dexp.c137 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
H A Dpowf.c53 /* Pipelined polynomial evaluation to approximate log1p(r)/ln2. */ in log2_inline()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dlogf.c69 /* Pipelined polynomial evaluation to approximate log1p(r). */ in optr_aor_log_f32()
H A Dlog10f.c79 /* Pipelined polynomial evaluation to approximate log1p(r). */ in log10f()
H A Dfinite_pow.h75 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log_inline()
187 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
H A Dexp.c137 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
/freebsd/contrib/llvm-project/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h12 /// executed. The PrintFunctionPass class is designed to be pipelined with
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td169 // FP division unit on Rocket is not pipelined, so set resource cycles to latency.
175 // FP square root unit on Rocket is not pipelined, so set resource cycles to latency.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dmediatek,spi-mtk-snfi.yaml17 in single, dual or quad IO mode with pipelined ECC encoding/decoding
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp118 // in each stage of the pipelined loop. in generatePipelinedLoop()
135 // Rearrange the instructions to generate the new, pipelined loop, in generatePipelinedLoop()
366 /// Generate Phis for the specific block in the generated pipelined code.
563 // We define the Phis after creating the new pipelined code, so in generateExistingPhis()
604 /// Generate Phis for the specified block in the generated pipelined code.
606 /// use in the pipelined sequence.
996 /// Clone the instruction for the new pipelined loop and update the
1006 /// Clone the instruction for the new pipelined loop. If needed, this
1542 /// Describes an operand in the kernel of a pipelined loop. Characteristics of
2174 /// Generate a pipelined loop that is unrolled by using MVE algorithm and any
[all …]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcpy-sve.S47 Large copies use a software pipelined loop processing 64 bytes per iteration.
H A Dmemcpy-advsimd.S48 Large copies use a software pipelined loop processing 64 bytes per iteration.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleR52.td14 // The Cortex-R52 is an in-order pipelined superscalar microprocessor with
16 // There are two ALUs, one LDST, one MUL and a non-pipelined integer DIV.
75 let Latency = 8; let ReleaseAtCycles = [8]; // non-pipelined
110 let ReleaseAtCycles = [7]; // is not pipelined
148 let Latency = 8; let ReleaseAtCycles = [8]; // not pipelined
H A DARMScheduleM4.td16 let LoadLatency = 2; // Latency when not pipelined, not pc-relative
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt48 synchronous pipelined devices, where the address
/freebsd/sys/dev/e1000/
H A Dem_txrx.c224 * in which the controller supports pipelined requests from the
225 * Tx data DMA. Up to four requests can be pipelined, and they may
231 * a new context effectively disables pipelined Tx data DMA which
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h29 // iterations and pipelined loop iterations. An example (unrolled) pipeline
331 /// Converts BB from the original loop body to the rewritten, pipelined

123