Home
last modified time | relevance | path

Searched refs:jitter (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-zlib-random-byte-pipes.js54 opt.jitter = opt.jitter || 1024;
92 const jitter = this._opt.jitter;
93 if (jitter) {
94 block += Math.ceil(Math.random() * jitter - (jitter / 2));
148 const inp = new RandomReadStream({ total: 1024, block: 256, jitter: 16 }); property
/third_party/musl/src/linux/
Dclock_adjtime.c16 long long tick, ppsfreq, jitter; member
30 long tick, ppsfreq, jitter; member
55 .jitter = utx->jitter, in clock_adjtime()
79 utx->jitter = ktx.jitter; in clock_adjtime()
108 .jitter = utx->jitter, in clock_adjtime()
136 utx->jitter = ktx.jitter; in clock_adjtime()
/third_party/musl/compat/time32/
Dclock_adjtime32.c14 long tick, ppsfreq, jitter; member
37 .jitter = tx32->jitter, in __clock_adjtime32()
61 tx32->jitter = utx.jitter; in __clock_adjtime32()
/third_party/skia/gm/
Dsharedcorners.cpp150 for (SkPoint jitter : kJitters) { in drawRow() local
153 canvas->translate(jitter.x(), jitter.y()); in drawRow()
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/
Ddelay.base.js18 var jitter = jitter_factory_1.JitterFactory(this.options);
19 return jitter(this.delay);
/third_party/skia/tools/skqp/
Djitter_gms.cpp46 static void do_gm(SkBitmap* bm, skiagm::GM* gm, SkPoint jitter) { in do_gm() argument
53 canvas.translate(jitter.x(), jitter.y()); in do_gm()
DREADME_GENERATING_MODELS.md61 Then it calls `jitter_gms` to see which render tests pass the jitter test.
63 enumerated in that file. Tests which pass the jitter test are enumerated in
/third_party/ltp/testcases/realtime/func/sched_jitter/
DREADME3 This test measures scheduling jitter w/ realtime processes.
6 fixed amount of work. It then prints out the maximum jitter seen (longest
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dadjtimex.c41 tx.jitter = 1; in adjtimex_0100()
69 tx.jitter = 1; in adjtimex_time64_0100()
/third_party/curl/tests/data/
Dtest57250 jitter: 0.314
113 jitter
/third_party/libinput/doc/user/
Dtouchpad-jitter.rst4 Touchpad jitter
7 Touchpad jitter describes random movement by a few pixels even when the
10 libinput has a mechanism called a **hysteresis** to avoid that jitter. When
Dtroubleshooting.rst13 touchpad-jitter.rst
Dmeson.build68 [ 'touchpad-jitter.rst', 'touchpad_jitter.html'],
166 'touchpad-jitter.rst',
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime.h37 __kernel_long_t jitter; /* pps jitter (us) (ro) */ member
75 long long jitter; /* pps jitter (us) (ro) */ member
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/
Djitter.factory.js6 switch (options.jitter) {
/third_party/mesa3d/docs/relnotes/
D12.0.5.rst107 - swr: [rasterizer jitter] cleanup supporting different llvm versions
108 - swr: [rasterizer jitter] fix llvm-3.7 compile
D20.3.5.rst43 - ANV: Weird jitter in Witcher 1
48 - ANV: Weird jitter in Witcher 1
49 - ANV: Weird jitter in Witcher 1
D17.0.3.rst133 - swr: [rasterizer jitter] fix llvm >= 5.0 build break
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/
Doptions.js16 jitter: "none", property
/third_party/musl/include/sys/
Dtimex.h25 long tick, ppsfreq, jitter; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimex.h25 long tick, ppsfreq, jitter; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimex.h25 long tick, ppsfreq, jitter; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimex.h25 long tick, ppsfreq, jitter; member
/third_party/ffmpeg/libavformat/
Drtpdec.c242 s->jitter = 0; in rtp_init_sequence()
308 s->jitter += d - (int32_t) ((s->jitter + 8) >> 4); in rtcp_update_jitter()
372 avio_wb32(pb, stats->jitter >> 4); /* jitter */ in ff_rtp_check_and_send_back_rr()
Drtpdec.h90 uint32_t jitter; ///< estimated jitter. member

123