| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 54 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 D | gup_benchmark.c | 42 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 D | CVE-2022-41715.patch | 90 + 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 D | adv_pci1760.c | 124 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 D | index_testing.h | 108 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 D | prc.c | 63 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 D | Run | 1358 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 D | topology.h | 212 int32_t repeats; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-flakey.rst | 11 interval> seconds, and then this cycle repeats.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_ops.c | 320 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 D | sysfs-driver-speakup | 119 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 D | smsc47m192.rst | 60 Reading them more often repeats the same values.
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 993 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 D | rc-core.rst | 24 an extra code is produced to indicate key repeats.
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log.c | 2757 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 D | README.android-fastboot-protocol | 33 be displayed and then step #2 repeats
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | ledtrig-transient.rst | 10 should stay in off state. The on and off cycle repeats until the trigger
|
| /OK3568_Linux_fs/u-boot/board/sbc8548/ |
| H A D | README | 40 default 66MHz. Options four and five are just repeats of option two
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | dccp.rst | 153 the number of times DCCP repeats sending a Response when the initial
|
| H A D | netdev-FAQ.rst | 49 rc2 is released. This repeats on a roughly weekly basis until rc7
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 891 __ATTR(repeats, 0644, punc_show, punc_store);
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/microcode/ |
| H A D | m0220661105_cv.dtsi | 46 /* The first 48-bytes are the public header which repeats the above data */
|
| H A D | m12306a2_00000008.dtsi | 40 /* The first 48-bytes are the public header which repeats the above data */
|
| H A D | m12306a5_00000007.dtsi | 40 /* The first 48-bytes are the public header which repeats the above data */
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 22 my %repeats; 1152 $repeats{$val} = $repeat;
|