Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/third_party/node/test/parallel/
Dtest-error-serdes.js8 function cycle(err) { function
12 assert.strictEqual(cycle(0), 0);
13 assert.strictEqual(cycle(-1), -1);
14 assert.strictEqual(cycle(1.4), 1.4);
15 assert.strictEqual(cycle(null), null);
16 assert.strictEqual(cycle(undefined), undefined);
17 assert.strictEqual(cycle('foo'), 'foo');
28 err = cycle(err);
32 assert.strictEqual(cycle(new RangeError('foo')).name, 'RangeError');
33 assert.strictEqual(cycle(new TypeError('foo')).name, 'TypeError');
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_dejudder.c66 int cycle; member
74 OFFSET(cycle), AV_OPT_TYPE_INT, {.i64 = 4}, 2, 240, .flags = FLAGS},
86 outlink->time_base = av_mul_q(inlink->time_base, av_make_q(1, 2 * s->cycle)); in config_out_props()
87 outlink->frame_rate = av_mul_q(inlink->frame_rate, av_make_q(2 * s->cycle, 1)); in config_out_props()
89 av_log(ctx, AV_LOG_VERBOSE, "cycle:%d\n", s->cycle); in config_out_props()
98 s->ringbuff = av_mallocz_array(s->cycle+2, sizeof(*s->ringbuff)); in dejudder_init()
107 s->start_count = s->cycle + 2; in dejudder_init()
134 s->new_pts = next_pts * 2 * s->cycle; in filter_frame()
138 for (k = 0; k < s->cycle + 2; k++) in filter_frame()
141 s->new_pts += (s->cycle - 1) * (judbuff[s->i3] - judbuff[s->i1]) in filter_frame()
[all …]
Dvf_decimate.c57 int cycle; member
71 …{ "cycle", "set the number of frame from which one will be dropped", OFFSET(cycle), AV_OPT_TYP…
181 if (++dm->fid != dm->cycle) in filter_frame()
189 for (i = 0; i < dm->cycle; i++) { in filter_frame()
202 av_log(ctx, AV_LOG_DEBUG, "1/%d frame drop:\n", dm->cycle); in filter_frame()
203 for (i = 0; i < dm->cycle && dm->queue[i].frame; i++) { in filter_frame()
215 for (i = 0; i < dm->cycle && dm->queue[i].frame; i++) { in filter_frame()
342 for (i = 0; i < dm->cycle; i++) in decimate_uninit()
347 for (i = 0; i < dm->cycle; i++) in decimate_uninit()
395 dm->queue = av_calloc(dm->cycle, sizeof(*dm->queue)); in config_output()
[all …]
/third_party/littlefs/tests/
Dtest_exhaustion.toml19 uint32_t cycle = 0;
25 srand(cycle * i);
54 srand(cycle * i);
69 cycle += 1;
82 LFS_WARN("completed %d cycles", cycle);
101 uint32_t cycle = 0;
107 srand(cycle * i);
136 srand(cycle * i);
151 cycle += 1;
164 LFS_WARN("completed %d cycles", cycle);
[all …]
Dtest_superblocks.toml46 // one last check after power-cycle
57 [[case]] # expanding superblock with power cycle
82 // one last check after power-cycle
121 // one last check after power-cycle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp117 int cycle = Stalls; in getHazardType() local
134 int StageCycle = cycle + (int)i; in getHazardType()
165 cycle += IS->getNextCycles(); in getHazardType()
184 unsigned cycle = 0; in EmitInstruction() local
193 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
200 freeUnits &= ~ReservedScoreboard[cycle + i]; in EmitInstruction()
204 freeUnits &= ~RequiredScoreboard[cycle + i]; in EmitInstruction()
216 RequiredScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
218 ReservedScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
222 cycle += IS->getNextCycles(); in EmitInstruction()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dtentacle3d.c39 float cycle; member
79 data->cycle = 0.0f; in tentacle_fx_init()
229 pretty_move (PluginInfo * goomInfo, float cycle, float *dist, float *dist2, in pretty_move() argument
249 tmp = 30 + D - 90.0f * (1.0f + sin (cycle * 19 / 20)); in pretty_move()
256 tmp = G_PI * sin (cycle) / 32 + 3 * G_PI / 2; in pretty_move()
262 cycle *= 2.0f * G_PI; in pretty_move()
264 cycle *= -1.0f * G_PI; in pretty_move()
265 tmp = cycle - (G_PI * 2.0) * floor (cycle / (G_PI * 2.0)); in pretty_move()
332 pretty_move (goomInfo, fx_data->cycle, &dist, &dist2, &rotangle, fx_data); in tentacle_update()
345 fx_data->cycle += 0.01f; in tentacle_update()
[all …]
/third_party/node/deps/npm/test/tap/
Dsymlink-cycle.js10 var cycle = path.join(base, 'cycle') variable
28 mkdirp.sync(path.join(cycle, 'node_modules'))
30 path.join(cycle, 'package.json'),
33 fs.symlinkSync(cycle, path.join(cycle, 'node_modules', 'cycle'), 'junction')
38 process.chdir(cycle)
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_readport_validation.cpp44 int cycle = -1; member in r600::ReserveReadport
105 visitor.cycle = cycle_vec(swz, i); in schedule_vec_src()
118 visitor.cycle = cycle_vec(swz, i); in schedule_vec_instruction()
133 visitor1.cycle = cycle_trans(swz, i); in schedule_trans_instruction()
145 visitor2.cycle = cycle_trans(swz, i); in schedule_trans_instruction()
165 bool AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr() argument
167 if (m_hw_gpr[cycle][chan] == -1) { in reserve_gpr()
168 m_hw_gpr[cycle][chan] = sel; in reserve_gpr()
170 else if (m_hw_gpr[cycle][chan] != sel) { in reserve_gpr()
277 success &= reserver.reserve_gpr(sel, chan, cycle); in reserve_gpr()
[all …]
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_sched_gm107.h81 void print(int cycle) in print()
84 if (rd.r[i] > cycle) in print()
86 if (wr.r[i] > cycle) in print()
90 if (rd.p[i] > cycle) in print()
92 if (wr.p[i] > cycle) in print()
95 if (rd.c > cycle) in print()
97 if (wr.c > cycle) in print()
Dnv50_ir_emit_nvc0.cpp3134 void print(int cycle) in print()
3137 if (rd.r[i] > cycle) in print()
3139 if (wr.r[i] > cycle) in print()
3143 if (rd.p[i] > cycle) in print()
3145 if (wr.p[i] > cycle) in print()
3148 if (rd.c > cycle) in print()
3150 if (wr.c > cycle) in print()
3152 if (res.sfu > cycle) in print()
3154 if (res.imul > cycle) in print()
3156 if (res.tex > cycle) in print()
[all …]
/third_party/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py3 from itertools import cycle
75 yield from cycle(("results", "feedback", "warning", "error", "debug", "target"))
90 tick_gen = cycle(tick_fn)
92 tick_gen = cycle((tick_fn,))
112 return cycle(tick_fn)
114 return cycle((tick_fn,))
/third_party/nghttp2/src/
Dshrpx_worker.h125 uint32_t cycle; member
156 uint32_t cycle; member
162 auto d = lhs.cycle - rhs.cycle; in operator()
176 uint32_t cycle; member
185 uint32_t cycle; member
191 auto d = lhs.cycle - rhs.cycle; in operator()
Dshrpx_worker.cc213 uint32_t cycle; in ensure_enqueue_addr() local
216 cycle = top.cycle; in ensure_enqueue_addr()
218 cycle = 0; in ensure_enqueue_addr()
221 addr->cycle = cycle; in ensure_enqueue_addr()
223 wg->pq.push(DownstreamAddrEntry{addr, addr->seq, addr->cycle}); in ensure_enqueue_addr()
229 cycle = top.cycle; in ensure_enqueue_addr()
231 cycle = 0; in ensure_enqueue_addr()
234 wg->cycle = cycle; in ensure_enqueue_addr()
236 wgpq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in ensure_enqueue_addr()
387 wg->pq.push(DownstreamAddrEntry{&addr, addr.seq, addr.cycle}); in replace_downstream_config()
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgoom_core.c38 goomdata->cycle = 0; in goom_init()
215 if ((pzfd->reverse) && (!(goomdata->cycle % 12)) && (rand () % 3 == 0)) { in goom_update()
309 (goomdata->cycle % 3 == 0)) || (iRAND (goomdata, 40) == 0)) { in goom_update()
335 && (goomdata->cycle % 16 == 0)) { in goom_update()
350 if ((goomdata->cycle % 73 == 0) && (pzfd->vitesse < STOP_SPEED - 5)) { in goom_update()
359 if ((goomdata->cycle % 101 == 0) && (pzfd->pertedec == 7)) { in goom_update()
381 goomdata->cycle++; in goom_update()
385 if (!(goomdata->cycle % 100)) { in goom_update()
/third_party/littlefs/scripts/
Dreadtree.py16 cycle = False
24 cycle = m.blocks
25 if cycle:
155 if cycle:
158 cycle[0], cycle[1]))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP7.td46 // Each LSU pipeline can complete a load or store in one cycle.
51 // FX loads have a two cycle load-to-use latency (so one "bubble" cycle).
52 // VSU loads have a three cycle load-to-use latency (so two "bubble" cycle).
54 // Frequent FX ops. take only one cycle and results can be used again in the
55 // next cycle (there is a self-bypass). Getting results from the other FX
56 // pipeline takes an additional cycle.
61 // (either to a float or XC op). prevents dispatch in that cycle to VS2 of any
69 // share the same write-back, and have a 5-cycle latency difference, so the
387 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
390 // cycle (from all queues) is 8.
DPPCScheduleP9.td161 // Each execution and branch slice can receive up to two iops per cycle
192 // However, the ALU unit is only ever busy for 1 cycle at a time and may
193 // receive new instructions each cycle.
324 // Three cycle permute operations.
331 // Stores are listed as having a single cycle of latency. This is not
332 // completely accurate since it takes more than 1 cycle to actually store
334 // considered complete after one cycle.
384 // 2 or 5 cycle latencies for the branch unit.
393 // 6 cycle latency for the crypto unit
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c53 if (lhs->cycle == rhs->cycle) { in stream_less()
57 return rhs->cycle - lhs->cycle <= NGHTTP2_MAX_CYCLE_DISTANCE; in stream_less()
99 stream->cycle = 0; in nghttp2_stream_init()
142 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
155 stream->cycle); in stream_obq_push()
193 stream->cycle = 0; in stream_obq_remove()
241 stream->cycle); in nghttp2_stream_reschedule()
283 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
290 if (dep_stream->descendant_last_cycle - stream->cycle <= in nghttp2_stream_change_weight()
292 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_stream.c53 if (lhs->cycle == rhs->cycle) { in stream_less()
57 return rhs->cycle - lhs->cycle <= NGHTTP2_MAX_CYCLE_DISTANCE; in stream_less()
98 stream->cycle = 0; in nghttp2_stream_init()
143 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
156 stream->cycle); in stream_obq_push()
194 stream->cycle = 0; in stream_obq_remove()
242 stream->cycle); in nghttp2_stream_reschedule()
284 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
291 if (dep_stream->descendant_last_cycle - stream->cycle <= in nghttp2_stream_change_weight()
293 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
[all …]
/third_party/python/Lib/test/
Dtest_threading_local.py85 cycle = [Local()]
86 cycle.append(cycle)
87 cycle[0].foo = 'bar'
91 del cycle
/third_party/glslang/Test/
Drecurse1.frag42 // not recursive, but with a call leading into a cycle if ignoring direction
47 void norcD() { norcC(); norcB(); } // head of cycle
48 void norcE() { norcD(); } // lead into cycle
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dcontext.dart18 /// cycle.
20 ContextDependencyCycleException._(this.cycle);
22 /// The dependency cycle (last item depends on first item).
23 final List<Type> cycle;
26 String toString() => 'Dependency cycle detected: ${cycle.join(' -> ')}';
82 /// dependency cycle, and a [ContextDependencyCycleException] will be thrown.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleA8.td95 // Result written in E5, but that is relative to the last cycle of multicycle,
124 // FIXME: lsl by 2 takes 1 cycle.
151 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
229 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
393 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
779 // Result written in N5, but that is relative to the last cycle of multicycle,
798 // Result written in N5, but that is relative to the last cycle of multicycle,
820 // Result written in N2, but that is relative to the last cycle of multicycle,
854 // Result written in N2, but that is relative to the last cycle of multicycle,
859 // Quad-register Permute (3 cycle issue)
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/
DSDL_paudio.c96 int cycle = 0; in OpenAudioPath() local
104 while (devsettings[cycle][0] != '\0') { in OpenAudioPath()
108 devsettings[cycle][0], in OpenAudioPath()
109 devsettings[cycle][1], devsettings[cycle][2]); in OpenAudioPath()

12345678910>>...18