Searched refs:gt (Results 51 - 75 of 228) sorted by relevance

12345678910

/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_indent.sh52 if test $m1 -ne $v1 -o $m2 -ne $v2 -o $m3 -gt $v3
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh118 if [ $(stat -f '%z' $STDOUT) -gt 0 ]; then
126 if [ $(stat -f '%z' $STDERR) -gt 0 ]; then
/freebsd-12-stable/tools/regression/tmpfs/
H A Dh_funcs.subr85 if [ $# -gt 0 ]; then
100 [ ${Verbose} -gt 1 ] && echo " $*..."
157 while [ $# -gt 0 ]; do
/freebsd-12-stable/crypto/openssh/
H A Dopensshd.init.in45 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then
/freebsd-12-stable/crypto/openssh/regress/
H A Ddynamic-forward.sh54 if [ $remote -gt 1 ]; then
/freebsd-12-stable/usr.sbin/bsdconfig/mouse/
H A Ddisable79 [ $pid -gt 0 ] &&
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D460.status-mail-rejects67 [ $rc -gt 0 ] && rc=1
/freebsd-12-stable/contrib/lua/src/
H A Dlparser.c344 Labellist *gl = &ls->dyd->gt;
345 Labeldesc *gt = &gl->arr[g]; local
346 lua_assert(eqstr(gt->name, label->name));
347 if (gt->nactvar < label->nactvar) {
348 TString *vname = getlocvar(fs, gt->nactvar)->varname;
351 getstr(gt->name), gt->line, getstr(vname));
354 luaK_patchlist(fs, gt->pc, label->pc);
369 Labeldesc *gt = &dyd->gt local
427 Labeldesc *gt = &gl-&gt;arr[i]; local
464 undefgoto(LexState *ls, Labeldesc *gt) argument
[all...]
H A Dlparser.h101 Labellist gt; /* list of pending gotos */ member in struct:Dyndata
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c342 Labellist *gl = &ls->dyd->gt;
343 Labeldesc *gt = &gl->arr[g]; local
344 lua_assert(luaS_eqstr(gt->name, label->name));
345 if (gt->nactvar < label->nactvar) {
346 TString *vname = getlocvar(fs, gt->nactvar)->varname;
349 getstr(gt->name), gt->line, getstr(vname));
352 luaK_patchlist(fs, gt->pc, label->pc);
367 Labeldesc *gt = &dyd->gt local
425 Labeldesc *gt = &gl-&gt;arr[i]; local
462 undefgoto(LexState *ls, Labeldesc *gt) argument
[all...]
H A Dlparser.h86 Labellist gt; /* list of pending gotos */ member in struct:Dyndata
/freebsd-12-stable/tests/sys/cddl/zfs/tests/refquota/
H A Drefquota_003_pos.ksh92 if [[ $used -gt $quota ]]; then
/freebsd-12-stable/tests/sys/cddl/zfs/tests/scrub_mirror/
H A Dscrub_mirror_common.kshlib79 if [ "$failedcount" -gt 0 ]; then
/freebsd-12-stable/tests/sys/geom/class/multipath/
H A Dfailloop.sh62 if [ `cat restore_count` -gt 2 ]; then
/freebsd-12-stable/tests/sys/netinet6/
H A Dmld.sh43 if [ $$ -gt 65535 ]; then
H A Dscapyi386.sh48 if [ $$ -gt 65535 ]; then
/freebsd-12-stable/usr.sbin/certctl/
H A Dcertctl.sh90 [ $VERBOSE -gt 0 ] && echo "Adding $hash.$suffix to trust store"
114 [ $VERBOSE -gt 0 ] && echo "Adding $filename to blacklist"
133 [ $VERBOSE -gt 0 ] && echo "Reading $CFILE"
273 [ $# -gt 0 ] || usage
284 [ $ERRORS -gt 0 ] && echo "Encountered $ERRORS errors" >&2
/freebsd-12-stable/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh43 if [ "$zfssize" -gt 0 ]; then
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S111 A_POS = cmp.gt(AH,#-1)
128 B_POS = cmp.gt(BH,#-1)
207 p0 = cmp.gt(EXPB,##BIAS+BIAS-2)
211 p0 = cmp.gt(EXPB,#0)
315 p0 = cmp.gt(AH,#-1)
316 p1 = cmp.gt(BH,#-1)
327 p0 = cmp.gt(ATMPH,#-1)
H A Ddffma.S148 P_TMP = cmp.gt(CH,#-1)
190 PROD_NEG = !cmp.gt(TMP,#-1)
196 P_TMP = !cmp.gt(TMP,#-1)
197 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP
212 P_TMP = cmp.gt(EXPC,#63)
307 P_TMP = !cmp.gt(EXPA,TMP)
308 P_TMP = cmp.gt(EXPA,#1)
387 p0 = cmp.gt(EXPA,##BIAS+BIAS)
391 p0 = cmp.gt(EXPA,#0)
400 p3 = cmp.gt(CTMP
[all...]
H A Ddfdiv.S105 Q_POSITIVE = cmp.gt(SIGN,#-1)
135 NO_OVF_UNF = cmp.gt(EXPA,QH)
136 NO_OVF_UNF = !cmp.gt(EXPA,QL)
232 P_TMP = cmp.gt(EXPA,##DF_BIAS+DF_BIAS) // overflow
236 P_TMP = cmp.gt(EXPA,#0)
362 Q_POSITIVE = cmp.gt(SIGN,#-1)
/freebsd-12-stable/lib/libc/arm/string/
H A Dmemset.S233 it gt
244 it gt
258 it gt
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh43 [ ${f_bused} -gt 1 ] || atf_fail "Incorrect bused count"
74 [ ${f_bused} -gt $((5 * 1024 * 1024 / ${pagesize})) ] || \
/freebsd-12-stable/contrib/bc/tests/
H A Dread.sh49 if [ "$#" -gt 0 ]; then
/freebsd-12-stable/contrib/dma/
H A Dlocal.c230 const char *gt = ">"; local
232 if (write(mbox, gt, 1) != 1)

Completed in 522 milliseconds

12345678910