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

12345678910

/freebsd-12-stable/contrib/bc/tests/
H A Dscripts.sh44 if [ "$#" -gt 0 ]; then
51 if [ "$#" -gt 0 ]; then
58 if [ "$#" -gt 0 ]; then
65 if [ "$#" -gt 0 ]; then
72 if [ "$#" -gt 0 ]; then
H A Dscript.sh49 if [ "$#" -gt 0 ]; then
56 if [ "$#" -gt 0 ]; then
63 if [ "$#" -gt 0 ]; then
70 if [ "$#" -gt 0 ]; then
77 if [ "$#" -gt 0 ]; then
H A Dtest.sh55 if [ "$#" -gt 0 ]; then
62 if [ "$#" -gt 0 ]; then
69 if [ "$#" -gt 0 ]; then
/freebsd-12-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-12-stable/contrib/googletest/ci/
H A Dget-nprocessors.sh45 if [ $NPROCESSORS -gt 4 ] ; then
/freebsd-12-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-12-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-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsys-mem.sh37 if [ $smbios_mem -gt $realmem ]; then
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S30 b.gt 1b
/freebsd-12-stable/contrib/bc/
H A Dlink.sh35 test "$#" -gt 1 || usage
/freebsd-12-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-12-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-12-stable/usr.sbin/periodic/etc/daily/
H A D430.status-uptime30 [ $rc -gt 1 ] && rc=1
/freebsd-12-stable/usr.sbin/periodic/etc/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
/freebsd-12-stable/contrib/pjdfstest/tests/utimensat/
H A D01.t34 if [ "$delta_mtime" -gt 0 ]; then
43 if [ "$delta_atime" -gt 0 ]; then
/freebsd-12-stable/contrib/bc/tests/bc/
H A Dtimeconst.sh35 if [ "$#" -gt 0 ]; then
42 if [ "$#" -gt 0 ]; then
/freebsd-12-stable/sys/modules/dtb/mv/
H A DMakefile11 marvell/armada-8040-clearfog-gt-8k.dts \
/freebsd-12-stable/libexec/rc/rc.d/
H A Dbgfsck38 if [ "${background_fsck_delay}" -gt 0 ]; then
H A Dugidfw44 if [ ${rulecount:-0} -gt 0 ]; then

Completed in 365 milliseconds

12345678910