/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | bsd.rs | 167 pub fn step<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()> { in step() functions
|
/third_party/rust/crates/regex/src/ |
H A D | pikevm.rs | 224 fn step( in step() functions
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgUtils.hpp | 53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) in getQuantizedFloat() argument
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_pool.cpp | 78 size_t step = dataCapacity_ * 3; in Grow() local
|
/foundation/ability/idl_tool/util/ |
H A D | string_pool.cpp | 78 size_t step = dataCapacity_ * 3; in Grow() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_utils_test.cpp | 59 OffsetF step = { 0, 0 }; in FillChildren() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_steps_interpolator_animat_test.cpp | 158 RSStepsInterpolator* step; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_steps_interpolator_test.cpp | 171 RSStepsInterpolator* step; in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service_impl.h | 42 uint8 step;
member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_sql_statistic.cpp | 58 SqlStatistic::SqlStatistic(const std::string &sql, int32_t step, uint32_t seqId) in SqlStatistic() argument
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-cpu.c | 17 struct clk *step; member 73 imx_clk_hw_cpu(const char *name, const char *parent_name, struct clk *div, struct clk *mux, struct clk *pll, struct clk *step) imx_clk_hw_cpu() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 48 unsigned long long i, samples, step = 9973; in calibrate() local
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | benchmark.c | 52 benchmark_insert(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_insert() argument 73 benchmark_tagging(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_tagging() argument 94 benchmark_delete(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_delete() argument 115 benchmark_size(unsigned long size, unsigned long step) benchmark_size() argument 140 unsigned long step[] = {1, 2, 7, 15, 63, 64, 65, benchmark() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_ring.c | 52 static int check_ring_step(struct intel_ring *ring, u32 x, u32 step) in check_ring_step() argument 65 static int check_ring_offset(struct intel_ring *ring, u32 x, u32 step) in check_ring_offset() argument 80 int step, err = 0; in igt_ring_direction() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | volt.h | 19 s16 step; member
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-cpu.c | 17 struct clk *step; member 73 imx_clk_hw_cpu(const char *name, const char *parent_name, struct clk *div, struct clk *mux, struct clk *pll, struct clk *step) imx_clk_hw_cpu() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_ring.c | 52 static int check_ring_step(struct intel_ring *ring, u32 x, u32 step) in check_ring_step() argument 65 static int check_ring_offset(struct intel_ring *ring, u32 x, u32 step) in check_ring_offset() argument 80 int step, err = 0; in igt_ring_direction() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | volt.h | 19 s16 step; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | lpm_trie_map_batch_ops.c | 71 __u32 step, count, total, total_success; in test_lpm_trie_map_batch_ops() local
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | benchmark.c | 52 benchmark_insert(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_insert() argument 73 benchmark_tagging(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_tagging() argument 94 benchmark_delete(struct radix_tree_root *root, unsigned long size, unsigned long step) benchmark_delete() argument 115 benchmark_size(unsigned long size, unsigned long step) benchmark_size() argument 140 unsigned long step[] = {1, 2, 7, 15, 63, 64, 65, benchmark() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | htab_mem_bench.c | 14 unsigned int step; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | txd.c | 127 int step = dxtc.dxt1_block(p, stride, gb.buffer); in txd_decode_frame() local 136 int step = dxtc.dxt3_block(p, stride, gb.buffer); in txd_decode_frame() local
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-param-test.h | 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() argument [all...] |
/third_party/skia/src/effects/ |
H A D | SkCornerPathEffect.cpp | 48 SkVector firstStep, step; variable 16 ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, SkPoint* step) ComputeStep() argument [all...] |