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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h116 ktime_us_delta(ktime_t later, ktime_t earlier) argument
118 ktime_t diff = ktime_sub(later, earlier);
124 ktime_ms_delta(ktime_t later, ktime_t earlier) argument
126 ktime_t diff = ktime_sub(later, earlier);
/freebsd-11-stable/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-11-stable/contrib/bmake/mk/
H A Dwarnings.mk90 # but tiggers a double free bug in bmake-20040118 and earlier.
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk176 # as a bait for a regression into the forced dependencies discussed earlier.
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk15 # building on 10.x and earlier work. This should be removed when that's no
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc247 // Restore the signal mask back to what we saved earlier.
/freebsd-11-stable/sys/arm/include/
H A Datomic-v4.h51 #error Only use this file with ARMv5 and earlier
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h391 boolean_t dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c4052 * last snap (ie, is on lastsnap->ds_next->ds_deadlist or an earlier deadlist).
4104 * Return TRUE if 'earlier' is an earlier snapshot in 'later's timeline.
4106 * 'earlier' is before 'later'. Or 'earlier' could be the origin of
4107 * 'later's filesystem. Or 'earlier' could be an older snapshot in the origin's
4108 * filesystem. Or 'earlier' could be the origin's origin.
4110 * If non-zero, earlier_txg is used instead of earlier's ds_creation_txg.
4113 dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier, argument
4121 ASSERT(earlier
[all...]
/freebsd-11-stable/contrib/tzdata/
H A DMakefile370 # to release 2012h and earlier.
663 # In earlier versions of this makefile, the other two directories were
665 # For example, with posix_right under the earlier scheme,
1059 : The dummy pacificnew pacifies TZUpdater 2.3.1 and earlier.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1083 architecture is just a synonym for an earlier architecture (see
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1993 # error Blooper! That should have been found earlier!
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S264 @ 32 to 52 bits if counting the register switch that happened earlier.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex65 % and turn on active characters that we couldn't do earlier because
4300 % 1) We use \vbox rather than the earlier \line to permit
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex65 % and turn on active characters that we couldn't do earlier because
4198 % 1) We use \vbox rather than the earlier \line to permit
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex64 % and turn on active characters that we couldn't do earlier because
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3400 ** not considered a bug since SQLite versions 3.3.0 and earlier do not support
7968 ** used with an SQLite version earlier than 3.8.2, the results of attempting
11956 ** the buffer contains a changeset, so must have the earlier calls to this
12144 ** operation is attempted because an earlier call to the conflict handler
12162 ** an earlier call to the conflict handler function returned
12188 ** an earlier call to the conflict handler function returned
13093 ** returned by an earlier call to xCreate().
[all...]

Completed in 994 milliseconds