Home
last modified time | relevance | path

Searched defs:repeat (Results 176 - 200 of 292) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H A Dmeson_overlay.c200 meson_overlay_get_vertical_phase(unsigned int ratio_y, int *phase, int *repeat, bool interlace) meson_overlay_get_vertical_phase() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c45 bool repeat; member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-uniphier-f.c411 bool repeat = false; in uniphier_fi2c_master_xfer() local
247 uniphier_fi2c_tx_init(struct uniphier_fi2c_priv *priv, u16 addr, bool repeat) uniphier_fi2c_tx_init() argument
313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) uniphier_fi2c_master_xfer_one() argument
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_core.c190 int repeat = ETP_RETRY_COUNT; in elan_set_power() local
208 int repeat = ETP_RETRY_COUNT; in elan_sleep() local
317 int repeat = ETP_RETRY_COUNT; in elan_initialize() local
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c1070 int repeat = 0; /* count for avoiding endless loop */ in azx_interrupt() local
/kernel/linux/linux-6.6/net/bpf/
H A Dtest_run.c392 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, in bpf_test_run() argument
281 xdp_test_run_batch(struct xdp_test_data *xdp, struct bpf_prog *prog, u32 repeat) xdp_test_run_batch() argument
364 bpf_test_run_xdp_live(struct bpf_prog *prog, struct xdp_buff *ctx, u32 repeat, u32 batch_size, u32 *time) bpf_test_run_xdp_live() argument
951 u32 repeat = kattr->test.repeat; bpf_prog_test_run_skb() local
1147 u32 repeat = kattr->test.repeat; bpf_prog_test_run_xdp() local
1307 u32 repeat = kattr->test.repeat; bpf_prog_test_run_flow_dissector() local
1375 u32 repeat = kattr->test.repeat; bpf_prog_test_run_sk_lookup() local
1578 u32 repeat = kattr->test.repeat; bpf_prog_test_run_nf() local
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf.h444 int repeat; member
627 int repeat; member
/third_party/libbpf/src/
H A Dbpf.h449 int repeat; member
632 int repeat; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc883 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1158 RepeatedPipelineInstance (Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument
1396 deUint32 repeat = repeats[k]; in AddRepeatedPipelineTests() local
1175 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, deUint32 xSize, deUint32 repeat, deUint32 odd, const vk::ComputePipelineConstructionType computePipelineConstructionType) RepeatedPipelineTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1161 RepeatedPipelineInstance(Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument
1396 deUint32 repeat = repeats[k]; in AddRepeatedPipelineTests() local
1178 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 xSize, deUint32 repeat, deUint32 odd) RepeatedPipelineTest() argument
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py13 from itertools import accumulate, repeat namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c983 repeat(struct parse *p, in repeat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1111 repeat(struct parse *p, in repeat() function
/third_party/python/Modules/
H A Dfaulthandler.c91 int repeat; member
709 int repeat = 0; in faulthandler_dump_traceback_later() local
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h417 void SetRepeat(bool repeat) in SetRepeat() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1389 auto repeat = argv[1]->ToString(runtime); in JsCreatePattern() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1477 auto repeat = ConvertBoolToString(gradient.GetRepeat()); in GetColorsAndRepeating() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp238 auto repeat = static_cast<ImageRepeat>(imageRepeat); in SetObjectRepeat() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h294 void SetRepeat(bool repeat) in SetRepeat() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1634 int repeat = 0; in GetSegmentsInOneTimeline() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp997 const bool repeat = (animation.repeatCount == AnimationComponent::REPEAT_COUNT_INFINITE) || // Infinite repeat. in UpdateAnimation() local
/kernel/linux/linux-5.10/drivers/acpi/
H A Dec.c763 int repeat = 5; /* number of command restarts */ in ec_poll() local

Completed in 53 milliseconds

12345678910>>...12