Searched defs:LL (Results 1 - 25 of 28) sorted by relevance

12

/external/qemu/util/
H A Dhost-utils.c44 } LL; typedef in typeref:union:__anon30255
45 LL rl, rm, rn, rh, a0, b0;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc41 static const unsigned LL = sizeof(long long); variable
115 testScanf("%llu", 1, LL);
116 testScanf("%qd", 1, LL);
/external/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); local
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc584 #define LL(x) GOOGLE_LONGLONG(x) macro
613 EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF)));
614 EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000)));
615 EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF)));
616 EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000)));
617 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF)));
618 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000)));
624 EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
625 EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
626 EXPECT_EQ(LL(
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.c244 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
266 addstr(out, RETS, LL(RETS));
267 bufflen -= LL(RETS);
273 addstr(out, PRE, LL(PRE)); /* add prefix */
274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
282 addstr(out, RETS, LL(RETS));
284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc536 #define LL(x) GOOGLE_LONGLONG(x) macro
565 EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF)));
566 EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000)));
567 EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF)));
568 EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000)));
569 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF)));
570 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000)));
576 EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
577 EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
578 EXPECT_EQ(LL(
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_sim.c166 static cache_t2 LL; variable
174 cachesim_initcache(LLc, &LL);
183 if (cachesim_ref_is_miss(&LL, a, size))
198 UInt LL_set = block & LL.sets_min_1;
200 // can use block as tag as L1I and LL cache line sizes are equal
201 if (cachesim_setref_is_miss(&LL, LL_set, block))
212 if (cachesim_ref_is_miss(&LL, a, size))
219 * Does this Ir only touch one cache line, and are L1I/LL cache
228 if (I1.line_size_bits != LL.line_size_bits) return False;
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c25 long long LL, unsigned long long ULL, signed long long SLL,
22 builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, unsigned short US, signed short SS, int I, unsigned int UI, signed int SI, long L, unsigned long UL, signed long SL, long long LL, unsigned long long ULL, signed long long SLL, float F, double D, long double LD) argument
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp678 StringRef U, F, L, LL; member in struct:__anon17897::LiteralInfo
716 } else if (Suff::has("LL", text)) {
739 Info.LL = *UpperL ? "LL" : "ll";
882 commit.insert(LitE, LitInfo.LL);
/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp788 auto LL = L(1, 'a', 3.14, "abc"); local
789 LL("dim");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp515 SDValue LL, LH, RL, RH, CL, CH; local
517 GetSplitOp(N->getOperand(1), LL, LH);
531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
537 SDValue LL, LH, RL, RH; local
539 GetSplitOp(N->getOperand(2), LL, LH);
542 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0),
543 N->getOperand(1), LL, RL, N->getOperand(4));
H A DLegalizeIntegerTypes.cpp1966 SDValue LL, LH, RL, RH; local
1967 GetExpandedInteger(N->getOperand(0), LL, LH);
1969 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LL, RL);
1970 Hi = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LH, RH);
1979 SDValue LL, LH, RL, RH; local
1980 GetExpandedInteger(N->getOperand(0), LL, LH);
1983 if (TLI.expandMUL(N, Lo, Hi, NVT, DAG, LL, LH, RL, RH))
H A DTargetLowering.cpp1376 DAG.getConstant(0LL, newVT), Cond);
2787 SelectionDAG &DAG, SDValue LL, SDValue LH,
2802 // LL, LH, RL, and RH must be either all NULL or all set to a value.
2803 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) ||
2804 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode()));
2806 if (!LL.getNode() && !RL.getNode() &&
2808 LL = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, N->getOperand(0));
2812 if (!LL.getNode())
2822 DAG.getVTList(HiLoVT, HiLoVT), LL, RL);
2828 Lo = DAG.getNode(ISD::MUL, dl, HiLoVT, LL, R
2786 expandMUL(SDNode *N, SDValue &Lo, SDValue &Hi, EVT HiLoVT, SelectionDAG &DAG, SDValue LL, SDValue LH, SDValue RL, SDValue RH) const argument
[all...]
H A DLegalizeVectorTypes.cpp963 SDValue LL, LH, RL, RH; local
964 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
967 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
/external/llvm/lib/Analysis/
H A DValueTracking.cpp678 Value *LL = LU->getOperand(0); local
681 if (LL == I)
684 L = LL;
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp337 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner); local
339 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
353 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
368 radii[SkRRect::kLowerLeft_Corner] = LL;
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h501 TreeTy *LL = getLeft(L); local
504 if (getHeight(LL) >= getHeight(LR))
505 return createNode(LL, L, createNode(LR,V,R));
512 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp668 SDValue LL, RL, AddendL, AddendH; local
669 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
685 AddendL, LL, RL);
693 AddendL, LL, RL);
704 AddendL, LL, RL);
706 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
/external/opencv/ml/src/
H A Dmlboost.cpp578 // LL - number of samples that both the primary and the surrogate splits send to the left
584 double LL = 0, RL = 0, LR, RR; local
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
612 LL += w; LR -= w;
613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
615 best_val = LL + RR;
643 // LL - number of samples that both the primary and the surrogate splits send to the left
H A Dmltree.cpp2054 // LL - number of samples that both the primary and the surrogate splits send to the left
2063 int LL = 0, RL = 0, LR, RR; local
2079 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
2086 LL++; LR--;
2087 if( LL + RR > _best_val && sorted[i].val + epsilon < sorted[i+1].val )
2089 best_val = LL + RR;
2107 double LL = 0, RL = 0, LR, RR; local
2128 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
2137 LL += w; LR -= w;
2138 if( LL
[all...]
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp334 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner); local
336 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
350 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
365 radii[SkRRect::kLowerLeft_Corner] = LL;
/external/valgrind/main/callgrind/
H A Dsim.c94 static cache_t2 I1, D1, LL; variable
234 * Model: single inclusive, 2-level cache hierarchy (L1/LL)
319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit;
327 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit;
337 * More complex model: L1 Write-through, LL Write-back
427 switch( cachesim_ref_wb( &LL, Read, a, size) ) {
439 switch( cachesim_ref_wb( &LL, Read, a, size) ) {
452 * the write to the LL to make the LL line dirty.
455 cachesim_ref_wb( &LL, Writ
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2253 std::vector<Value *> &LL = CandidatePairs2[S->second]; local
2254 for (std::vector<Value *>::iterator L = LL.begin(), LE = LL.end();
/external/clang/include/clang/AST/
H A DStmt.h1211 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) argument
1212 : Stmt(GotoStmtClass), Label(label), GotoLoc(GL), LabelLoc(LL) {}
1944 explicit SEHLeaveStmt(SourceLocation LL) argument
1945 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {}
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp964 unsigned LL, SC, AND, NOR, ZERO, BEQ; local
968 LL = Mips::LL_MM;
971 LL = Subtarget->hasMips32r6() ? Mips::LL : Mips::LL_R6;
979 LL = Subtarget->hasMips64r6() ? Mips::LLD : Mips::LLD_R6;
1022 BuildMI(BB, DL, TII->get(LL), OldVal).addReg(Ptr).addImm(0);
1178 BuildMI(BB, DL, TII->get(Mips::LL), OldVal).addReg(AlignedAddr).addImm(0);
1233 unsigned LL, SC, ZERO, BNE, BEQ; local
1236 LL = isMicroMips ? Mips::LL_MM : Mips::LL;
[all...]

Completed in 1260 milliseconds

12