/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_ui_scaler.c | 106 static int sun8i_ui_scaler_coef_index(unsigned int step) in sun8i_ui_scaler_coef_index() argument 110 scale = step >> (SUN8I_UI_SCALER_SCALE_FRAC - 3); in sun8i_ui_scaler_coef_index()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ptrace.h | 262 * implement single-step. The kerneldoc comments are here 268 * arch_has_single_step - does this CPU support user-mode single-step? 273 * supports instruction single-step for user mode. 279 * user_enable_single_step - single-step in user-mode task 293 * user_disable_single_step - cancel user-mode single-step 311 * arch_has_block_step - does this CPU support user-mode block-step? 316 * supports step-until-branch for user mode. It can be a constant or it 322 * user_enable_block_step - step until branch in user-mode task 458 * @step: nonzero if simulating single-step o 472 ptrace_report_syscall_exit(struct pt_regs *regs, int step) ptrace_report_syscall_exit() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_ui_scaler.c | 106 static int sun8i_ui_scaler_coef_index(unsigned int step) in sun8i_ui_scaler_coef_index() argument 110 scale = step >> (SUN8I_UI_SCALER_SCALE_FRAC - 3); in sun8i_ui_scaler_coef_index()
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 82 // begin+step+step, ...}. The values do not 83 // include end. step defaults to 1. 211 // Range(start, end, step) 212 // - returns a generator producing a sequence of values {start, start+step, 213 // start+step+step, ..., }. 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatabuilder.h | 119 * @param step per-code point primary-weight increment 124 uint32_t primary, int32_t step, 135 * @param step per-code point primary-weight increment 137 * @return the next primary after 'end': start primary incremented by ((end-start)+1)*step 140 uint32_t primary, int32_t step,
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/ |
H A D | main.c | 39 struct lws *cwsi; /* client wsi for current step if any */ 153 * We only inform the sequencer of a definitive outcome for our step. in callback_http() 249 goto step; in sequencer_cb() 262 case LWSSEQ_TIMED_OUT: /* current step timed out */ in sequencer_cb() 268 lwsl_user("%s: seq timed out at step %d\n", __func__, s->state); in sequencer_cb() 281 lwsl_user("%s: seq failed at step %d\n", __func__, s->state); in sequencer_cb() 291 lwsl_user("%s: seq failed at step %d\n", __func__, in sequencer_cb() 296 lwsl_user("%s: seq done step %d (resp %d)\n", __func__, in sequencer_cb() 311 step: in sequencer_cb()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatabuilder.h | 119 * @param step per-code point primary-weight increment 124 uint32_t primary, int32_t step, 135 * @param step per-code point primary-weight increment 137 * @return the next primary after 'end': start primary incremented by ((end-start)+1)*step 140 uint32_t primary, int32_t step,
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-param-test.h | 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 82 // begin+step+step, ...}. The values do not 83 // include end. step defaults to 1. 211 // Range(start, end, step) 212 // - returns a generator producing a sequence of values {start, start+step, 213 // start+step+step, ..., }. 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() argument [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-param-test.h | 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 82 // begin+step+step, ...}. The values do not 83 // include end. step defaults to 1. 211 // Range(start, end, step) 212 // - returns a generator producing a sequence of values {start, start+step, 213 // start+step+step, ..., }. 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() argument [all...] |
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | SampleApplication.cpp | 149 void SampleApplication::step(float dt, double totalTime) {} in step() function in SampleApplication 240 step(static_cast<float>(deltaTime), elapsedTime); in run()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.h | 73 virtual void step() = 0; 98 // Call if the test step was aborted and the test should stop running. 200 void step() override;
|
H A D | IndexDataManagerTest.cpp | 151 void step() override; 181 void IndexDataManagerPerfTest::step() in step() function in __anon20268::IndexDataManagerPerfTest
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 160 Sk4f step = Sk4f(1.0f / static_cast<float>(nextIndex - prevIndex)); in fillGradient() local 161 Sk4f delta = (c1 - c0) * step; in fillGradient()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatabuilder.h | 119 * @param step per-code point primary-weight increment 124 uint32_t primary, int32_t step, 135 * @param step per-code point primary-weight increment 137 * @return the next primary after 'end': start primary incremented by ((end-start)+1)*step 140 uint32_t primary, int32_t step,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | namedTupleMembers.js | 47 export type Iter = Func<[step: number, iterations: number]>; 132 export type Iter = Func<[step: number, iterations: number]>;
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrTemplate.java | 243 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() 247 for (int i = result.length - 1, pos = size - 7; i >= 1; i--, pos -= step) in getAlignmentPatternPositions()
|
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 165 // in the `step` helper function, which only pushes to the stack when in backtrack() 172 if self.step(ip, at) { in backtrack() 192 fn step(&mut self, mut ip: InstPtr, mut at: InputAt) -> bool { in step() functions
|
H A D | pikevm.rs | 173 if self.step( in exec_() 224 fn step( in step() functions
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 406 auto [itemCount, step] = CalculateStepAndItemCount(); in GetMouseClickIndex() 419 for (int32_t i = start; (start > end ? i > end : i < end); start > end ? i -= step : i += step) { in GetMouseClickIndex() 748 int32_t step = (Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_FOURTEEN) && in HandleLongDragUpdate() local 751 swiperPattern->SwipeToWithoutAnimation(swiperPattern->GetCurrentIndex() + step); in HandleLongDragUpdate() 754 swiperPattern->SwipeToWithoutAnimation(swiperPattern->GetCurrentIndex() - step); in HandleLongDragUpdate() 1093 int32_t step = 1; in CalculateStepAndItemCountDefault() local 1094 return { itemCount, step }; in CalculateStepAndItemCountDefault()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9v032.c | 755 .step = 1, 768 .step = 1, 778 .step = 1, 788 .step = 1, 798 .step = 1, 808 .step = 1, 821 .step = 1, 833 .step = 1,
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 167 .step = 1, 176 .step = 1, 185 .step = 1, 194 .step = 1, 203 .step = 1, 1137 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup() 1146 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | intel8x0m.c | 435 int civ, i, step; in snd_intel8x0m_update() local 441 step = 1; in snd_intel8x0m_update() 445 step = civ - ichdev->civ; in snd_intel8x0m_update() 446 if (step < 0) in snd_intel8x0m_update() 447 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update() 448 // if (step != 1) in snd_intel8x0m_update() 449 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ); in snd_intel8x0m_update() 453 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0m_update() 455 ichdev->lvi += step; in snd_intel8x0m_update() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc0310.c | 634 .step = 0x01, 645 .step = 1, 655 .step = 1, 665 .step = 0x01, 676 .step = 0x01, 687 .step = 0x01, 698 .step = 1, 709 .step = 1,
|
H A D | atomisp-ov2680.c | 587 .step = 0x01, 598 .step = 0x01, 609 .step = 0x01, 620 .step = 0x01, 631 .step = 1, 642 .step = 1, 653 .step = 1, 663 .step = 1,
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9v032.c | 763 .step = 1, 776 .step = 1, 786 .step = 1, 796 .step = 1, 806 .step = 1, 816 .step = 1, 829 .step = 1, 841 .step = 1,
|