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

/freebsd-11.0-release/sys/dev/cxgb/
H A Dbin2h.pl35 contributors may be used to endorse or promote products derived from
/freebsd-11.0-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
199 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
576 * before promote() because otherwise unsigned char and unsigned
587 ln = promote(op, 0, ln);
594 rn = promote(op, 0, rn);
1515 promote(op_t op, int farg, tnode_t *tn) function
1538 LERROR("promote()");
1558 * In traditional C, keep unsigned and promote FLOAT
1731 ptn = promote(NOOP, 1, tn);
3260 arg->tn_left = promote(NOOP, 1, arg->tn_left);
3311 tn = promote(NOO
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h380 promote(NId, NMd);
409 promote(N1Id, N1Md);
410 promote(N2Id, N2Md);
415 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s15 # may be used to endorse or promote products derived from this software
/freebsd-11.0-release/contrib/ncurses/
H A Ddist.mk24 # holders shall not be used in advertising or otherwise to promote the sale, #
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkerr.pl422 " * endorse or promote products derived from this software without\n",
623 * endorse or promote products derived from this software without
/freebsd-11.0-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-11.0-release/sbin/ifconfig/
H A Difieee80211.c13 * promote products derived from this software.
249 * only a frequency we want to promote it to the ``best'' channel
259 promote(int i) function
277 /* when ambiguous promote to ``best'' */
314 /* when ambiguous promote to ``best'' */
315 c = &chaninfo->ic_chans[promote(i)];
334 /* when ambiguous promote to ``best'' */
335 c = &chaninfo->ic_chans[promote(i)];
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2730 /// \brief Utility function to promote the operand of \p Ext when this
2734 /// created to promote the operand of Ext.
2745 /// \brief Utility function to promote the operand of \p Ext when this
2749 /// created to promote the operand of Ext.
2791 /// action to promote the operand of \p Ext instead of using Ext.
2796 /// because we do not want to promote these instructions as CodeGenPrepare
2882 // Do not promote if the operand has been added by codegenprepare.
4081 // Check if we can promote.
4137 // Try to promote a chain of computation if it allows to form
4156 // Make the cheap checks first if we did not promote
4981 bool promote() { function in class:__anon2447::VectorPromoteHelper
[all...]

Completed in 214 milliseconds