Searched refs:gt (Results 101 - 125 of 228) sorted by relevance

12345678910

/freebsd-12-stable/contrib/openresolv/
H A Dconfigure153 [ $l -gt 3 ] && t=" "
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot444 if [ $line_width -gt $max_width ]; then
897 [ ${swapsize:-0} -gt 0 ] && targetpart=p5
901 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
906 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
910 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
937 if [ ${swapsize:-0} -gt 0 ]; then
1016 if [ ${swapsize:-0} -gt 0 ]; then
1204 [ $nvdevs -gt 1 ] && bootpool_vdevtype=mirror
1305 if [ ${swapsize:-0} -gt 0 -a "$ZFSBOOT_SWAP_MIRROR" ]; then
/freebsd-12-stable/tools/test/netfibs/
H A Dinitiator.sh168 if test ${i} -gt 0; then
1095 if test ${_instances} -gt 1; then
1096 if test ${count} -gt 0; then
1106 if test ${count} -gt 0; then
1152 if test ${_instances} -gt 1; then
1172 if test ${_instances} -gt 1; then
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c609 const TValue *gt; /* global table */ local
611 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
613 luaV_gettable(L, gt, L->top - 1, L->top - 1);
735 const TValue *gt; /* global table */ local
738 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
740 luaV_settable(L, gt, L->top - 1, L->top - 2);
985 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); local
987 setobj(L, f->upvals[0]->v, gt);
988 luaC_barrier(L, f->upvals[0], gt);
H A Dldo.c679 p.dyd.gt.arr = NULL; p.dyd.gt.size = 0;
685 luaM_freearray(L, p.dyd.gt.arr, p.dyd.gt.size);
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c621 int gt, lt; local
643 gt = 1;
646 gt = -1;
651 return gt;
658 return gt;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S86 NORMAL = cmp.gt(AH,#-1) // and positive?
361 P_TMP = cmp.gt(AH,#-1)
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/contrib/openpam/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/contrib/sqlite3/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound_munin_143 if test $i -gt 1000; then
146 if test $i -gt 1500; then
/freebsd-12-stable/contrib/libevent/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/contrib/file/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/lib/libc/arm/string/
H A Dmemmove.S138 itt gt
154 itt gt
407 itt gt
422 itt gt
/freebsd-12-stable/contrib/lua/src/
H A Dldo.c790 p.dyd.gt.arr = NULL; p.dyd.gt.size = 0;
796 luaM_freearray(L, p.dyd.gt.arr, p.dyd.gt.size);
/freebsd-12-stable/contrib/openbsm/config/
H A Ddepcomp392 while test $i -gt 0; do
404 while test -d "$lockdir" && test $i -gt 0; do
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser91 Gregory Neil Shapiro E<lt>F<gshapiro@gshapiro.net>E<gt>
/freebsd-12-stable/contrib/cortex-strings/src/aarch64/
H A Dstrlen.S107 b.gt L(page_cross)
/freebsd-12-stable/bin/mv/tests/
H A Dlegacy_test.sh118 if [ $1 -gt 0 ]
/freebsd-12-stable/contrib/bmake/
H A Dmkdeps.sh189 if [ "`expr $llen + $len`" -gt ${width:-76} ]; then
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_drv.c778 /* GEN6_GDRST is not in the gt power well, no need to check
797 dev_priv->gt.force_wake_get(dev_priv);
799 dev_priv->gt.force_wake_put(dev_priv);
1360 dev_priv->gt.force_wake_get(dev_priv); \
1363 dev_priv->gt.force_wake_put(dev_priv); \
/freebsd-12-stable/tools/ifnet/
H A Dconvert_drvapi.sh295 if [ $count -gt 0 ]
/freebsd-12-stable/libexec/rc/rc.d/
H A Drouting134 if [ ${_fibs} -gt 0 ]; then
/freebsd-12-stable/release/picobsd/build/
H A Dpicobsd90 [ ${o_verbose} -gt 0 ] && printf "\n*** %s\n" "$*"
91 [ ${o_verbose} -gt 1 ] && read -p "=== Press enter to continue" foo
871 if [ ${mfs_start} -gt 0 -a ${mfs_size} -ge ${imgsize} ] ; then
945 [ ${o_verbose} -gt 0 ] && return
/freebsd-12-stable/crypto/openssh/regress/
H A Dcfgmatchlisten.sh31 if test $n -gt 60; then

Completed in 362 milliseconds

12345678910