HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 301 - 325 of 431) sorted by null

<<1112131415161718

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 95 // 1. Left-shift A or B such that quotient A/B is in [1<<Msize1, 1<<(Msize2+1)
96 // (Msize2 bits if A < B when they are left-aligned, Msize2+1 bits if A >= B).
193 // 1. Left-shift A or B such that quotient A/B is in [1<<Msize1, 1<<(Msize2+1)
194 // (Msize2 bits if A < B when they are left-aligned, Msize2+1 bits if A >= B).
  /prebuilts/go/linux-x86/src/math/big/
rat.go 95 // 1. Left-shift A or B such that quotient A/B is in [1<<Msize1, 1<<(Msize2+1)
96 // (Msize2 bits if A < B when they are left-aligned, Msize2+1 bits if A >= B).
193 // 1. Left-shift A or B such that quotient A/B is in [1<<Msize1, 1<<(Msize2+1)
194 // (Msize2 bits if A < B when they are left-aligned, Msize2+1 bits if A >= B).
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /art/runtime/gc/allocator/
rosalloc.h 126 Slot* Left(size_t bracket_size) {
407 for (Slot* slot = LastSlot(); slot >= first_slot; slot = slot->Left(bracket_size)) {
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 690 DirectiveList &Left,
697 for (auto &Owner : Left) {
727 // Now all that's left in Right are those that were not matched.
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 609 unsigned Left = --OpenChildren[Parent];
610 if (Left != 0)
    [all...]
  /external/lzma/CPP/Common/
MyString.h 307 AString Left(unsigned count) const { return AString(count, *this); }
434 UString(unsigned num, const UString &s); // for Left
541 UString Left(unsigned count) const { return UString(count, *this); }
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 632 if (wsCondition.Left(2) == L".[" && wsCondition.Last() == L']')
634 else if (wsCondition.Left(2) == L".(" && wsCondition.Last() == L')')
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 21 m_iAlignment(CFX_RTFLineAlignment::Left) {
281 if (!m_bPagination && m_iAlignment != CFX_RTFLineAlignment::Left)
686 float fX = rtText.left;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bimport.go 1007 left, right := p.exprsOrNil()
1008 return nodl(pos, OKEY, left, right)
1128 n.Left = p.expr()
1160 n.Left = p.expr()
1168 n.Left, n.Right = p.exprsOrNil()
1182 n.Left, _ = p.exprsOrNil()
1206 left, _ := p.exprsOrNil()
1207 if left != nil {
1208 left = newname(left.Sym
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 19 // associated with that production; usually the left-most one
460 Left
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bimport.go 1007 left, right := p.exprsOrNil()
1008 return nodl(pos, OKEY, left, right)
1128 n.Left = p.expr()
1160 n.Left = p.expr()
1168 n.Left, n.Right = p.exprsOrNil()
1182 n.Left, _ = p.exprsOrNil()
1206 left, _ := p.exprsOrNil()
1207 if left != nil {
1208 left = newname(left.Sym
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 19 // associated with that production; usually the left-most one
460 Left
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.cpp 570 // ctrl+left and ctrl+right work on windows and linux
571 // command+left and command+right work on Mac
582 case cvd::xk::Left:
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 199 NonLoc left,
560 NonLoc left,
584 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
586 left = right;
591 // If left > max - right, we have an overflow.
592 SVal willOverflow = svalBuilder.evalBinOpNN(state, BO_GT, left,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 596 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1);
598 unsigned LeftReg = getRegEnsuringSimpleIntegerWidening(Left, IsUnsigned);
669 bool IsFloat = Left->getType()->isFloatTy();
670 bool IsDouble = Left->getType()->isDoubleTy();
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 339 CreateComplexDir(_directoryPath + us2fs(_filePath.Left(slashPos)));
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 436 result->push_back({CBC_QRCoderMode::sGBK, content.Left(index)});

Completed in 1560 milliseconds

<<1112131415161718