/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE5500.td | 75 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26 81 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16 86 [11], // Latency = 7, Repeat rate = 1 90 [11, 2, 2], // Latency = 7, Repeat rate = 7 95 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4 101 [8, 2, 2], // Latency = 4, Repeat rate = 1 107 [8, 2, 2], // Latency = 4, Repeat rate = 1 113 [8, 2, 2], // Latency = 4 or 5, Repeat = 2 123 [6, 2, 2], // Latency = 2, Repeat rate = 2 128 [5, 2, 2], // Latency = 1, Repeat rate = 1 [all …]
|
D | PPCScheduleE500.td | 66 [17, 1, 1], // Latency=4..35, Repeat= 4..35 71 [7, 1, 1], // Latency = 4, Repeat rate = 1 76 [7, 1, 1], // Latency = 4, Repeat rate = 1 81 [7, 1, 1], // Latency = 4, Repeat rate = 1 96 [5, 1], // Latency = 2, Repeat rate = 2 117 [6, 1], // Latency = 3, Repeat rate = 1 177 [6, 1, 1], // Latency = 3, Repeat rate = 3 192 [5, 1], // Latency = 2, Repeat rate = 4 210 [7, 1], // Latency = 4, Repeat rate = 4 214 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
D | PPCScheduleE500mc.td | 71 [17, 1, 1], // Latency=4..35, Repeat= 4..35 84 [7, 1, 1], // Latency = 4, Repeat rate = 1 89 [7, 1, 1], // Latency = 4, Repeat rate = 1 94 [7, 1, 1], // Latency = 4, Repeat rate = 1 109 [5, 1], // Latency = 2, Repeat rate = 2 130 [6, 1], // Latency = 3, Repeat rate = 1 221 [6, 1, 1], // Latency = 3, Repeat rate = 3 236 [5, 1], // Latency = 2, Repeat rate = 4 254 [7, 1], // Latency = 4, Repeat rate = 4 258 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE5500.td | 75 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26 81 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16 86 [11], // Latency = 7, Repeat rate = 1 90 [11, 2, 2], // Latency = 7, Repeat rate = 7 95 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4 101 [8, 2, 2], // Latency = 4, Repeat rate = 1 107 [8, 2, 2], // Latency = 4, Repeat rate = 1 113 [8, 2, 2], // Latency = 4 or 5, Repeat = 2 123 [6, 2, 2], // Latency = 2, Repeat rate = 2 128 [5, 2, 2], // Latency = 1, Repeat rate = 1 [all …]
|
D | PPCScheduleE500mc.td | 71 [17, 1, 1], // Latency=4..35, Repeat= 4..35 84 [7, 1, 1], // Latency = 4, Repeat rate = 1 89 [7, 1, 1], // Latency = 4, Repeat rate = 1 94 [7, 1, 1], // Latency = 4, Repeat rate = 1 109 [5, 1], // Latency = 2, Repeat rate = 2 130 [6, 1], // Latency = 3, Repeat rate = 1 221 [6, 1, 1], // Latency = 3, Repeat rate = 3 236 [5, 1], // Latency = 2, Repeat rate = 4 254 [7, 1], // Latency = 4, Repeat rate = 4 258 [4, 1], // Latency = 1, Repeat rate = 1 [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-repeat.hpp | 94 class Repeat = rxo::detail::repeat::infinite<SourceValue, rxu::decay_t<Observable>>, 95 class Value = rxu::value_type_t<Repeat>, 96 class Result = observable<Value, Repeat>> 98 return Result(Repeat(std::forward<Observable>(o))); in member() 105 …class Repeat = rxo::detail::repeat::finite<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Cou… 106 class Value = rxu::value_type_t<Repeat>, 107 class Result = observable<Value, Repeat>> 109 return Result(Repeat(std::forward<Observable>(o), std::forward<Count>(c))); in member()
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 57 (Repeat classes "Number of reference types that follow." 77 (Repeat classes "Number of reference types that follow." 104 (Repeat threads "Number of threads that follow." 119 (Repeat groups "Number of thread groups that follow." 278 (Repeat classpaths "Number of paths in classpath." 280 (Repeat bootclasspaths "Number of paths in bootclasspath." 1061 (Repeat values "The number of fields to set." 1138 (Repeat arguments 1214 (Repeat arguments 1312 (Repeat arguments [all …]
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 12 this._tileX = CanvasKit.TileMode.Repeat; 21 this._tileY = CanvasKit.TileMode.Repeat; 24 this._tileX = CanvasKit.TileMode.Repeat; 25 this._tileY = CanvasKit.TileMode.Repeat;
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | pattern.js | 12 this._tileX = CanvasKit.TileMode.Repeat; 21 this._tileY = CanvasKit.TileMode.Repeat; 24 this._tileX = CanvasKit.TileMode.Repeat; 25 this._tileY = CanvasKit.TileMode.Repeat;
|
/external/syzkaller/pkg/csource/ |
D | options_test.go | 36 Repeat: true, 53 Repeat: true, 68 Repeat: true, 83 Repeat: true, 115 Repeat: true,
|
D | options.go | 20 Repeat bool `json:"repeat,omitempty"` member 56 if !opts.Repeat { 123 Repeat: true, 169 &opts.Threaded, &opts.Collide, &opts.Repeat, &opts.Procs, &opts.Sandbox, 185 &opts.Threaded, &opts.Collide, &opts.Repeat, &opts.Procs, &opts.Sandbox,
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/ |
D | debug_enable.go | 74 top := "┌─" + strings.Repeat("──", nx) + "┐\n" 75 row := "│ " + strings.Repeat("· ", nx) + "│\n" 76 btm := "└─" + strings.Repeat("──", nx) + "┘\n" 77 dbg.grid = []byte(top + strings.Repeat(row, ny) + btm)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-move-09.ll | 89 ; Repeat f1 with an unaligned variable. 100 ; Repeat f2 with an unaligned variable. 111 ; Repeat f3 with an unaligned variable. 122 ; Repeat f4 with an unaligned variable. 133 ; Repeat f5 with an unaligned variable. 144 ; Repeat f6 with an unaligned variable. 155 ; Repeat f7 with unaligned variables.
|
D | int-move-08.ll | 57 ; Repeat f1 with an unaligned variable. 68 ; Repeat f2 with an unaligned variable. 79 ; Repeat f3 with an unaligned variable. 90 ; Repeat f4 with unaligned variables.
|
D | insert-05.ll | 96 ; Repeat f8 with addition, which is known to be equivalent to OR in this case. 108 ; Repeat f8 with already-zero bits removed from the mask. 120 ; Repeat f10 with addition, which is known to be equivalent to OR in this case. 178 ; Repeat f15 with the zero bits explicitly removed from the mask. 202 ; Repeat f17 with the operands reversed.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-move-09.ll | 89 ; Repeat f1 with an unaligned variable. 100 ; Repeat f2 with an unaligned variable. 111 ; Repeat f3 with an unaligned variable. 122 ; Repeat f4 with an unaligned variable. 133 ; Repeat f5 with an unaligned variable. 144 ; Repeat f6 with an unaligned variable. 155 ; Repeat f7 with unaligned variables.
|
D | int-move-08.ll | 57 ; Repeat f1 with an unaligned variable. 68 ; Repeat f2 with an unaligned variable. 79 ; Repeat f3 with an unaligned variable. 90 ; Repeat f4 with unaligned variables.
|
D | insert-05.ll | 96 ; Repeat f8 with addition, which is known to be equivalent to OR in this case. 108 ; Repeat f8 with already-zero bits removed from the mask. 120 ; Repeat f10 with addition, which is known to be equivalent to OR in this case. 178 ; Repeat f15 with the zero bits explicitly removed from the mask. 202 ; Repeat f17 with the operands reversed.
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 39 Repeat int member 333 Repeat: 3, 342 Repeat: times > 1, 370 Repeat: times, 382 if req.Repeat != len(req.Info) { 384 req.Repeat, len(req.Info)) 476 for run := 0; run < req.Repeat; run++ {
|
/external/brotli/go/cbrotli/ |
D | cbrotli_test.go | 258 content := bytes.Repeat([]byte("hello world!"), 10000) 280 content := bytes.Repeat([]byte("hello world!"), 10000) 298 content := bytes.Repeat([]byte("hello world!"), 100) 317 content := bytes.Repeat([]byte("hello world!"), 100) 336 input := bytes.Repeat(test.data, test.repeats)
|
/external/golang-protobuf/proto/ |
D | size_test.go | 148 …{"map field with big entry", &pb.MessageWithMap{NameMapping: map[int32]string{8: strings.Repeat("x… 149 …val", &pb.MessageWithMap{StrToStr: map[string]string{strings.Repeat("x", 70): strings.Repeat("y", …
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 76 - 4. Repeat without step 1 79 - Repeat the above steps several times and compute average 84 - Repeat the above steps several times and compute average
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/ |
D | tag-stringtable-same-ids.rc | 4 1 "Repeat"
|
/external/v8/src/builtins/ |
D | array.tq | 186 // 11. Repeat, while k < actualDeleteCount 222 // b. Repeat, while k < (len - actualDeleteCount) 251 // d. Repeat, while k > (len - actualDeleteCount + itemCount) 264 // b. Repeat, while k > actualStart 297 // 18. Repeat, while items is not empty
|
/external/syzkaller/docs/ |
D | executing_syzkaller_programs.md | 54 #{Threaded:true Collide:true Repeat:true Procs:8 Sandbox:namespace Fault:false FaultCall:-1 FaultNt… 56 …directly relate to `-threaded`/`-collide`/`-procs`/`-sandbox` flags. If `Repeat` is set to `true`,…
|