Searched refs:gt (Results 126 - 150 of 228) sorted by relevance

12345678910

/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Daesv8-armx.S29 b.gt .Lenc_key_abort
244 b.gt .Loop_enc
273 b.gt .Loop_dec
450 b.gt .Loop3x_cbc_dec
528 b.gt .Lcbc_dec_tail
633 b.gt .Loop3x_ctr32
718 b.gt .Lctr32_tail
/freebsd-12-stable/tests/sys/netgraph/
H A Dbridge.c627 struct ng_bridge_host_ary *gt = (void *)msg->data; local
631 rm->cnt = gt->numHosts;
/freebsd-12-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh110 if [ $? -gt 0 ]
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh433 if [ $LASTSLICE -gt 4 ]
622 if [ "$SIZE" -gt "5" ] ; then
H A Dfunctions-extractimage.sh384 if [ ${COUNT} -gt ${RSYNCTRIES} ]
H A Dfunctions-bsdlabel.sh169 if [ $NUM -gt $MAXNUM ]
/freebsd-12-stable/contrib/cortex-strings/src/aarch64/
H A Dstrcpy.S130 b.gt .Lpage_cross
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dinit.sh362 testdir_prefix_ () { printf gt; }
/freebsd-12-stable/sys/net/
H A Diflib.h446 void iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu, char *name);
/freebsd-12-stable/sys/kern/
H A Dkern_conf.c615 struct cdevsw *gt; local
618 gt = devsw->d_gianttrick;
619 memcpy(devsw, gt, sizeof *devsw);
620 cdevsw_free_devlocked(gt);
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh99 while [ $# -gt 0 ]; do
164 if [ $# -gt 1 ]; then usage; fi
509 if [ `date "+%s"` -gt `expr ${SNAPSHOTDATE} + 31536000` ]; then
528 if [ ${OLDSNAPSHOTDATE} -gt ${SNAPSHOTDATE} ]; then
624 if [ $TOTAL -gt 0 ]; then
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh425 lamb$( [ $N -gt 1 ] && echo s )
645 lamb$( [ $N -gt 1 ] && echo s )
H A Dt_option.sh52 test "${#opt}" -gt 1 &&
/freebsd-12-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh40 while [ ${ncol} -gt ${diskn} ] ; do
/freebsd-12-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh308 if [ "$(get_n_caches)" -gt 5 ]; then
/freebsd-12-stable/contrib/expat/lib/
H A Dxmltok_impl.c667 goto gt;
683 gt:
774 goto gt;
791 gt:
/freebsd-12-stable/contrib/apr/encoding/
H A Dapr_escape.c541 memcpy(d, ">", 4);
674 "lt\074gt\076", /* 2 */
/freebsd-12-stable/usr.bin/sed/tests/
H A Dmulti_test.sh104 [ $MARK -gt 0 ] && result
/freebsd-12-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh153 if [ $1 -gt 0 ]
/freebsd-12-stable/contrib/ncurses/
H A Ddist.mk142 -e 's/>/\>/g' \
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_pm.c4338 dev_priv->gt.force_wake_get(dev_priv);
4375 dev_priv->gt.force_wake_put(dev_priv);
4451 dev_priv->gt.force_wake_get = vlv_force_wake_get;
4452 dev_priv->gt.force_wake_put = vlv_force_wake_put;
4454 dev_priv->gt.force_wake_get = __gen6_gt_force_wake_mt_get;
4455 dev_priv->gt.force_wake_put = __gen6_gt_force_wake_mt_put;
4457 dev_priv->gt.force_wake_get = __gen6_gt_force_wake_get;
4458 dev_priv->gt.force_wake_put = __gen6_gt_force_wake_put;
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_clock.c128 #define GENCLK(id, name, type, parents, mux, div, gt) { \
135 gt \
/freebsd-12-stable/share/mk/
H A Dsrc.sys.obj.mk150 while [ $$\# -gt 0 ]; do \
/freebsd-12-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh450 while [ $# -gt 0 ]; do
809 if [ `sysctl -n kern.securelevel` -gt 0 ]; then
2070 if [ ${TIMELEFT} -gt 7884000 ]; then
2076 if [ ${TIMELEFT} -gt `expr ${SINCEWARN} \* 3` ]; then
2221 if [ ${T} -ne 0 -a ${P} -gt `expr ${T} / 2` ]; then
2742 if [ $CNT -gt 9 ]; then
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib54 if [[ unsupported -gt 0 ]] ; then
1324 [ $curtime -gt $endtime ] && return 1
1649 test $errs -gt 0; ret=$?

Completed in 379 milliseconds

12345678910