Home
last modified time | relevance | path

Searched refs:ccpr (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DGrCCPRTest.cpp208 ccpr.flush(); in onRun()
216 ccpr.flush(); in onRun()
284 ccpr.flush(); in onRun()
289 ccpr.flush(); in onRun()
296 ccpr.flush(); in onRun()
386 ccpr.flush(); in drawPathsAndFlush()
395 RecordLastMockAtlasIDs atlasIDRecorder(sk_ref_sp(ccpr.ccpr())); in onRun()
463 auto cache = ccpr.ccpr()->testingOnly_getPathCache(); in onRun()
610 auto cache = ccpr.ccpr()->testingOnly_getPathCache(); in onRun()
731 ccpr.flush(); in onRun()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/safe_numerics/example/
H A Dmotor3.c39 ccpr_t ccpr; // 24.8 fixed point delay count variable
66 void update(ccpr_t ccpr, phase_ix_t phase_ix){ in update() argument
72 CCPR1H = literal(0xff) & (ccpr >> literal(8)); in update()
73 CCPR1L = literal(0xff) & ccpr; in update()
140 ccpr = literal(0xffffff) & (ccpr + c); in isr_motor_step()
142 update(ccpr, phase_ix); in isr_motor_step()
175 ccpr = (TMR1H << literal(8) | TMR1L) + C0 + literal(1000); in motor_run()
177 update(ccpr, phase_ix); in motor_run()
H A Dmotor1.c32 uint16 ccpr; // copy of CCPR1&2 variable
55 ccpr += c; // next comparator value in isr_motor_step()
99 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
100 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
128 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
129 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
130 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
131 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dmotor2.c34 uint32 ccpr; // 24.8 fixed point delay count variable
56 ccpr += c; // next comparator value in isr_motor_step()
117 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
118 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
145 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
146 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
147 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
148 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A DMotor.c38 int16 ccpr; // copy of CCPR1&2 variable
58 ccpr += c; // next comparator value: add step delay count in isr_motor_step()
109 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
110 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
142 ccpr = make16(TMR1H,TMR1L); // 16bit value of Timer1 in motor_run()
143 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
144 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
145 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dexample91.cpp53 std::this_thread::sleep_for(std::chrono::microseconds(ccpr)); in sleep()
68 sleep(ccpr); in main()
75 sleep(ccpr); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/safe_numerics/example/
H A Dmotor3.c39 ccpr_t ccpr; // 24.8 fixed point delay count variable
66 void update(ccpr_t ccpr, phase_ix_t phase_ix){ in update() argument
72 CCPR1H = literal(0xff) & (ccpr >> literal(8)); in update()
73 CCPR1L = literal(0xff) & ccpr; in update()
140 ccpr = literal(0xffffff) & (ccpr + c); in isr_motor_step()
142 update(ccpr, phase_ix); in isr_motor_step()
175 ccpr = (TMR1H << literal(8) | TMR1L) + C0 + literal(1000); in motor_run()
177 update(ccpr, phase_ix); in motor_run()
H A Dmotor1.c32 uint16 ccpr; // copy of CCPR1&2 variable
55 ccpr += c; // next comparator value in isr_motor_step()
99 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
100 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
128 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
129 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
130 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
131 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dmotor2.c34 uint32 ccpr; // 24.8 fixed point delay count variable
56 ccpr += c; // next comparator value in isr_motor_step()
117 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
118 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
145 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
146 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
147 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
148 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A DMotor.c38 int16 ccpr; // copy of CCPR1&2 variable
58 ccpr += c; // next comparator value: add step delay count in isr_motor_step()
109 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
110 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
142 ccpr = make16(TMR1H,TMR1L); // 16bit value of Timer1 in motor_run()
143 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
144 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
145 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dexample91.cpp53 std::this_thread::sleep_for(std::chrono::microseconds(ccpr)); in sleep()
68 sleep(ccpr); in main()
75 sleep(ccpr); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/safe_numerics/example/
H A Dmotor3.c39 ccpr_t ccpr; // 24.8 fixed point delay count variable
66 void update(ccpr_t ccpr, phase_ix_t phase_ix){ in update() argument
72 CCPR1H = literal(0xff) & (ccpr >> literal(8)); in update()
73 CCPR1L = literal(0xff) & ccpr; in update()
140 ccpr = literal(0xffffff) & (ccpr + c); in isr_motor_step()
142 update(ccpr, phase_ix); in isr_motor_step()
175 ccpr = (TMR1H << literal(8) | TMR1L) + C0 + literal(1000); in motor_run()
177 update(ccpr, phase_ix); in motor_run()
H A Dmotor2.c34 uint32 ccpr; // 24.8 fixed point delay count variable
56 ccpr += c; // next comparator value in isr_motor_step()
117 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
118 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
145 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
146 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
147 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
148 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dmotor1.c32 uint16 ccpr; // copy of CCPR1&2 variable
55 ccpr += c; // next comparator value in isr_motor_step()
99 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
100 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
128 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
129 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
130 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
131 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A DMotor.c38 int16 ccpr; // copy of CCPR1&2 variable
58 ccpr += c; // next comparator value: add step delay count in isr_motor_step()
109 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
110 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
142 ccpr = make16(TMR1H,TMR1L); // 16bit value of Timer1 in motor_run()
143 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
144 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
145 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dexample91.cpp53 std::this_thread::sleep_for(std::chrono::microseconds(ccpr)); in sleep()
68 sleep(ccpr); in main()
75 sleep(ccpr); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/safe_numerics/example/
H A Dmotor2.c34 uint32 ccpr; // 24.8 fixed point delay count variable
56 ccpr += c; // next comparator value in isr_motor_step()
117 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
118 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
145 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
146 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
147 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
148 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dmotor1.c32 uint16 ccpr; // copy of CCPR1&2 variable
55 ccpr += c; // next comparator value in isr_motor_step()
99 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
100 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
128 ccpr = make16(TMR1H, TMR1L); // 16bit value of Timer1 in motor_run()
129 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
130 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
131 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A DMotor.c44 int16 ccpr; // copy of CCPR1&2 variable
64 ccpr += c; // next comparator value: add step delay count in isr_motor_step()
115 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
116 CCPR2L = CCPR1L = (ccpr & 0xff); in isr_motor_step()
148 ccpr = make16(TMR1H,TMR1L); // 16bit value of Timer1 in motor_run()
149 ccpr += 1000; // 1st step + irq 1ms after timer1 restart in motor_run()
150 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
151 CCPR2L = CCPR1L = (ccpr & 0xff); in motor_run()
H A Dmotor3.c39 ccpr_t ccpr; // 24.8 fixed point delay count variable
142 ccpr = literal(0xffffff) & (ccpr + c); in isr_motor_step()
144 update(ccpr, phase_ix); in isr_motor_step()
177 ccpr = (TMR1H << literal(8) | TMR1L) + C0 + literal(1000); in motor_run()
179 update(ccpr, phase_ix); in motor_run()
H A Dexample91.cpp73 std::this_thread::sleep_for(std::chrono::microseconds(ccpr)); in sleep()
88 sleep(ccpr); in main()
95 sleep(ccpr); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/
H A Dgpu.gni577 "$_src/gpu/ccpr/GrCCAtlas.cpp",
578 "$_src/gpu/ccpr/GrCCAtlas.h",
579 "$_src/gpu/ccpr/GrCCClipPath.cpp",
580 "$_src/gpu/ccpr/GrCCClipPath.h",
591 "$_src/gpu/ccpr/GrCCFiller.cpp",
592 "$_src/gpu/ccpr/GrCCFiller.h",
596 "$_src/gpu/ccpr/GrCCPathCache.h",
606 "$_src/gpu/ccpr/GrCCStroker.cpp",
607 "$_src/gpu/ccpr/GrCCStroker.h",
612 "$_src/gpu/ccpr/GrOctoBounds.cpp",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dpreservefillrule.cpp70 auto* ccpr = ctx->priv().drawingManager()->getCoverageCountingPathRenderer(); in onDraw() local
71 if (!ccpr) { in onDraw()
76 auto pathCache = ccpr->testingOnly_getPathCache(); in onDraw()
125 ERR_MSG_ASSERT(ccpr->coverageType() == atlasCoverageType); in onDraw()
133 ERR_MSG_ASSERT(ccpr->coverageType() == atlasCoverageType); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dpreservefillrule.cpp71 auto* ccpr = rContext->priv().drawingManager()->getCoverageCountingPathRenderer(); in onDraw() local
72 if (!ccpr) { in onDraw()
77 auto pathCache = ccpr->testingOnly_getPathCache(); in onDraw()
132 ERR_MSG_ASSERT(ccpr->coverageType() == atlasCoverageType); in onDraw()
140 ERR_MSG_ASSERT(ccpr->coverageType() == atlasCoverageType); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/
H A Dgpu.gni614 "$_src/gpu/ccpr/GrCCAtlas.cpp",
615 "$_src/gpu/ccpr/GrCCAtlas.h",
616 "$_src/gpu/ccpr/GrCCClipPath.cpp",
617 "$_src/gpu/ccpr/GrCCClipPath.h",
630 "$_src/gpu/ccpr/GrCCFiller.cpp",
631 "$_src/gpu/ccpr/GrCCFiller.h",
633 "$_src/gpu/ccpr/GrCCPathCache.h",
643 "$_src/gpu/ccpr/GrCCStroker.cpp",
644 "$_src/gpu/ccpr/GrCCStroker.h",
649 "$_src/gpu/ccpr/GrOctoBounds.cpp",
[all …]

1234567891011