| /freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ |
| H A D | ratelimit.test | 19 echo "> Three parallel queries" 20 # For this test we send three parallel queries and we expect only one of them 44 echo "Number of ratelimited queries OK for three parallel queries" 46 echo "Number of ratelimited queries not OK for three parallel queries" 50 echo "Number of ratelimited queries not OK for three parallel queries" 63 echo "> Three parallel queries with ratelimit-factor" 64 # For this test we send three parallel queries and we expect at least two of 110 echo "> Three parallel queries with backoff" 112 # for that second. Then for the next second we again send three parallel 147 echo "three parallel queries with backoff OK" [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | img,parallel-out.txt | 5 - compatible : Compatible list, must contain "img,parallel-out". 22 - resets: Contains a phandle to the parallel out reset signal 28 - interrupts : Contains the parallel out interrupt, if present 32 parallel_out: parallel-out@18100c00 { 33 compatible = "img,parallel-out";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov5640.txt | 1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor 25 OV5640 can be connected to a MIPI CSI-2 bus or a parallel bus endpoint. 32 Endpoint node required properties for parallel connection are: 34 - bus-width: shall be set to <8> for 8 bits parallel bus 35 or <10> for 10 bits parallel bus 36 - data-shift: shall be set to <2> for 8 bits parallel bus 37 (lines 9:2 are used) or <0> for 10 bits parallel bus
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 25 namespace parallel { 243 if (parallel::strategy.ThreadsRequested != 1) { 244 parallel::detail::parallel_sort(Start, End, Comp); 254 if (parallel::strategy.ThreadsRequested != 1) { in parallelForEach() 255 parallel::detail::parallel_for_each(Begin, End, Fn); in parallelForEach() 265 if (parallel::strategy.ThreadsRequested != 1) { in parallelForEachN() 266 parallel::detail::parallel_for_each_n(Begin, End, Fn); in parallelForEachN() 280 if (parallel::strategy.ThreadsRequested != 1) { in parallelTransformReduce() 281 return parallel::detail::parallel_transform_reduce(Begin, End, Init, Reduce, in parallelTransformReduce()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | stih407-c8sectpfe.txt | 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) 43 - serial-not-parallel : Bool property to configure input bus width (serial on ts_data<7>). 65 "tsin0-parallel", 75 serial-not-parallel; 83 serial-not-parallel;
|
| H A D | samsung-fimc.txt | 93 'parallel-ports' node 96 This node should contain child 'port' nodes specifying active parallel video 109 I2C0) nodes and linked to a port node in the csis or the parallel-ports node, 172 /* parallel camera ports */ 173 parallel-ports {
|
| H A D | imx.txt | 33 controller's 32-bit output image bus onto four 16-bit parallel busses 47 through 4 are output ports connecting with parallel
|
| H A D | renesas,vin.yaml | 17 Each VIN instance has a single parallel input that supports RGB and YUV video, 72 A node containing a parallel input with a single endpoint definitions as 133 Input port node, single endpoint describing a parallel input source. 360 # Device node example for Gen3 platform with CSI-2 and parallel
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 346 def OMP_Parallel : Directive<"parallel"> { 598 def OMP_TargetParallel : Directive<"target parallel"> { 685 def OMP_ParallelFor : Directive<"parallel for"> { 705 def OMP_ParallelDo : Directive<"parallel do"> { 1195 Directive<"teams distribute parallel for simd"> { 1221 Directive<"teams distribute parallel do simd"> { 1249 Directive<"teams distribute parallel for"> { 1271 Directive<"teams distribute parallel do"> { 1374 Directive<"target teams distribute parallel do"> { 1539 Directive<"parallel master taskloop"> { [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | gemini-wbd111.dts | 46 /* Conflict with TVC and extended parallel flash */ 52 /* Conflict with TVC and extended parallel flash */ 58 /* Conflict with TVC and extended parallel flash */ 64 /* Conflict with TVC and extended parallel flash */
|
| H A D | gemini-wbd222.dts | 45 /* Conflict with TVC and extended parallel flash */ 51 /* Conflict with TVC and extended parallel flash */ 57 /* Conflict with TVC and extended parallel flash */ 63 /* Conflict with TVC and extended parallel flash */
|
| H A D | stihxxx-b2120.dtsi | 169 "tsin0-parallel", 179 serial-not-parallel;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-pca-platform.txt | 4 parallel-bus microcontrollers/microprocessors and the serial I2C-bus 5 and allows the parallel bus system to communicate bi-directionally
|
| /freebsd-13.1/usr.bin/paste/ |
| H A D | paste.c | 65 static int parallel(char **); 119 rval = parallel(argv); in main() 131 parallel(char **argv) in parallel() function
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | thine,thc63lvd1024.yaml | 15 streams to parallel data outputs. The chip supports single/dual input/output 56 description: First digital CMOS/TTL parallel output 60 description: Second digital CMOS/TTL parallel output
|
| H A D | lvds-codec.yaml | 62 For LVDS encoders, port 0 is the parallel input 69 For LVDS decoders, port 1 is the parallel output
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | mxs-usb-phy.txt | 18 high-speed trimming resistor connected in parallel with the 45 ohm resistor 21 high-speed trimming resistor connected in parallel with the 45 ohm resistor
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 20 llvm::ThreadPoolStrategy llvm::parallel::strategy; 25 namespace parallel { namespace
|
| /freebsd-13.1/contrib/kyua/cli/ |
| H A D | cmd_test.cpp | 154 const bool parallel = (user_config.lookup< config::positive_int_node >( in run() local 157 print_hooks hooks(ui, parallel); in run()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mux/ |
| H A D | adi,adg792a.txt | 5 - #mux-control-cells : <0> if parallel (the three muxes are bound together 53 * Three parallel muxes with one mux controller, useful e.g. if
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | convex | 43 >88 belong &0x00040000 parallel 63 >88 belong &0x00040000 parallel
|
| /freebsd-13.1/sys/contrib/libsodium/ |
| H A D | appveyor.yml | 23 parallel: true
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | amigaone.dts | 143 parallel@378 { 144 device_type = "parallel";
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_split_send_fragment.pod | 38 each one encrypted independently and in parallel. Note: this will only work in 56 used (i.e. normal non-parallel operation). The number of pipelines set must be 84 have been created in the non-parallel case, although the data will be 85 apportioned differently. In the parallel case data will be spread equally
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | micrel-ks8851.txt | 4 - compatible = "micrel,ks8851-mll" of parallel interface
|