Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c54 int repeats; in xf86OSRingBell() local
100 repeats = (duration + (BELL_MS / 2)) / BELL_MS; in xf86OSRingBell()
101 repeats = max(repeats, BELL_MIN); in xf86OSRingBell()
108 freq, loudness, duration, repeats); in xf86OSRingBell()
128 for (cnt = 0; cnt <= repeats; cnt++) { in xf86OSRingBell()
129 if (cnt == repeats) { in xf86OSRingBell()
140 if ((iovcnt >= IOV_MAX) || (cnt == repeats)) { in xf86OSRingBell()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dgup_benchmark.c42 int i, fd, filed, opt, nr_pages = 1, thp = -1, repeats = 1, write = 0; in main() local
62 repeats = atoi(optarg); in main()
128 for (i = 0; i < repeats; i++) { in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41715.patch90 + repeats int64 // product of all repetitions seen
112 + // Maintain the product of all the repeats we've seen
115 + if p.repeats == 0 {
116 + p.repeats = 1
126 + if int64(n) > maxSize/p.repeats {
127 + p.repeats = maxSize
129 + p.repeats *= int64(n)
132 + if int64(p.numRegexp) < maxSize/p.repeats {
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dadv_pci1760.c124 int repeats; in pci1760_cmd() local
139 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) { in pci1760_cmd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dindex_testing.h108 int repeats = 0; in search_with_ground_truth() local
110 repeats++; in search_with_ground_truth()
123 time = float(t.value/repeats); in search_with_ground_truth()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dprc.c63 short repeats; member
319 if (p->repeats == 0) in startwrite()
320 p->repeats = 1; in startwrite()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun1358 my $repeats = $shortIterCount;
1359 $repeats = $longIterCount if $params->{'repeat'} eq 'long';
1360 $repeats = 1 if $params->{'repeat'} eq 'single';
1362 for (my $i = 1; $i <= $repeats; ++$i) {
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dtopology.h212 int32_t repeats; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst11 interval> seconds, and then this cycle repeats.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c320 u32 repeats = GET_FIELD(data, in qed_init_cmd_array() local
326 for (i = 0; i < repeats; i++, addr += size << 2) { in qed_init_cmd_array()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-driver-speakup119 What: /sys/accessibility/speakup/repeats
122 Description: A list of characters speakup repeats. Normally, when there are
126 dot, dot. If a . is added to the list of characters in repeats,
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dsmsc47m192.rst60 Reading them more often repeats the same values.
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-debug.c993 static const char *repeats[REP_MAX + 1] = { variable
1006 [EV_SND] = sounds, [EV_REP] = repeats,
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Drc-core.rst24 an extra code is produced to indicate key repeats.
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c2757 int repeats = 0; in xlog_state_do_callback() local
2773 repeats++; in xlog_state_do_callback()
2799 if (repeats > 5000) { in xlog_state_do_callback()
2800 flushcnt += repeats; in xlog_state_do_callback()
2801 repeats = 0; in xlog_state_do_callback()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.android-fastboot-protocol33 be displayed and then step #2 repeats
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dledtrig-transient.rst10 should stay in off state. The on and off cycle repeats until the trigger
/OK3568_Linux_fs/u-boot/board/sbc8548/
H A DREADME40 default 66MHz. Options four and five are just repeats of option two
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddccp.rst153 the number of times DCCP repeats sending a Response when the initial
H A Dnetdev-FAQ.rst49 rc2 is released. This repeats on a roughly weekly basis until rc7
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dkobjects.c891 __ATTR(repeats, 0644, punc_show, punc_store);
/OK3568_Linux_fs/u-boot/arch/x86/dts/microcode/
H A Dm0220661105_cv.dtsi46 /* The first 48-bytes are the public header which repeats the above data */
H A Dm12306a2_00000008.dtsi40 /* The first 48-bytes are the public header which repeats the above data */
H A Dm12306a5_00000007.dtsi40 /* The first 48-bytes are the public header which repeats the above data */
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl22 my %repeats;
1152 $repeats{$val} = $repeat;

12