Home
last modified time | relevance | path

Searched refs:llabs (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/timers/
H A Draw_skew.c39 long long llabs(long long val) in llabs() function
136 if (llabs(eppm - ppm) > 1000) { in main()
H A Dadjtick.c37 long long llabs(long long val) in llabs() function
159 if (llabs(eppm - ppm) > 100) { in check_tick_adj()
H A Dposix_timers.c69 if (llabs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff()
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimerfd.c64 if (llabs(elapsed - 3600) > 60) { in run_test()
H A Dtimer.c59 if (llabs(elapsed - 3600) > 60) { in run_test()
/openbmc/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c243 if (llabs(skew) >= page_size) in test__vmlinux_matches_kallsyms()
/openbmc/linux/tools/testing/selftests/net/
H A Dso_txtime.c137 if (llabs(tstop - texpect) > cfg_variance_us) in do_recv_one()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c573 l = llabs(left->diff.cycles); in block_cycles_diff_cmp()
574 r = llabs(right->diff.cycles); in block_cycles_diff_cmp()
655 val = llabs(pair->block_info->cycles_spark[i] - in compute_cycles_diff()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch71 + v[i] = (time_t)llabs((long long)(r[i] - t));