Home
last modified time | relevance | path

Searched full:difference (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/Linux-v5.10/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c32 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()
65 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
66 difference *= 10000 * 100; in do_count_loop()
67 if (difference / events[0].result.value) in do_count_loop()
Dcount_stcx_fail.c32 s64 difference, expected; in do_count_loop() local
48 difference = events[0].result.value - expected; in do_count_loop()
49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
67 if (difference < 0) in do_count_loop()
68 difference = -difference; in do_count_loop()
70 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
71 difference *= 10000 * 100; in do_count_loop()
72 if (difference / events[0].result.value) in do_count_loop()
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c28 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()
61 /* Tolerate a difference of up to 0.0001 % */ in do_count_loop()
62 difference *= 10000 * 100; in do_count_loop()
63 if (difference / event->result.value) in do_count_loop()
/Linux-v5.10/arch/arc/lib/
Dstrcmp.S31 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-v5.10/Documentation/hwmon/
Dlm77.rst29 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
Demc1403.rst63 hysteresis mechanism which applies to all limits. The relative difference
65 difference between the limit and its hysteresis is always the same for
71 difference staying unchanged. For example, if the old critical limit
77 are read-only. Setting temp1_crit_hyst writes the difference between
Dlm70.rst51 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is
56 The LM71 is also very similar; main difference is 14-bit temperature
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h25 * When difference between current frame and previous frame is less than or
28 * When difference between current frame and previous frame is greater
46 If difference between current frame and
52 If difference between current frame and
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c138 * vmw_find_first_diff - find the first difference between dst and src
144 * return: The offset from find start where the first difference was
145 * encountered in bytes. If no difference was found, the function returns
211 * vmw_find_last_diff - find the last difference between dst and src
217 * return: The offset from find start where the last difference was
218 * encountered in bytes, or a negative value if no difference was found.
253 * vmw_adjust_rect - Adjust rectangle coordinates for newly found difference
256 * @diff_offs: The offset from @diff->line_offset where the difference was
284 * This is needed to know the needed granularity of the difference computing
303 * Starting from where first difference was found, find in vmw_diff_memcpy()
[all …]
/Linux-v5.10/drivers/input/
Dff-memless.c160 int difference; in apply_envelope() local
181 difference = abs(value) - envelope_level; in apply_envelope()
183 pr_debug("difference = %d\n", difference); in apply_envelope()
187 difference = difference * time_from_level / time_of_envelope; in apply_envelope()
189 pr_debug("difference = %d\n", difference); in apply_envelope()
192 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profile_stat.tc12 : "diff returns 0 if there is no difference"
20 : "diff returns 0 if there is no difference"
/Linux-v5.10/net/smc/
Dsmc_cdc.h146 /* calculate cursor difference between old and new, where old <= new and
147 * difference cannot exceed size
160 /* calculate cursor difference between old and new - returns negative
173 /* calculate cursor difference between old and new, where old <= new and
174 * difference may exceed size
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dyuv-formats.rst12 *color difference* signals, this way the green component can be
17 was added to transmit the color difference signals. Secondary in the YUV
Dcolorspaces-details.rst70 The luminance (Y') and color difference (Cb and Cr) are obtained with
150 The luminance (Y') and color difference (Cb and Cr) are obtained with
277 The luminance (Y') and color difference (Cb and Cr) are obtained with
349 The luminance (Y') and color difference (Cb and Cr) are obtained with
424 The luminance (Y') and color difference (Cb and Cr) are obtained with
578 The luminance (Y') and color difference (Cb and Cr) are obtained with
655 The luminance (Y') and color difference (Cb and Cr) are obtained with
728 The luminance (Y') and color difference (Cb and Cr) are obtained with
/Linux-v5.10/Documentation/misc-devices/
Dlis3lv02d.rst44 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.
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_rtbitmap.c112 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_back()
149 * Calculate the difference between the value there in xfs_rtfind_back()
196 * Compute difference between actual and desired value. in xfs_rtfind_back()
243 * Compute difference between actual and desired value. in xfs_rtfind_back()
287 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_forw()
323 * Calculate the difference between the value there in xfs_rtfind_forw()
369 * Compute difference between actual and desired value. in xfs_rtfind_forw()
413 * Compute difference between actual and desired value. in xfs_rtfind_forw()
782 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtcheck_range()
821 * Compute difference between actual and desired value. in xfs_rtcheck_range()
[all …]
/Linux-v5.10/include/linux/
Ddim.h20 * Is a difference between values justifies taking an action.
21 * We consider 10% difference as significant.
151 * @DIM_PARKING_ON_TOP: Algorithm found a local top point - exit on significant difference
232 * dim_calc_stats - calculate the difference between two samples
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Deeprom.h373 * @ee_cck_ofdm_gain_delta: difference in gainF to output the same power for
375 * @ee_cck_ofdm_power_delta: power difference between OFDM (6Mbps) and CCK
383 * @ee_atn_tx_rx: Difference in attenuation between TX and RX in 1dB steps
389 * @ee_tx_end2xlna_enable: Time difference from when BB finishes sending a frame
391 * @ee_tx_end2xpa_disable: Time difference from when BB finishes sending a frame
393 * @ee_tx_frm2xpa_enable: Time difference from when MAC sends frame to when
/Linux-v5.10/Documentation/sound/hd-audio/
Ddp-mst.rst8 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-v5.10/tools/testing/selftests/bpf/
Dtest_tc_edt.sh84 awk '{printf "elapsed: %d sec; bps difference: %.2f%%\n",
88 # The difference is usually about 0.1% on a 20-sec test, and ==> zero
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun8i_csc.c80 * Upper 16 bits represents difference, which is subtracted from the input
89 * units takes only positive value for difference. From what can be deducted
91 * difference has to be subtracted.
/Linux-v5.10/drivers/md/
Ddm-kcopyd.c122 unsigned throttle, now, difference; in io_job_start() local
137 difference = now - t->last_jiffies; in io_job_start()
140 t->io_period += difference; in io_job_start()
141 t->total_period += difference; in io_job_start()
185 unsigned now, difference; in io_job_finish() local
188 difference = now - t->last_jiffies; in io_job_finish()
191 t->io_period += difference; in io_job_finish()
192 t->total_period += difference; in io_job_finish()
/Linux-v5.10/arch/x86/
DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
25 # They make zero difference whatsosever to performance at this time.
/Linux-v5.10/drivers/platform/x86/
Ddell-smbios-wmi.c86 size_t difference; in dell_smbios_wmi_call() local
98 difference = priv->req_buf_size - sizeof(u64) - size; in dell_smbios_wmi_call()
100 memset(&priv->buf->ext, 0, difference); in dell_smbios_wmi_call()
/Linux-v5.10/Documentation/timers/
Dtimers-howto.rst106 - What's the difference?
110 short, the difference is whether the sleep can be ended

12345678910>>...35