Searched refs:right (Results 276 - 286 of 286) sorted by relevance

<<1112

/freebsd-current/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c661 extern Expr * build_expr(Expr *left, enum Operator op, Expr *right);
/freebsd-current/contrib/ncurses/
H A Dconfigure1972 # certainly right.
12703 0x2510 upper right corner
12704 0x2518 lower right corner
12706 0x2524 tee pointing right
12721 0x2192 arrow pointing right
12738 0x2513 upper right corner
12739 0x251b lower right corner
12741 0x252b tee pointing right
12750 0x2557 upper right corner
12751 0x255d lower right corne
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5156 const SDNode *right = N0.getOperand(1).getNode(); local
5158 if (isa<ConstantSDNode>(left) || isa<ConstantSDNode>(right))
5171 for (const SDNode *User : right->uses()) {
5238 // right places.
5434 // Canonicalize the multiply so the constant (if any) is on the right
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl571 @ not being wider than 58 bits, so that result of right shift
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c1184 DPRINTF("hardware has swapped left and right\n");
4387 /* XXX This is not really right */
4453 /* XXX This is not really right */
5513 unsigned type, unsigned left, unsigned right)
5525 chan == 0 ? left : right);
5512 uaudio_mixer_set(struct uaudio_softc *sc, struct snd_mixer *m, unsigned type, unsigned left, unsigned right) argument
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl814 // Always called right before return... jumps to cleanup and exits
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1384 ast.getTranslationUnitDecl(); // Is this the right decl context?,
1975 clang::DeclContext *right,
1984 for (clang::DeclContext *d = right; d != nullptr; d = d->getParent())
2223 // Verify that all arguments are valid and the right type
2707 // ASTContext because it only supports TagDecl objects right now...
8805 // added ASTContext because it only supports TagDecl objects right
1974 FindLCABetweenDecls(clang::DeclContext *left, clang::DeclContext *right, clang::DeclContext *root) argument
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4217 case ios_base::right:
5101 // Users who want to get this right should use ICU instead.
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp8982 std::string right;
9488 TextFlow::Column( cols.right ).width( consoleWidth - 7 - optWidth );
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c334 ** to experimental interfaces but reserve the right to make minor changes
7688 ** expr on the right-hand side can be evaluated (and thus the constraint
7706 ** to the right of the first 63 is required, then bit 63 of colUsed is also
7713 ** the right-hand side of the corresponding aConstraint[] is evaluated
7832 ** The right-hand operands for each constraint might be accessible using
7833 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7835 ** in the input SQL. If the right-hand operand is another column or an
7839 ** SQLITE_INDEX_CONSTRAINT_ISNOTNULL operators have no right-hand operand
10336 ** on the right-hand side of the IN operator.)^ Thus the virtual table
10337 ** only sees a single value from the right
212798 RtreeCell right; local
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2652 @ right shift by 31 will produce -1 or
2653 @ 0, while logical right shift 1 or 0,

Completed in 1178 milliseconds

<<1112