Searched refs:promote (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/dev/cxgb/
H A Dbin2h.pl35 contributors may be used to endorse or promote products derived from
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dfunc.c19 * 4. The name of the author may not be used to endorse or promote products
534 tn = promote(NOOP, 0, tn);
579 tn = promote(NOOP, 0, tn);
690 tn = promote(NOOP, 0, tn);
763 tn = promote(NOOP, 0, tn);
826 tn2 = promote(NOOP, 0, tn2);
H A Dexterns1.h19 * 4. The name of the author may not be used to endorse or promote products
194 extern tnode_t *promote(op_t, int, tnode_t *);
H A Dtree.c19 * 4. The name of the author may not be used to endorse or promote products
556 * before promote() because otherwise unsigned char and unsigned
567 ln = promote(op, 0, ln);
574 rn = promote(op, 0, rn);
1483 promote(op_t op, int farg, tnode_t *tn) function
1506 lerror("promote() 1");
1526 * In traditional C, keep unsigned and promote FLOAT
1698 ptn = promote(NOOP, 1, tn);
3158 arg->tn_left = promote(NOOP, 1, arg->tn_left);
3209 tn = promote(NOO
[all...]
/freebsd-10.1-release/sys/boot/pc98/boot0/
H A Dboot0.s16 # 3. The name of the author may not be used to endorse or promote products
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Dchk.c20 * 4. The name of the author may not be used to endorse or promote products
444 int promote, asgn, warn; local
459 promote = def != NULL && def->s_osdef;
469 if (eqtype(arg1, arg2, 1, promote, asgn, &warn) && (!sflag || !warn))
491 if (promote) {
1164 * promote if set, promote left type before comparison; used for
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py211 promote=_("""Must also have the 'mount'
212 \t\t\t\tand 'promote' ability in the origin file system"""),
/freebsd-10.1-release/sys/boot/i386/pmbr/
H A Dpmbr.s15 # may be used to endorse or promote products derived from this software
/freebsd-10.1-release/crypto/openssl/util/
H A Dmkerr.pl414 " * endorse or promote products derived from this software without\n",
607 * endorse or promote products derived from this software without
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcall.c4612 tree promote; local
4618 promote = type_promotes_to (type);
4619 if (same_type_p (type, promote))
4620 promote = type;
4622 return promote;
/freebsd-10.1-release/sys/boot/pc98/cdboot/
H A Dcdboot.S15 # may be used to endorse or promote products derived from this software
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c13 * promote products derived from this software.
247 * only a frequency we want to promote it to the ``best'' channel
257 promote(int i) function
275 /* when ambiguous promote to ``best'' */
312 /* when ambiguous promote to ``best'' */
313 c = &chaninfo->ic_chans[promote(i)];
332 /* when ambiguous promote to ``best'' */
333 c = &chaninfo->ic_chans[promote(i)];

Completed in 295 milliseconds