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

<<1112

/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3520 const char* right; member in struct:__anon67::Case
3552 CharsToIndices(c->right))))
3553 << "Left <" << c->left << "> Right <" << c->right << "> Edits <"
3555 CharsToIndices(c->right)))
3558 CharsToLines(c->right)))
3559 << "Left <" << c->left << "> Right <" << c->right << "> Diff <"
3560 << CreateUnifiedDiff(CharsToLines(c->left), CharsToLines(c->right))
3620 const std::string right(
3623 EqFailure("left", "right", left, right, fals
[all...]
/freebsd-current/contrib/less/
H A Dscreen.c1920 /* Fill the right character and attributes. */
1974 /* Fill the right character and attributes. */
2058 /* Fill the right character and attributes. */
2345 short bot, right;
2353 _gettextwindow(&top, &left, &bot, &right);
2356 * from the cursor's position to the right edge of the screen.
2364 _settextwindow(top, left, bot, right);
2884 case PCK_RIGHT: /* right arrow */
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp1807 const std::pair<llvm::VersionTuple, T> &right) -> bool {
1808 assert(left.first != right.first && "two entries for the same version");
1809 return left.first < right.first;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc354 // to UQ1.SB by right shifting by 1. Least significant bit is omitted.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc667 case OCH_: /* find the right one, if any */
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk187 # condition should have been processed in parse-only mode. The right-hand
H A Ddirective-for-escape.mk129 # expect ExprLen to get all the details right in just a few lines of code.
H A Ddirective-for.mk223 # An empty list of iteration values to the right of the 'in' is accepted.
H A Dvarmod-indirect.mk171 # Another slightly different evaluation context is the right-hand side of
/freebsd-current/share/mk/
H A Dsys.mk200 # so it executing '+' commands is not right. Work around the bug by not
H A Dbsd.sys.mk76 # XXX always get it right.
/freebsd-current/sys/sys/
H A Dsoundcard.h258 u_char left,right; /* volumes, 0..255, 0 = mute */ member in struct:_snd_mix_param
302 u_short left, right; /* how many levels are supported */ member in struct:_snd_capabilities
423 int panning; /* -128=left, 127=right */
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlparser.c1024 lu_byte right; /* right priority */ member in struct:__anon108
1027 {10, 9}, {5, 4}, /* ^, .. (right associative) */
1061 nextop = subexpr(ls, &v2, priority[op].right);
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c6402 const struct loc_at *left, *right; local
6405 right = (const struct loc_at *)la2;
6407 if (left->la_off > right->la_off)
6409 else if (left->la_off < right->la_off)
6790 struct loc_at *la_list, *left, *right, *la; local
6871 right = &la_list[k];
6873 if (left->la_off == right->la_off)
6876 la_list[k - duplicates] = *right;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp242 Rect &right) const {
244 VerticalSplit(left_width, left, right);
247 void VerticalSplit(int left_width, Rect &left, Rect &right) const {
251 right.origin.x = origin.x + left.size.width;
252 right.origin.y = origin.y;
253 right.size.width = size.width - left.size.width;
254 right.size.height = size.height;
256 right.Clear();
2054 // A mapping field is drawn as two text fields with a right arrow in between.
4558 // Since we can't find any good looking right arro
[all...]
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dopenssh.spec510 - adjust build dependencies so that build6x actually works right (fix
592 dealing with comments right
767 always find them in the right place. (#17909)
793 - Actually use the right patch for moving the key generation to the init script.
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp179 // FIXME: What is the right way to say this doesn't fit? We should give
340 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { argument
341 if (left.Alignment != right.Alignment)
342 return left.Alignment > right.Alignment;
368 return getPrefOrder(left) < getPrefOrder(right);
668 // aligned right. This algorithm is only guaranteed optimal if
711 // isn't aligned right.
1227 // addr should be a void** right now. Load, then cast the result
2222 // right arguments to make sure it doesn't get no-op'ed.
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c744 bcmmix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2654 auto right = rhs_.begin(); variable
2655 for (size_t i = 0; i != actual_size; ++i, ++left, ++right) {
2659 // *left and *right. Dereference or the conversion to `const T&` may
2663 ImplicitCast_<const RhsValue&>(*right)),
2668 UniversalPrint(*right, listener->stream());
2676 ImplicitCast_<const RhsValue&>(*right))))
3266 // The array ensures left-to-right order of evaluation.
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl387 @ right shift by 31 will produce -1 or
388 @ 0, while logical right shift 1 or 0,
/freebsd-current/contrib/lua/src/
H A Dlparser.c1239 lu_byte right; /* right priority */ member in struct:__anon11
1243 {14, 13}, /* '^' (right associative) */
1247 {9, 8}, /* '..' (right associative) */
1281 nextop = subexpr(ls, &v2, priority[op].right);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc971 // The bug only occurs when writing an executable and executing it right
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1539 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { argument
1542 return SM.isBeforeInTranslationUnit(left.first.first, right.first.first);
2562 // FIXME: This isn't the right factoring. This is here for initial
H A DSemaExprObjC.cpp2997 // This very well may not produce the "right" method.
3528 ACCResult merge(ACCResult left, ACCResult right) { argument
3529 if (left == right) return left;
3530 if (left == ACC_bottom) return right;
3531 if (right == ACC_bottom) return left;
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y216 %right '~'

Completed in 342 milliseconds

<<1112