| /kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
| H A D | meson_overlay.c | 200 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 D | nouveau_bios.c | 45 bool repeat; member
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| H A D | i2c-uniphier-f.c | 411 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 D | elan_i2c_core.c | 190 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 D | hda_controller.c | 1070 int repeat = 0; /* count for avoiding endless loop */ in azx_interrupt() local
|
| /kernel/linux/linux-6.6/net/bpf/ |
| H A D | test_run.c | 392 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 D | bpf.h | 444 int repeat; member 627 int repeat; member
|
| /third_party/libbpf/src/ |
| H A D | bpf.h | 449 int repeat; member 632 int repeat; member
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-port.cc | 883 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 D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1158 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 D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1161 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 D | brotlidump.py | 13 from itertools import accumulate, repeat namespace [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | regcomp.c | 983 repeat(struct parse *p, in repeat() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | regcomp.c | 1111 repeat(struct parse *p, in repeat() function
|
| /third_party/python/Modules/ |
| H A D | faulthandler.c | 91 int repeat; member 709 int repeat = 0; in faulthandler_dump_traceback_later() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pShaderOptimizationTests.cpp | 67 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 D | es2pShaderOptimizationTests.cpp | 67 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 D | decoration.h | 417 void SetRepeat(bool repeat) in SetRepeat() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_offscreen_canvas_bridge.cpp | 1389 auto repeat = argv[1]->ToString(runtime); in JsCreatePattern() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector_composed_element.cpp | 1477 auto repeat = ConvertBoolToString(gradient.GetRepeat()); in GetColorsAndRepeating() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_image_modifier.cpp | 238 auto repeat = static_cast<ImageRepeat>(imageRepeat); in SetObjectRepeat() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | gradient_property.h | 294 void SetRepeat(bool repeat) in SetRepeat() argument
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
| H A D | dash_mpd_downloader.cpp | 1634 int repeat = 0; in GetSegmentsInOneTimeline() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | animation_system.cpp | 997 const bool repeat = (animation.repeatCount == AnimationComponent::REPEAT_COUNT_INFINITE) || // Infinite repeat. in UpdateAnimation() local
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | ec.c | 763 int repeat = 5; /* number of command restarts */ in ec_poll() local
|