| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_instructions.c | 32 s64 difference, expected; in do_count_loop() local 46 difference = events[0].result.value - expected; in do_count_loop() 47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop() 62 if (difference < 0) in do_count_loop() 63 difference = -difference; in do_count_loop() 66 difference *= 10000 * 100; in do_count_loop() 67 if (difference / events[0].result.value) in do_count_loop()
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | instruction_count_test.c | 28 int64_t difference, expected; in do_count_loop() local 47 difference = event->result.value - expected; in do_count_loop() 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop() 58 if (difference < 0) in do_count_loop() 59 difference = -difference; in do_count_loop() 62 difference *= 10000 * 100; in do_count_loop() 63 if (difference / event->result.value) in do_count_loop()
|
| /linux/arch/arc/lib/ |
| H A D | strcmp.S | 31 xor r0,r2,r3 ; mask for difference 33 bic_s r0,r0,r1 ; mask for least significant difference bit 35 xor r0,r5,r1 ; mask for least significant difference byte 47 xor r0,r2,r3 ; mask for difference 50 bic_s r0,r0,r1 ; mask for least significant difference bit 52 xor r0,r5,r1 ; mask for least significant difference byte
|
| /linux/Documentation/hwmon/ |
| H A D | lm77.rst | 29 applies to all 3 limits. The relative difference is stored in a single 30 register on the chip, which means that the relative difference between 36 difference staying unchanged. For example, if the old critical limit 42 read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | lm70.rst | 55 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is 63 The LM71 is also very similar; main difference is 14-bit temperature
|
| H A D | hih6130.rst | 23 The difference between the two devices is that the HIH-6131 has a condensation
|
| /linux/drivers/input/ |
| H A D | ff-memless.c | 158 int difference; in apply_envelope() local 179 difference = abs(value) - envelope_level; in apply_envelope() 181 pr_debug("difference = %d\n", difference); in apply_envelope() 185 difference = difference * time_from_level / time_of_envelope; in apply_envelope() 187 pr_debug("difference = %d\n", difference); in apply_envelope() 190 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 44 small difference due to input system fuzziness feature. 50 sensing element is internally moved little bit. Selftest measures difference 55 measured difference between modes. Axes are not remapped in selftest mode.
|
| H A D | isl29003.rst | 64 2: difference between diodes (l1 - l2, signed 15bit)
|
| /linux/drivers/scsi/aacraid/ |
| H A D | commsup.c | 2306 long difference = HZ; in aac_command_thread() local 2329 && ((difference = next_check_jiffies - jiffies) <= 0)) { in aac_command_thread() 2332 difference = ((long)(unsigned)check_interval) in aac_command_thread() 2334 next_check_jiffies = jiffies + difference; in aac_command_thread() 2339 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread() 2355 difference = HZ + HZ / 2 - in aac_command_thread() 2367 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread() 2369 next_jiffies = jiffies + difference; in aac_command_thread() 2371 difference = next_check_jiffies - jiffies; in aac_command_thread() 2373 if (difference <= 0) in aac_command_thread() [all …]
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | dp-mst.rst | 8 Virtual pin is an extension of per_pin. The most difference of DP MST 52 Below discussion will ignore MST and NON-MST difference as it doesn't
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 489 difference = len(DIVIDER) - len_message - 2 # 2 spaces added 490 if difference > 0: 492 len_1 = int(difference / 2) 493 len_2 = difference - len_1
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selections-common.rst | 11 similar, there's one fundamental difference between the two. On
|
| H A D | colorspaces-details.rst | 67 The luminance (Y') and color difference (Cb and Cr) are obtained with 143 The luminance (Y') and color difference (Cb and Cr) are obtained with 266 The luminance (Y') and color difference (Cb and Cr) are obtained with 335 The luminance (Y') and color difference (Cb and Cr) are obtained with 406 The luminance (Y') and color difference (Cb and Cr) are obtained with 554 The luminance (Y') and color difference (Cb and Cr) are obtained with 628 The luminance (Y') and color difference (Cb and Cr) are obtained with 699 The luminance (Y') and color difference (Cb and Cr) are obtained with
|
| H A D | yuv-formats.rst | 13 *color difference* signals, this way the green component can be 18 was added to transmit the color difference signals.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-388.dtsi | 9 * The main difference with the Armada 385 is that the 388 can handle two more
|
| /linux/drivers/md/ |
| H A D | dm-stats.c | 539 unsigned long long now, difference; in dm_stat_round() local 547 difference = now - shared->stamp; in dm_stat_round() 548 if (!difference) in dm_stat_round() 554 p->io_ticks[READ] += difference; in dm_stat_round() 556 p->io_ticks[WRITE] += difference; in dm_stat_round() 558 p->io_ticks_total += difference; in dm_stat_round() 559 p->time_in_queue += (in_flight_read + in_flight_write) * difference; in dm_stat_round()
|
| /linux/Documentation/translations/ko_KR/ |
| H A D | stable_api_nonsense.txt | 5 If you find any difference between this document and the original file or
|
| /linux/include/linux/ |
| H A D | jbd2.h | 1744 int difference = (x - y); in tid_gt() local 1745 return (difference > 0); in tid_gt() 1750 int difference = (x - y); in tid_geq() local 1751 return (difference >= 0); in tid_geq()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-health-afe440x | 19 calculated difference in the value of stage 1 - 2 and 3 - 4.
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-mce | 35 Note this only makes a difference if the CPU allows recovery
|
| /linux/Documentation/translations/ja_JP/ |
| H A D | stable_kernel_rules.txt | 5 If you find difference with original file or problem in translation,
|
| H A D | stable_api_nonsense.txt | 5 If you find any difference between this document and the original file
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | ca-fopen.rst | 54 documentation for functions where there is a difference. It does not
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-vntb-function.rst | 9 The difference between PCI NTB function and PCI vNTB function is
|