/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucnvseltst.c | 79 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) { in getEncodings() argument 92 if (step == 0 && count > 0) { in getEncodings() 93 step = 1; in getEncodings() 98 start += step; in getEncodings()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_draw.c | 476 uint32_t step; in vc4_draw_vbo() local 483 u_split_draw(info, max_verts, &this_count, &step); in vc4_draw_vbo() 492 count -= step; in vc4_draw_vbo() 493 extra_index_bias += start + step; in vc4_draw_vbo()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | thisTypeInFunctionsNegative.js | 186 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
187 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
188 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 189 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_composite_container.cc | 247 Py_ssize_t from, to, step, slicelength, cur, i; in Subscript() local 252 length, &from, &to, &step, &slicelength) == -1) { in Subscript() 255 length, &from, &to, &step, &slicelength) == -1) { in Subscript() 266 for (cur = from, i = 0; i < slicelength; cur += step, i++) { in Subscript()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration_benchmark.cc | 149 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Addition() local 151 benchmark::DoNotOptimize(d += step); in BM_Duration_Addition() 158 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Subtraction() local 160 benchmark::DoNotOptimize(d -= step); in BM_Duration_Subtraction()
|
/third_party/skia/infra/bots/recipes/ |
H A D | compute_buildstats.py | 21 'recipe_engine/step', 154 result = api.step.active_result 182 result = api.step.active_result 215 result = api.step.active_result 250 result = api.step.active_result
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 182 const float step = 2.0f / (float)numSteps; in render() local 191 float d = -1.0f + step*(float)ndx; in render() 205 const int step = 1; in render() local 213 int s = step*ndx; in render()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_progressbar.h | 53 * brief Set step. 55 * param[in] step step. 60 HI_S32 HI_GV_ProgressBar_SetStep(HIGV_HANDLE progressBarHandle, HI_U32 step);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_slider_ffi.h | 27 double step; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/ |
H A D | loop.cpp | 49 bool Loop::ProcessOnStep(StepData& step) const
|
H A D | reverse.h | 37 bool ProcessOnStep(StepData& step) const override;
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | Makefile | 11 skew_consistency clocksource-switch freq-step leap-a-day \
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | progress.h | 11 u64 curr, next, step, total; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | linear_range.h | 20 * @step: Value step size 26 unsigned int step; member
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | progress.h | 11 u64 curr, next, step, total; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | Makefile | 11 skew_consistency clocksource-switch freq-step leap-a-day \
|
/third_party/ffmpeg/libavfilter/ |
H A D | lut3d.h | 65 int step; member
|
H A D | vsrc_testsrc.c | 302 int i, j, k, x = 0, y = 0, is16bit = 0, step; in haldclutsrc_fill_picture() local 324 step = av_get_padded_bits_per_pixel(desc) >> (3 + is16bit); in haldclutsrc_fill_picture() 328 uint##nbits##_t *dst = ((uint##nbits##_t *)(data + y*linesize)) + x*step; \ in haldclutsrc_fill_picture() 332 if (step == 4) \ in haldclutsrc_fill_picture() 496 int step = 3; in draw_rectangle() local 498 dst += segment_width * (step * x + y * dst_linesize); in draw_rectangle() 499 w *= segment_width * step; in draw_rectangle() 832 int size, step, x1, x2, y1, y2; in test2_fill_picture() local 835 step = size / l; in test2_fill_picture() 837 if (step in test2_fill_picture() [all...] |
/third_party/gn/infra/recipe_modules/target/examples/ |
H A D | full.py | 9 'recipe_engine/step', 21 step_result = api.step('platform things', cmd=None)
|
/third_party/python/Tools/buildbot/ |
H A D | clean.bat | 2 rem Used by the buildbot "clean" step.
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | cmake.py | 44 api.step,
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 352 unsigned int step, shift; in htab_bolt_mapping() local 356 step = 1 << shift; in htab_bolt_mapping() 364 vaddr = ALIGN(vstart, step); in htab_bolt_mapping() 365 paddr = ALIGN(pstart, step); in htab_bolt_mapping() 366 vend = ALIGN_DOWN(vend, step); in htab_bolt_mapping() 368 for (; vaddr < vend; vaddr += step, paddr += step) { in htab_bolt_mapping() 381 if (overlaps_kernel_text(vaddr, vaddr + step)) in htab_bolt_mapping() 395 overlaps_interrupt_vector_text(vaddr, vaddr + step)) in htab_bolt_mapping() 438 unsigned int step, shif in htab_remove_mapping() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 391 int step; in fill_hole() member 417 if (p->step < 0) { in fill_hole() 441 if (p->step > 0) { in fill_hole() 454 if (p->step < 0) { in fill_hole() 477 if (p->step > 0) { in fill_hole() 490 if (p->step < 0) { in fill_hole() 514 if (p->step > 0) { in fill_hole() 527 if (p->step < 0) { in fill_hole() 550 if (p->step > 0) { in fill_hole() 684 u64 step in pot_hole() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 139 u32 clock, struct rv6xx_sclk_stepping *step) in rv6xx_convert_clock_to_stepping() 150 step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4); in rv6xx_convert_clock_to_stepping() 152 step->post_divider = 1; in rv6xx_convert_clock_to_stepping() 154 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping() 160 u32 step_index, struct rv6xx_sclk_stepping *step) in rv6xx_output_stepping() 173 if (step->post_divider == 1) in rv6xx_output_stepping() 176 u32 lo_len = (step->post_divider - 2) / 2; in rv6xx_output_stepping() 177 u32 hi_len = step->post_divider - 2 - lo_len; in rv6xx_output_stepping() 183 fb_divider = ((step in rv6xx_output_stepping() 138 rv6xx_convert_clock_to_stepping(struct radeon_device *rdev, u32 clock, struct rv6xx_sclk_stepping *step) rv6xx_convert_clock_to_stepping() argument 159 rv6xx_output_stepping(struct radeon_device *rdev, u32 step_index, struct rv6xx_sclk_stepping *step) rv6xx_output_stepping() argument 299 struct rv6xx_sclk_stepping step; rv6xx_generate_single_step() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 139 u32 clock, struct rv6xx_sclk_stepping *step) in rv6xx_convert_clock_to_stepping() 150 step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4); in rv6xx_convert_clock_to_stepping() 152 step->post_divider = 1; in rv6xx_convert_clock_to_stepping() 154 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping() 160 u32 step_index, struct rv6xx_sclk_stepping *step) in rv6xx_output_stepping() 173 if (step->post_divider == 1) in rv6xx_output_stepping() 176 u32 lo_len = (step->post_divider - 2) / 2; in rv6xx_output_stepping() 177 u32 hi_len = step->post_divider - 2 - lo_len; in rv6xx_output_stepping() 183 fb_divider = ((step in rv6xx_output_stepping() 138 rv6xx_convert_clock_to_stepping(struct radeon_device *rdev, u32 clock, struct rv6xx_sclk_stepping *step) rv6xx_convert_clock_to_stepping() argument 159 rv6xx_output_stepping(struct radeon_device *rdev, u32 step_index, struct rv6xx_sclk_stepping *step) rv6xx_output_stepping() argument 299 struct rv6xx_sclk_stepping step; rv6xx_generate_single_step() local [all...] |