Home
last modified time | relevance | path

Searched refs:diff (Results 26 – 50 of 3450) sorted by relevance

12345678910>>...138

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch120 diff --git a/libgeis/geis.c b/libgeis/geis.c
168 diff --git a/libgeis/geis_class.c b/libgeis/geis_class.c
181 diff --git a/libgeis/geis_class.h b/libgeis/geis_class.h
194 diff --git a/libgeis/geis_device.c b/libgeis/geis_device.c
207 diff --git a/libgeis/geis_device.h b/libgeis/geis_device.h
298 diff --git a/libgeis/geis_frame.c b/libgeis/geis_frame.c
311 diff --git a/libgeis/geis_frame.h b/libgeis/geis_frame.h
324 diff --git a/libgeis/geis_group.c b/libgeis/geis_group.c
337 diff --git a/libgeis/geis_group.h b/libgeis/geis_group.h
376 diff --git a/libgeis/geis_touch.c b/libgeis/geis_touch.c
[all …]
/openbmc/linux/tools/perf/bench/
H A Dsched-pipe.c81 struct timeval start, stop, diff; in bench_sched_pipe() local
148 timersub(&stop, &start, &diff); in bench_sched_pipe()
155 result_usec = diff.tv_sec * USEC_PER_SEC; in bench_sched_pipe()
156 result_usec += diff.tv_usec; in bench_sched_pipe()
159 (unsigned long) diff.tv_sec, in bench_sched_pipe()
160 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
171 (unsigned long) diff.tv_sec, in bench_sched_pipe()
172 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
H A Dsched-seccomp-notify.c97 struct timeval start, stop, diff; in bench_sched_seccomp_notify() local
143 timersub(&stop, &start, &diff); in bench_sched_seccomp_notify()
150 result_usec = diff.tv_sec * USEC_PER_SEC; in bench_sched_seccomp_notify()
151 result_usec += diff.tv_usec; in bench_sched_seccomp_notify()
154 (unsigned long) diff.tv_sec, in bench_sched_seccomp_notify()
155 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_seccomp_notify()
166 (unsigned long) diff.tv_sec, in bench_sched_seccomp_notify()
167 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_seccomp_notify()
H A Dfind-bit-bench.c58 struct timeval start, end, diff; in do_for_each_set_bit() local
86 timersub(&end, &start, &diff); in do_for_each_set_bit()
87 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_for_each_set_bit()
102 timersub(&end, &start, &diff); in do_for_each_set_bit()
103 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_for_each_set_bit()
H A Dsynthesize.c66 struct timeval start, end, diff; in do_run_single_threaded() local
89 timersub(&end, &start, &diff); in do_run_single_threaded()
90 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_run_single_threaded()
153 struct timeval start, end, diff; in do_run_multi_threaded() local
182 timersub(&end, &start, &diff); in do_run_multi_threaded()
183 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_run_multi_threaded()
/openbmc/qemu/
H A D.gitattributes1 *.c.inc diff=c
2 *.h.inc diff=c
3 *.m diff=objc
4 *.py diff=python
/openbmc/linux/include/net/
H A Dseg6.h20 __be32 diff[] = { ~from, to }; in update_csum_diff4() local
22 skb->csum = ~csum_partial((char *)diff, sizeof(diff), ~skb->csum); in update_csum_diff4()
28 __be32 diff[] = { in update_csum_diff16() local
33 skb->csum = ~csum_partial((char *)diff, sizeof(diff), ~skb->csum); in update_csum_diff16()
/openbmc/linux/crypto/
H A Decdsa.c39 ssize_t diff = vlen - keylen; in ecdsa_get_signature_rs() local
51 if (diff > 0) { in ecdsa_get_signature_rs()
55 diff--; in ecdsa_get_signature_rs()
58 if (diff) in ecdsa_get_signature_rs()
61 if (-diff >= keylen) in ecdsa_get_signature_rs()
64 if (diff) { in ecdsa_get_signature_rs()
66 memset(rs, 0, -diff); in ecdsa_get_signature_rs()
148 ssize_t diff; in ecdsa_verify() local
169 if (diff >= 0) { in ecdsa_verify()
170 if (diff) in ecdsa_verify()
[all …]
/openbmc/linux/
H A D.gitattributes2 *.[ch] diff=cpp
3 *.dts diff=dts
4 *.dts[io] diff=dts
5 *.rs diff=rust
/openbmc/bmcweb/include/
H A Dhuman_sort.hpp55 const int diff = *l - *r; in alphanumComp() local
57 if (diff != 0) in alphanumComp()
59 return diff; in alphanumComp()
79 const int diff = lInt - rInt; in alphanumComp() local
80 if (diff != 0) in alphanumComp()
82 return diff; in alphanumComp()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c285 pair->diff.computed = true; in compute_delta()
294 pair->diff.computed = true; in compute_ratio()
308 return pair->diff.wdiff; in compute_wdiff()
639 pair->diff.cycles = in compute_cycles_diff()
1403 double diff; in __hpp__color_compare() local
1422 diff = pair->diff.period_ratio_delta; in __hpp__color_compare()
1428 pfmt, diff); in __hpp__color_compare()
1433 diff = pair->diff.period_ratio; in __hpp__color_compare()
1439 pfmt, diff); in __hpp__color_compare()
1590 double diff; in hpp__entry_pair() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A D0001-Fix-signature-of-main-function.patch27 diff --git a/src/chkshsgr.c b/src/chkshsgr.c
40 diff --git a/src/tai64n.c b/src/tai64n.c
66 diff --git a/src/trycpp.c b/src/trycpp.c
80 diff --git a/src/tryflock.c b/src/tryflock.c
95 diff --git a/src/trymkffo.c b/src/trymkffo.c
108 diff --git a/src/trypoll.c b/src/trypoll.c
123 diff --git a/src/trysgact.c b/src/trysgact.c
138 diff --git a/src/trysgprm.c b/src/trysgprm.c
153 diff --git a/src/tryshsgr.c b/src/tryshsgr.c
179 diff --git a/src/trywaitp.c b/src/trywaitp.c
[all …]
/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c73 long min, diff; in cs5530_set_dclk_frequency() local
80 diff = cs5530_pll_table[i].pixclock - info->var.pixclock; in cs5530_set_dclk_frequency()
81 if (diff < 0L) diff = -diff; in cs5530_set_dclk_frequency()
82 if (diff < min) { in cs5530_set_dclk_frequency()
83 min = diff; in cs5530_set_dclk_frequency()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dlogin.py76 diff = True
78 while diff != 0 and time.time() < timeout:
111 diff=float(compare_out.stderr.replace("(", "").replace(")","").split()[1])
112 if diff > 0:
114 … self.fail("Screenshot diff is {0}. Failed image stored in {1}".format(str(diff), savedfile))
116 self.assertEqual(0, diff, "Screenshot diff is {0}.".format(str(diff)))
/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c79 struct bpf_perf_event_value___local *before, diff; in fexit_update_maps() local
86 diff.counter = after->counter - before->counter; in fexit_update_maps()
87 diff.enabled = after->enabled - before->enabled; in fexit_update_maps()
88 diff.running = after->running - before->running; in fexit_update_maps()
92 accum->counter += diff.counter; in fexit_update_maps()
93 accum->enabled += diff.enabled; in fexit_update_maps()
94 accum->running += diff.running; in fexit_update_maps()
/openbmc/linux/tools/testing/selftests/timers/
H A Drtcpie.c35 struct timeval start, end, diff; in main() local
111 timersub(&end, &start, &diff); in main()
112 if (diff.tv_sec > 0 || in main()
113 diff.tv_usec > ((1000000L / tmp) * 1.10)) { in main()
115 diff.tv_sec, diff.tv_usec, in main()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h397 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \
400 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \
401 pstats->mac_stx[1].t##_lo, diff.lo); \
406 DIFF_64(diff.hi, new->s##_hi, old->s##_hi, \
407 diff.lo, new->s##_lo, old->s##_lo); \
408 ADD_64(estats->t##_hi, diff.hi, \
409 estats->t##_lo, diff.lo); \
419 #define ADD_STAT64(diff, t) \ argument
421 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \
422 pstats->mac_stx[1].t##_lo, new->diff##_lo); \
[all …]
/openbmc/qemu/replay/
H A Dreplay-internal.c245 int diff = (int)(current_icount - replay_state.current_icount); in replay_advance_current_icount() local
248 assert(diff >= 0); in replay_advance_current_icount()
251 if (diff > 0) { in replay_advance_current_icount()
253 replay_put_dword(diff); in replay_advance_current_icount()
254 replay_state.current_icount += diff; in replay_advance_current_icount()
257 if (diff > 0) { in replay_advance_current_icount()
258 replay_state.instruction_count -= diff; in replay_advance_current_icount()
259 replay_state.current_icount += diff; in replay_advance_current_icount()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch77 diff --git a/meson.build b/meson.build
113 diff --git a/src/basic/env-util.c b/src/basic/env-util.c
125 diff --git a/src/basic/log.c b/src/basic/log.c
157 diff --git a/src/basic/mkdir.c b/src/basic/mkdir.c
241 diff --git a/src/basic/time-util.c b/src/basic/time-util.c
253 diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c
289 diff --git a/src/core/dbus-util.c b/src/core/dbus-util.c
301 diff --git a/src/core/execute.c b/src/core/execute.c
313 diff --git a/src/core/kmod-setup.c b/src/core/kmod-setup.c
325 diff --git a/src/core/service.c b/src/core/service.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch77 diff --git a/meson.build b/meson.build
113 diff --git a/src/basic/env-util.c b/src/basic/env-util.c
125 diff --git a/src/basic/log.c b/src/basic/log.c
157 diff --git a/src/basic/mkdir.c b/src/basic/mkdir.c
241 diff --git a/src/basic/time-util.c b/src/basic/time-util.c
253 diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c
289 diff --git a/src/core/dbus-util.c b/src/core/dbus-util.c
301 diff --git a/src/core/execute.c b/src/core/execute.c
313 diff --git a/src/core/kmod-setup.c b/src/core/kmod-setup.c
325 diff --git a/src/core/service.c b/src/core/service.c
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dfix-grep-3.8.patch22 quilt/diff.in | 2 +-
28 diff --git a/quilt/diff.in b/quilt/diff.in
30 --- a/quilt/diff.in
31 +++ b/quilt/diff.in
41 diff --git a/quilt/patches.in b/quilt/patches.in
54 diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
108 …set -- $(sed -e "/^$bre\(\|\.patch\|\.diff\?\)\(\|\.gz\|\.bz2\|\.xz\|\.lzma\|\.lz\)\([ "$'\t'"]\|$…
120 diff --git a/quilt/upgrade.in b/quilt/upgrade.in
128 - proper_name="$(grep "^$(quote_bre $patch)"'\(\|\.patch\|\.diff?\)\(\|\.gz\|\.bz2\)\([ \t]\|$\)' $…
129 + proper_name="$(grep "^$(quote_grep_re $patch)"'\(\|\.patch\|\.diff?\)\(\|\.gz\|\.bz2\)\([ \t]\|$\…
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_fallback.sh187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
244 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
255 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
268 if diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A Dupdate-gawk-paths.patch28 diff --git a/src/mpers.awk b/src/mpers.awk
38 diff --git a/tests-m32/caps.awk b/tests-m32/caps.awk
48 diff --git a/tests-m32/match.awk b/tests-m32/match.awk
58 diff --git a/tests-m32/rt_sigaction.awk b/tests-m32/rt_sigaction.awk
68 diff --git a/tests-mx32/caps.awk b/tests-mx32/caps.awk
78 diff --git a/tests-mx32/match.awk b/tests-mx32/match.awk
98 diff --git a/tests/caps.awk b/tests/caps.awk
108 diff --git a/tests/match.awk b/tests/match.awk
118 diff --git a/tests/rt_sigaction.awk b/tests/rt_sigaction.awk
128 diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk
[all …]
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c524 u64 delay, diff, mult; in ionic_lif_alloc_phc() local
567 diff = U64_MAX / phc->cc.mult / 2; in ionic_lif_alloc_phc()
571 diff = DIV_ROUND_UP(diff, phc->cc.mult); in ionic_lif_alloc_phc()
575 diff |= diff >> 1; in ionic_lif_alloc_phc()
576 diff |= diff >> 2; in ionic_lif_alloc_phc()
577 diff |= diff >> 4; in ionic_lif_alloc_phc()
578 diff |= diff >> 8; in ionic_lif_alloc_phc()
579 diff |= diff >> 16; in ionic_lif_alloc_phc()
580 diff |= diff >> 32; in ionic_lif_alloc_phc()
583 diff &= phc->cc.mask; in ionic_lif_alloc_phc()
[all …]
/openbmc/qemu/hw/timer/
H A Dhpet.c173 uint32_t diff, cmp; in hpet_calculate_diff() local
177 diff = (int32_t)diff > 0 ? diff : (uint32_t)1; in hpet_calculate_diff()
178 return (uint64_t)diff; in hpet_calculate_diff()
180 uint64_t diff, cmp; in hpet_calculate_diff() local
183 diff = cmp - current; in hpet_calculate_diff()
184 diff = (int64_t)diff > 0 ? diff : (uint64_t)1; in hpet_calculate_diff()
185 return diff; in hpet_calculate_diff()
372 uint64_t diff; in hpet_timer() local
388 hpet_arm(t, diff); in hpet_timer()
401 uint64_t diff; in hpet_set_timer() local
[all …]

12345678910>>...138