Home
last modified time | relevance | path

Searched refs:ts3 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_clock.c84 struct timespec ts3; in measure_clock() local
121 nanotime(&ts3); in measure_clock()
129 delta = timespec_sub(ts4, ts3); in measure_clock()
143 delta = timespec_sub(ts3, ts1); in measure_clock()
/freebsd/tests/sys/netpfil/pf/
H A Dtable.sh208 local uniq base ts1 ts3
220 ts3=`pft_cleared_ctime alcatraz foo 192.0.2.3`
221 atf_check test "$ts1" != "$ts3"
224 ts3=`ctime_to_unixtime "$ts3"`
225 atf_check test $(( "$ts3" - "$ts1" )) -lt 10 # (3 pings * 2) + epsilon
226 atf_check test "$ts1" -lt "$ts3"
/freebsd/contrib/kyua/utils/
H A Ddatetime_test.cpp271 const datetime::timestamp ts3 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY() local
275 ATF_REQUIRE_EQ("2012", ts3.strftime("%Y")); in ATF_TEST_CASE_BODY()
527 const datetime::timestamp ts3 = datetime::timestamp::from_microseconds( in ATF_TEST_CASE_BODY() local
532 ATF_REQUIRE_EQ(datetime::delta(100, 0), ts3 - ts1); in ATF_TEST_CASE_BODY()
533 ATF_REQUIRE_EQ(datetime::delta(99, 999988), ts3 - ts2); in ATF_TEST_CASE_BODY()
539 ATF_REQUIRE_EQ(datetime::delta::from_microseconds(1), ts2 - ts3); in ATF_TEST_CASE_BODY()
/freebsd/lib/virtual_oss/bt/
H A Dsbc_encode.h47 uint8_t ts3; member
H A Dbt.c853 phdr->ts3 = (uint8_t)(cfg->mtu_timestamp >> 24); in bt_play_sbc_transfer()
905 uint8_t ts3; in bt_play_aac_transfer() member
949 phdr->ts3 = (uint8_t)(cfg->mtu_timestamp >> 24); in bt_play_aac_transfer()
/freebsd/contrib/file/
H A Daclocal.m4872 : > conftest.ts3
905 echo gamma > conftest.ts3
910 test "$[]2" = conftest.ts3 &&
/freebsd/contrib/openpam/
H A Daclocal.m4905 : > conftest.ts3
938 echo gamma > conftest.ts3
943 test "$[]2" = conftest.ts3 &&