Searched refs:gt (Results 1 - 25 of 200) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_max_4.S16 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt)
H A Dsync_fetch_and_max_8.S17 #define max_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, gt)
H A Dgtdf2vfp.S29 ITE(gt)
H A Dgtsf2vfp.S29 ITE(gt)
/freebsd-11-stable/lib/libc/string/
H A Dtimingsafe_memcmp.c37 /* gt is -1 if p1[i] > p2[i]; else 0. */
38 int gt = (p2[i] - p1[i]) >> CHAR_BIT; local
41 int cmp = lt - gt;
47 done |= lt | gt;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.addprobes.ksh48 if [ $status -gt 0 ]; then
55 if [ $status -gt 0 ]; then
H A Dtst.probemod.ksh49 if [ $status -gt 0 ]; then
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsys-mem.sh35 if [ $smbios_mem -gt $realmem ]; then
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_times54 [ ${st_atime} -gt ${ost_atime} ] || die
62 [ ${st_atime} -gt ${ost_atime} ] || die
63 [ ${st_ctime} -gt ${ost_ctime} ] || die
64 [ ${st_mtime} -gt ${ost_mtime} ] || die
74 [ ${st_atime} -gt ${ost_atime} ] || die
87 [ ${st_ctime} -gt ${ost_ctime} ] || die
100 [ ${st_ctime} -gt ${ost_ctime} ] || die
102 [ ${dst_mtime} -gt ${dost_mtime} ] || die
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S30 b.gt 1b
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_times.sh50 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime"
57 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime"
58 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime"
59 [ ${st_mtime} -gt ${ost_mtime} ] || atf_fail "Incorrect mtime"
79 [ ${st_atime} -gt ${ost_atime} ] || atf_fail "Incorrect atime"
102 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime"
126 [ ${st_ctime} -gt ${ost_ctime} ] || atf_fail "Incorrect ctime"
128 [ ${dst_mtime} -gt ${dost_mtime} ] || atf_fail "Incorrect mtime"
/freebsd-11-stable/etc/periodic/daily/
H A D430.status-uptime30 [ $rc -gt 1 ] && rc=1
H A D440.status-mailq37 [ $rc -gt 0 ] && rc=1 || rc=0
58 [ $rc_submit -gt 0 ] && rc=1
H A D100.clean-disks48 [ $rc -gt 1 ] && rc=1
H A D120.clean-preserve44 [ $rc -gt 1 ] && rc=1
H A D140.clean-rwho44 [ $rc -gt 1 ] && rc=1
/freebsd-11-stable/etc/periodic/security/
H A D300.chkuid051 [ $n -gt 0 ] && rc=1 || rc=0
H A D400.passwdless48 [ $n -gt 0 ] && rc=1 || rc=0
H A D410.logincheck52 [ $n -gt 0 ] && rc=1 || rc=0
H A D110.neggrpperm58 [ $n -gt 0 ] && rc=1 || rc=0
/freebsd-11-stable/etc/rc.d/
H A Dbgfsck38 if [ "${background_fsck_delay}" -gt 0 ]; then
H A Dugidfw44 if [ ${rulecount:-0} -gt 0 ]; then
H A Dntpd112 if [ "$ntp_ver_no_src" -gt "$ntp_ver_no_db" -o \
114 "$ntp_expiry_src" -gt "$ntp_expiry_db" ]; then
147 if [ "$ntp_expiry_tmp" -gt "$ntp_expiry_db" -o \
149 "$ntp_ver_no_tmp" -gt "$ntp_ver_no_db" ]; then
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c201 time_t d, gt; local
218 gt = t_cache[localzone];
219 gtm = gt ? &tm_cache[localzone] : time2tm(gt,localzone);
225 gt += d;
226 gtm = time2tm(gt,localzone);
228 t_cache[localzone] = gt;
245 return gt;
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhyperv_vfattach25 if [ $delay -gt 0 ]

Completed in 133 milliseconds

12345678