Home
last modified time | relevance | path

Searched refs:repeat (Results 426 - 450 of 889) sorted by relevance

1...<<11121314151617181920>>...36

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct6683.c408 int repeat) in nct6683_create_attr_group()
418 if (repeat <= 0) in nct6683_create_attr_group()
432 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs), in nct6683_create_attr_group()
437 su = devm_kzalloc(dev, array3_size(repeat, count, sizeof(*su)), in nct6683_create_attr_group()
445 for (i = 0; i < repeat; i++) { in nct6683_create_attr_group()
406 nct6683_create_attr_group(struct device *dev, const struct sensor_template_group *tg, int repeat) nct6683_create_attr_group() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h46 // r=<repeat interval> <active duration> <offsets from start-time>
47 std::vector<std::string> repeat; member
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dadp5520.h173 unsigned repeat:1; /* Enable key repeat */ member
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dadp5520.h173 unsigned repeat:1; /* Enable key repeat */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c63 .repeat = 1, in test_bpf_nf_ct()
H A Dglobal_data.c140 .repeat = 1, in test_global_data()
H A Dfexit_bpf2bpf.c73 .repeat = 1, in test_fexit_bpf2bpf_common()
240 .repeat = 1, in test_second_attach()
/third_party/node/test/parallel/
H A Dtest-http-max-http-headers.js36 headers += 'a'.repeat(MAX - currentSize);
H A Dtest-zlib-convenience-methods.js31 const expectStr = 'blah'.repeat(8);
/third_party/node/deps/brotli/c/dec/
H A Dstate.h204 uint32_t repeat; member
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h204 uint32_t repeat; member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c45 repeat: in f2fs_grab_meta_page()
49 goto repeat; in f2fs_grab_meta_page()
76 repeat: in __get_meta_page()
80 goto repeat; in __get_meta_page()
98 goto repeat; in __get_meta_page()
1811 repeat: in issue_checkpoint_thread()
1820 goto repeat; in issue_checkpoint_thread()
/third_party/ffmpeg/libavcodec/
H A Dwebp.c383 int repeat = 0, length = 0; in read_huffman_code_normal() local
389 repeat = 3 + get_bits(&s->gb, 2); in read_huffman_code_normal()
395 repeat = 3 + get_bits(&s->gb, 3); in read_huffman_code_normal()
400 repeat = 11 + get_bits(&s->gb, 7); in read_huffman_code_normal()
403 if (symbol + repeat > alphabet_size) { in read_huffman_code_normal()
405 "invalid symbol %d + repeat %d > alphabet size %d\n", in read_huffman_code_normal()
406 symbol, repeat, alphabet_size); in read_huffman_code_normal()
410 while (repeat-- > 0) in read_huffman_code_normal()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp29 int32_t duration, int32_t fingers, bool repeat, bool isForDrag, bool isDisableMouseLeft) in LongPressRecognizer()
30 : MultiFingersRecognizer(fingers), duration_(duration), repeat_(repeat), isForDrag_(isForDrag), in LongPressRecognizer()
436 << "repeat: " << repeat_ << ", " in Dump()
28 LongPressRecognizer( int32_t duration, int32_t fingers, bool repeat, bool isForDrag, bool isDisableMouseLeft) LongPressRecognizer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h294 void SetRepeat(bool repeat) in SetRepeat() argument
296 repeat_ = repeat; in SetRepeat()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h324 void RegisterDisplayListener(sptr<HStreamRepeat> repeat);
325 void UnRegisterDisplayListener(sptr<HStreamRepeat> repeat);
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreCustomDir.test.js47 customDir: "custom".repeat(30), // customDir length exceeds 128 bytes
57 name: "RdbCustomDir6".repeat(80) + ".db",
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h801 * @repeat: minimum number of scan intervals before scan frequency changes
814 u8 repeat; member
972 * @repeat: number of scan at interval for exponential scan.
980 __le16 repeat; member
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsegbuf.c425 repeat: in nilfs_segbuf_submit_bh()
442 goto repeat; in nilfs_segbuf_submit_bh()
/kernel/linux/linux-5.10/drivers/xen/
H A Dswiotlb-xen.c185 unsigned int repeat = 3; in xen_swiotlb_init() local
261 if (repeat--) { in xen_swiotlb_init()
/kernel/linux/linux-5.10/kernel/rcu/
H A Drefscale.c377 repeat: in ref_scale_reader()
428 goto repeat; in ref_scale_reader()
/kernel/linux/linux-5.10/kernel/
H A Dstop_machine.c477 repeat: in cpu_stopper_thread()
504 goto repeat; in cpu_stopper_thread()
/kernel/linux/linux-5.10/fs/tracefs/
H A Dinode.c187 repeat: in set_gid()
204 goto repeat; in set_gid()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegbuf.c380 repeat: in nilfs_segbuf_submit_bh()
397 goto repeat; in nilfs_segbuf_submit_bh()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-cht-wcove.c291 u32 len, int repeat) in cht_wc_leds_pattern_set()
295 if (repeat > 0 || len != 2 || in cht_wc_leds_pattern_set()
289 cht_wc_leds_pattern_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) cht_wc_leds_pattern_set() argument

Completed in 25 milliseconds

1...<<11121314151617181920>>...36