Home
last modified time | relevance | path

Searched refs:steps (Results 176 - 200 of 263) sorted by relevance

1234567891011

/third_party/backends/backend/
H A Dpieusb_scancmd.h368 void sanei_pieusb_cmd_set_scan_head(SANE_Int device_number, SANE_Int mode, SANE_Int steps, struct Pieusb_Command_Status *status);
H A Dhp3900_config.c3819 SANE_Int steps[] = in bq5550_motor() local
3831 rst = (SANE_Int *)malloc(sizeof(steps)); in bq5550_motor()
3833 memcpy(rst, &steps, sizeof(steps)); in bq5550_motor()
3841 SANE_Int steps[] = in hp4370_motor() local
3932 rst = (SANE_Int *)malloc(sizeof(steps)); in hp4370_motor()
3934 memcpy(rst, &steps, sizeof(steps)); in hp4370_motor()
3942 SANE_Int steps[] = in hp3970_motor() local
4033 rst = (SANE_Int *)malloc(sizeof(steps)); in hp3970_motor()
4043 SANE_Int steps[] = hp3800_motor() local
[all...]
H A Dplustek-pp_motor.c25 * - reduced number of forward steps for MotorToHomePosition
2369 /* Try to find the available step for all rest steps.
2370 * 1) if current step is valid (with data request), fill all steps
2373 * valid entry, then fill all steps after it
2445 * bColors = number of steps should be reserved
2551 static void motorP98003ModuleFreeRun( pScanData ps, ULong steps )
2553 IODataToRegister( ps, ps->RegMotorFreeRunCount1, (_HIBYTE(steps)));
2554 IODataToRegister( ps, ps->RegMotorFreeRunCount0, (_LOBYTE(steps)));
3319 _LOC void MotorP98003PositionYProc( pScanData ps, ULong steps) argument
3333 motorP98003ModuleFreeRun( ps, steps );
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex57 and language-specific data area (lsda). These steps are generally
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.h68 int steps; member
193 // Duration (in ms) of incremental marking steps for
327 // Compute the overall mark compact speed including incremental steps
497 // Size of incremental marking steps (in bytes) accumulated since the end of
501 // Duration (in ms) of incremental marking steps since the end of the last
H A Dgc-tracer.cc683 " (+ %.1f ms in %d steps since start of marking, " in Print()
686 incremental_scope(Scope::MC_INCREMENTAL).steps, in Print()
806 incremental_scope(GCTracer::Scope::MC_INCREMENTAL).steps, in PrintNVP()
1031 incremental_scope(Scope::MC_INCREMENTAL_FINALIZE_BODY).steps, in PrintNVP()
1033 incremental_scope(Scope::MC_INCREMENTAL).steps, in PrintNVP()
1198 // there might not be many incremental marking steps because of concurrent in CombinedMarkCompactSpeedInBytesPerMillisecond()
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh3 # Helper to do build so you don't have to remember all the steps/args.
17 This script does the common build steps needed.
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp63 * description is encoded in two steps:
70 * This allows the SortKey to cluster draw steps that have both a compatible pipeline and do not
109 uint32_t fPipeline : 30; // bits >= log2(max steps * DrawList::kMaxDraws)
115 uint32_t fGeometryIndex; // bits >= log2(max steps * max draw count)
200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex]; in Make()
281 // const RenderStep* const step = draw.fRenderer.steps()[key.renderStep()]; in Make()
/kernel/linux/linux-6.6/block/
H A Dsed-opal.c533 const struct opal_step *steps, size_t n_steps) in execute_steps()
544 error = execute_step(dev, &steps[state], state); in execute_steps()
553 * For each OPAL command the first step in steps starts some sort of in execute_steps()
2596 const struct opal_step steps[] = { in opal_revertlsp() local
2607 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_revertlsp()
2739 const struct opal_step steps[] = { in opal_add_user_to_lr() local
2771 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_add_user_to_lr()
532 execute_steps(struct opal_dev *dev, const struct opal_step *steps, size_t n_steps) execute_steps() argument
/third_party/python/Lib/
H A Dturtle.py1939 def circle(self, radius, extent = None, steps = None):
1945 steps (optional) -- an integer
1956 steps determines the number of steps to use. If not given,
1962 --or: circle(radius, extent, steps)
1963 --or: circle(radius, steps=6) # 6-sided polygon
1975 if steps is None:
1977 steps = 1+int(min(11+abs(radius)/6.0, 59.0)*frac)
1978 w = 1.0 * extent / steps
1990 for i in range(steps)
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs35l33.c747 int ret = 0, steps = 0; in cs35l33_set_bst_ipk() local
765 steps++; in cs35l33_set_bst_ipk()
769 steps+0x70); in cs35l33_set_bst_ipk()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs35l33.c748 int ret = 0, steps = 0; in cs35l33_set_bst_ipk() local
766 steps++; in cs35l33_set_bst_ipk()
770 steps+0x70); in cs35l33_set_bst_ipk()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm187 // Step 4: convert result $r0 back to double, do newton-raphson steps
289 // steps below. Take 2 as a threshold in exponent field, and multiply
317 // For others, do 4 Newton-Raphson steps with the formula:
H A Dgk110.asm162 // Step 4: convert result $r0 back to double, do newton-raphson steps
258 // steps below. Take 2 as a threshold in exponent field, and multiply
280 // For others, do 4 Newton-Raphson steps with the formula:
/third_party/backends/backend/genesys/
H A Dgenesys.cpp492 DBG_HELPER_ARGS(dbg, "table_nr = %d, steps = %zu", table_nr, slope_table.size()); in scanner_send_slope_table()
731 void scanner_move(Genesys_Device& dev, ScanMethod scan_method, unsigned steps, Direction direction) in scanner_move() argument
733 DBG_HELPER_ARGS(dbg, "steps=%d direction=%d", steps, static_cast<unsigned>(direction)); in scanner_move()
754 if (direction == Direction::BACKWARD && steps > dev.head_pos(ScanHeadId::PRIMARY)) { in scanner_move()
756 steps, dev.head_pos(ScanHeadId::PRIMARY)); in scanner_move()
759 steps > dev.head_pos(ScanHeadId::SECONDARY)) in scanner_move()
762 steps, dev.head_pos(ScanHeadId::SECONDARY)); in scanner_move()
769 session.params.starty = steps; in scanner_move()
824 dev.advance_head_pos_by_steps(ScanHeadId::PRIMARY, direction, steps); in scanner_move()
3957 unsigned int steps, expected; genesys_start_scan() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c136 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_ecc()
150 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_free()
H A Dstm32_fmc2_nand.c679 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_read_page()
788 cfg[2] = FIELD_PREP(FMC2_CSQCFGR3_SNBR, chip->ecc.steps - 1); in stm32_fmc2_nfc_rw_page_init()
841 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_xfer()
1027 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_seq_correct()
H A Dnand_micron.c247 for (step = 0; step < chip->ecc.steps; step++) { in micron_nand_on_die_ecc_status_4()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c134 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_ecc()
148 if (section >= nand_chip->ecc.steps) in lpc32xx_ooblayout_free()
H A Dstm32_fmc2_nand.c683 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_read_page()
792 cfg[2] = FIELD_PREP(FMC2_CSQCFGR3_SNBR, chip->ecc.steps - 1); in stm32_fmc2_nfc_rw_page_init()
845 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_xfer()
1033 int eccsteps = chip->ecc.steps; in stm32_fmc2_nfc_seq_correct()
H A Drenesas-nand-controller.c455 for (i = 0; i < chip->ecc.steps; i++) { in rnandc_read_page_hw_ecc()
976 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_ecc()
991 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_free()
1066 chip->ecc.steps = mtd->writesize / chip->ecc.size; in rnandc_hw_ecc_controller_init()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp739 SkColorSpaceXformSteps steps(sk_srgb_singleton(), kUnpremul_SkAlphaType, in get_xformed_uniforms()
753 if (steps.flags.mask()) { in get_xformed_uniforms()
758 steps.apply(color); in get_xformed_uniforms()
763 // because steps shouldn't include unpremul or premul, and thus shouldn't in get_xformed_uniforms()
769 steps.apply(rgba); in get_xformed_uniforms()
/kernel/linux/linux-5.10/block/
H A Dsed-opal.c396 const struct opal_step *steps, size_t n_steps) in execute_steps()
407 error = execute_step(dev, &steps[state], state); in execute_steps()
416 * For each OPAL command the first step in steps starts some sort of in execute_steps()
2320 const struct opal_step steps[] = { in opal_add_user_to_lr() local
2348 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_add_user_to_lr()
395 execute_steps(struct opal_dev *dev, const struct opal_step *steps, size_t n_steps) execute_steps() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv770_dpm.c1235 u32 steps = 0; in rv770_construct_vddc_table() local
1243 steps = (max - min) / step + 1; in rv770_construct_vddc_table()
1245 if (steps > MAX_NO_VREG_STEPS) in rv770_construct_vddc_table()
1248 for (i = 0; i < steps; i++) { in rv770_construct_vddc_table()
1269 pi->valid_vddc_entries = (u8)steps; in rv770_construct_vddc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drv770_dpm.c1237 u32 steps = 0; in rv770_construct_vddc_table() local
1245 steps = (max - min) / step + 1; in rv770_construct_vddc_table()
1247 if (steps > MAX_NO_VREG_STEPS) in rv770_construct_vddc_table()
1250 for (i = 0; i < steps; i++) { in rv770_construct_vddc_table()
1271 pi->valid_vddc_entries = (u8)steps; in rv770_construct_vddc_table()

Completed in 54 milliseconds

1234567891011