/freebsd/libexec/phttpget/ |
H A D | phttpget.c | 308 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 D | phttpget.8 | 30 .Nd retrieve multiple files via pipelined HTTP 38 utility is a minimalist pipelined HTTP client,
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mxicy,nand-ecc-engine.yaml | 56 /* Pipelined configuration */
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | log2f.c | 69 /* Pipelined polynomial evaluation to approximate log1p(r)/ln2. */ in log2f()
|
H A D | logf.c | 69 /* Pipelined polynomial evaluation to approximate log1p(r). */ in logf()
|
H A D | pow.c | 78 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log_inline() 229 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
|
H A D | log2.c | 124 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log2()
|
H A D | exp2.c | 119 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp2()
|
H A D | exp.c | 137 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
|
H A D | powf.c | 53 /* Pipelined polynomial evaluation to approximate log1p(r)/ln2. */ in log2_inline()
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | logf.c | 69 /* Pipelined polynomial evaluation to approximate log1p(r). */ in optr_aor_log_f32()
|
H A D | log10f.c | 79 /* Pipelined polynomial evaluation to approximate log1p(r). */ in log10f()
|
H A D | finite_pow.h | 75 /* Evaluation is optimized assuming superscalar pipelined execution. */ in log_inline() 187 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
|
H A D | exp.c | 137 /* Evaluation is optimized assuming superscalar pipelined execution. */ in exp_inline()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IRPrinter/ |
H A D | IRPrintingPasses.h | 12 /// executed. The PrintFunctionPass class is designed to be pipelined with
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedRocket.td | 169 // 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 D | mediatek,spi-mtk-snfi.yaml | 17 in single, dual or quad IO mode with pipelined ECC encoding/decoding
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 118 // 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 D | memcpy-sve.S | 47 Large copies use a software pipelined loop processing 64 bytes per iteration.
|
H A D | memcpy-advsimd.S | 48 Large copies use a software pipelined loop processing 64 bytes per iteration.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleR52.td | 14 // 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 D | ARMScheduleM4.td | 16 let LoadLatency = 2; // Latency when not pipelined, not pc-relative
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 48 synchronous pipelined devices, where the address
|
/freebsd/sys/dev/e1000/ |
H A D | em_txrx.c | 224 * 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 D | ModuloSchedule.h | 29 // iterations and pipelined loop iterations. An example (unrolled) pipeline 331 /// Converts BB from the original loop body to the rewritten, pipelined
|