Searched refs:earlier (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h125 ktime_us_delta(ktime_t later, ktime_t earlier) argument
127 ktime_t diff = ktime_sub(later, earlier);
133 ktime_ms_delta(ktime_t later, ktime_t earlier) argument
135 ktime_t diff = ktime_sub(later, earlier);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h68 tsc_tick_count earlier(tsc_tick_count const other) const { function in class:tsc_tick_count
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk17 # Oops, even worse. Running this test in a make from 2020-09-25 or earlier
H A Dposix1.mk178 # as a bait for a regression into the forced dependencies discussed earlier.
H A Dvar-scope-cmdline.mk47 # Var_Delete to delete the global variable. Just two months earlier, in var.c
H A Dcond-cmp-string.mk71 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
H A Dcond-token-plain.mk38 # comments are stripped in an earlier phase. See "case '#'" in
/freebsd-current/share/mk/
H A Dsrc.sys.mk36 # The following should be removed no earlier than LLVM11 being imported into the
/freebsd-current/contrib/sendmail/contrib/
H A Dcidrexpand236 with a later entry, suppress the overlap from the earlier
/freebsd-current/lib/libc/amd64/string/
H A Dstrcspn.S265 cmova %ecx, %eax # use the earlier match
309 cmova %ecx, %edx # use the earlier match
/freebsd-current/contrib/bmake/mk/
H A Dwarnings.mk121 # but tiggers a double free bug in bmake-20040118 and earlier.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc281 // Restore the signal mask back to what we saved earlier.
/freebsd-current/stand/
H A Ddefs.mk19 # via the early include of bsd.opts.mk. Moving Makefile.inc include earlier in
/freebsd-current/sys/conf/
H A Dkern.opts.mk17 # building on 10.x and earlier work. This should be removed when that's no
H A Dkern.pre.mk84 # The following should be removed no earlier than LLVM11 being imported into the
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddsl_dataset.h450 boolean_t dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc185 // no overflow occurred earlier: ((rep_t)x_UQ0_hw * b_UQ1_hw >> HW) is
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c526 * - Return error if the current dataset was created earlier than
772 "not an earlier snapshot from the same fs"));
850 "not an earlier snapshot from the same fs"));
1398 "is not earlier than it\n"),
2584 * Returns B_TRUE if earlier is an earlier snapshot in later's timeline; either
2585 * an earlier snapshot in the same filesystem, or a snapshot before later's
2589 snapshot_is_before(zfs_handle_t *earlier, zfs_handle_t *later) argument
2596 uint64_t earlier_txg = zfs_prop_get_int(earlier, ZFS_PROP_CREATETXG);
2601 zfs_handle_t *earlier_dir = name_to_dir_handle(earlier
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c4706 * last snap (ie, is on lastsnap->ds_next->ds_deadlist or an earlier deadlist).
4758 * Return TRUE if 'earlier' is an earlier snapshot in 'later's timeline.
4760 * 'earlier' is before 'later'. Or 'earlier' could be the origin of
4761 * 'later's filesystem. Or 'earlier' could be an older snapshot in the origin's
4762 * filesystem. Or 'earlier' could be the origin's origin.
4764 * If non-zero, earlier_txg is used instead of earlier's ds_creation_txg.
4767 dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier, argument
4775 ASSERT(earlier
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c2012 # error Blooper! That should have been found earlier!
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl1434 // x30 is loaded earlier
1894 // x30 loaded earlier
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua1166 -- Strip earlier bits out, leave declaration + alt
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm806 The fragments are evaluated in order, and side effects from earlier
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c2789 ** not considered a bug since SQLite versions 3.3.0 and earlier do not support
7760 ** used with an SQLite version earlier than 3.8.2, the results of attempting
12267 ** the buffer contains a changeset, so must have the earlier calls to this
12484 ** operation is attempted because an earlier call to the conflict handler
12502 ** an earlier call to the conflict handler function returned
12528 ** an earlier call to the conflict handler function returned
13504 ** returned by an earlier call to xCreate().
[all...]

Completed in 586 milliseconds