Home
last modified time | relevance | path

Searched refs:diff (Results 1101 - 1125 of 1776) sorted by relevance

1...<<41424344454647484950>>...72

/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.h54 unsigned int row, int diff, bool arrow_down);
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_audit.sh33 res=$(diff -a -u <(echo "$2") - <&3)
/third_party/elfutils/tests/
H A Dtest-subr.sh67 diff -u $outfile -
68 # diff's exit status will kill the script.
/third_party/mbedtls/docs/architecture/psa-migration/
H A Doutcome-analysis.sh114 if diff skipped-ref skipped-new | grep '^> '; then
/third_party/ltp/scripts/coccinelle/
H A Drun-spatch.sh81 where it matches or show a diff.
/third_party/ltp/testcases/commands/nm/
H A Dnm01.sh92 if diff nm1.out nm2.out > /dev/null; then
/third_party/ltp/testcases/commands/mv/
H A Dmv_tests.sh101 diff -w -B -q tst_mv.out tst_mv.exp > tst_mv.err 2>&1
/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js152 '+' + module.exports.humanize(this.diff);
H A Dnode.js176 args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Djson.js88 return jsonDiff.diff(oldObj, newObj, options);
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
H A Dformat-diff.js4 const jsDiff = require('diff')
49 // manually build a git diff-compatible header
50 header(`diff --git ${names.a} ${names.b}`)
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H A Ddriver.sh39 diff $tmp_klog.1 $tmp_klog.2 | grep '^> ' | sed 's/> \(.*\)/\1/' > $klog
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dapei-inject.sh39 diff $tmpf1 $tmpf2 > /dev/null
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dasn1.rs163 /// This `struct` is created by the [`diff`] method on [`Asn1TimeRef`]. See its
166 /// [`diff`]: struct.Asn1TimeRef.html#method.diff
203 pub fn diff(&self, compare: &Self) -> Result<TimeDiff, ErrorStack> { in diff() functions
220 let d = self.diff(other)?; in compare()
235 self.diff(other) in eq()
244 self.diff(other) in eq()
253 self.diff(other) in eq()
373 self.diff(other) in eq()
382 self.diff(othe in eq()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h67 " diff %d"
1272 TP_PROTO(struct rvt_qp *qp, u32 opcode, u32 psn, int diff),
1273 TP_ARGS(qp, opcode, psn, diff),
1285 __field(int, diff)
1298 __entry->diff = diff;
1312 __entry->diff
1318 TP_PROTO(struct rvt_qp *qp, u32 opcode, u32 psn, int diff),
1319 TP_ARGS(qp, opcode, psn, diff)
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcyber2000fb.c699 int diff; in cyber2000fb_decode_clock() local
718 diff = pll_ps - t_pll_ps; in cyber2000fb_decode_clock()
719 if (diff < 0) in cyber2000fb_decode_clock()
720 diff = -diff; in cyber2000fb_decode_clock()
722 if (diff < best_diff) { in cyber2000fb_decode_clock()
723 best_diff = diff; in cyber2000fb_decode_clock()
731 if (diff == 0) in cyber2000fb_decode_clock()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_iv_ogm.c2173 * @diff: pointer to integer receiving the calculated difference
2175 * The content of *@diff is only valid when this function returns true.
2185 int *diff) in batadv_iv_ogm_neigh_diff()
2201 *diff = (int)tq1 - (int)tq2; in batadv_iv_ogm_neigh_diff()
2358 int diff; in batadv_iv_ogm_neigh_cmp() local
2361 if_outgoing2, &diff); in batadv_iv_ogm_neigh_cmp()
2365 return diff; in batadv_iv_ogm_neigh_cmp()
2386 int diff; in batadv_iv_ogm_neigh_is_sob() local
2389 if_outgoing2, &diff); in batadv_iv_ogm_neigh_is_sob()
2393 ret = diff > in batadv_iv_ogm_neigh_is_sob()
2181 batadv_iv_ogm_neigh_diff(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2, int *diff) batadv_iv_ogm_neigh_diff() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcyber2000fb.c699 int diff; in cyber2000fb_decode_clock() local
718 diff = pll_ps - t_pll_ps; in cyber2000fb_decode_clock()
719 if (diff < 0) in cyber2000fb_decode_clock()
720 diff = -diff; in cyber2000fb_decode_clock()
722 if (diff < best_diff) { in cyber2000fb_decode_clock()
723 best_diff = diff; in cyber2000fb_decode_clock()
731 if (diff == 0) in cyber2000fb_decode_clock()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h67 " diff %d"
1272 TP_PROTO(struct rvt_qp *qp, u32 opcode, u32 psn, int diff),
1273 TP_ARGS(qp, opcode, psn, diff),
1285 __field(int, diff)
1298 __entry->diff = diff;
1312 __entry->diff
1318 TP_PROTO(struct rvt_qp *qp, u32 opcode, u32 psn, int diff),
1319 TP_ARGS(qp, opcode, psn, diff)
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_iv_ogm.c2007 * @diff: pointer to integer receiving the calculated difference
2009 * The content of *@diff is only valid when this function returns true.
2019 int *diff) in batadv_iv_ogm_neigh_diff()
2035 *diff = (int)tq1 - (int)tq2; in batadv_iv_ogm_neigh_diff()
2192 int diff; in batadv_iv_ogm_neigh_cmp() local
2195 if_outgoing2, &diff); in batadv_iv_ogm_neigh_cmp()
2199 return diff; in batadv_iv_ogm_neigh_cmp()
2220 int diff; in batadv_iv_ogm_neigh_is_sob() local
2223 if_outgoing2, &diff); in batadv_iv_ogm_neigh_is_sob()
2227 ret = diff > in batadv_iv_ogm_neigh_is_sob()
2015 batadv_iv_ogm_neigh_diff(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2, int *diff) batadv_iv_ogm_neigh_diff() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqdm2.c879 int i, k, run, level, diff; in init_quantized_coeffs_elem0() local
897 diff = qdm2_get_se_vlc(&vlc_tab_diff, gb, 2); in init_quantized_coeffs_elem0()
900 quantized_coeffs[i + k] = (level + ((k * diff) / run)); in init_quantized_coeffs_elem0()
902 level += diff; in init_quantized_coeffs_elem0()
983 int i, j, k, n, ch, run, level, diff; in process_subpacket_9() local
996 diff = qdm2_get_se_vlc(&vlc_tab_diff, &gb, 2); in process_subpacket_9()
1002 q->quantized_coeffs[ch][i][j + k] = (level + ((k * diff) / run)); in process_subpacket_9()
1004 level += diff; in process_subpacket_9()
/third_party/glfw/deps/
H A Dstb_image_write.h565 int diff = 1; in stbi_write_tga_core()
570 diff = memcmp(begin, row + (i + 1) * comp, comp); in stbi_write_tga_core()
571 if (diff) { in stbi_write_tga_core()
593 if (diff) { in stbi_write_tga_core()
1331 int dataOff, i, j, n, diff, end0pos, x, y;
1356 diff = DU[0] - DC;
1357 if (diff == 0) {
1361 stbiw__jpg_calcBits(diff, bits);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h565 int diff = 1; in stbi_write_tga_core()
570 diff = memcmp(begin, row + (i + 1) * comp, comp); in stbi_write_tga_core()
571 if (diff) { in stbi_write_tga_core()
593 if (diff) { in stbi_write_tga_core()
1331 int dataOff, i, j, n, diff, end0pos, x, y;
1356 diff = DU[0] - DC;
1357 if (diff == 0) {
1361 stbiw__jpg_calcBits(diff, bits);
/third_party/python/Lib/
H A Ddoctest.py1659 # Should we do a fancy diff?
1661 # Not unless they asked for a fancy diff.
1667 # If expected output uses ellipsis, a meaningful fancy diff is
1669 # a diff was a major help anyway, so this is commented out.
1671 # and could be the basis for a kick-ass diff in this case.
1680 # The other diff types need at least a few lines to be helpful.
1696 # Check if we should use diff.
1703 diff = difflib.unified_diff(want_lines, got_lines, n=2)
1704 diff = list(diff)[
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c254 struct os_reltime now, diff; in wpas_dpp_reply_wait_timeout() local
263 os_reltime_sub(&now, &wpa_s->dpp_last_init, &diff); in wpas_dpp_reply_wait_timeout()
264 diff_ms = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_reply_wait_timeout()
350 struct os_reltime now, diff; in wpas_dpp_auth_init_next() local
383 os_reltime_sub(&now, &wpa_s->dpp_init_iter_start, &diff); in wpas_dpp_auth_init_next()
384 used = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_auth_init_next()

Completed in 30 milliseconds

1...<<41424344454647484950>>...72