HomeSort by relevance Sort by last modified time
    Searched defs:LL (Results 1 - 21 of 21) sorted by null

  /external/dropbear/libtomcrypt/testprof/
store_test.c 9 ulong64 LL, LL1;
32 LL = CONST64 (0x01020304050607);
34 STORE64L(LL, buf + y);
36 if (LL1 != LL) {
40 STORE64H(LL, buf + y);
42 if (LL1 != LL) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_scanf_interceptor_test.cc 81 const unsigned LL = sizeof(long long); // NOLINT
93 testScanf("%llu", 1, LL);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc 584 #define LL(x) GOOGLE_LONGLONG(x)
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(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE)))
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 536 #define LL(x) GOOGLE_LONGLONG(x)
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(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE)))
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 298 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner);
300 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
314 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
329 radii[SkRRect::kLowerLeft_Corner] = LL;
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 678 StringRef U, F, L, LL;
714 } else if (Suff::has("ll", text)) {
716 } else if (Suff::has("LL", text)) {
739 Info.LL = *UpperL ? "LL" : "ll";
882 commit.insert(LitE, LitInfo.LL);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 484 SDValue LL, LH, RL, RH, CL, CH;
486 GetSplitOp(N->getOperand(1), LL, LH);
502 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
508 SDValue LL, LH, RL, RH;
510 GetSplitOp(N->getOperand(2), LL, LH);
513 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0),
514 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 854 SDValue LL, LH, RL, RH;
857 LL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
    [all...]
DAGCombiner.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 298 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner);
300 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
314 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
329 radii[SkRRect::kLowerLeft_Corner] = LL;
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 501 TreeTy *LL = getLeft(L);
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));
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 281 // If the object is defined in the current Module, we'll be giving
676 Value *LL = LU->getOperand(0);
679 if (LL == I)
682 L = LL;
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 578 // LL - number of samples that both the primary and the surrogate splits send to the left
584 double LL = 0, RL = 0, LR, RR;
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
    [all...]
mltree.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 622 SDValue LL, RL, AddendL, AddendH;
623 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
639 AddendL, LL, RL);
647 AddendL, LL, RL);
658 AddendL, LL, RL);
660 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
    [all...]
  /external/valgrind/main/callgrind/
sim.c 94 static cache_t2 I1, D1, LL;
234 * Simple model: L1 & LL Write Through
308 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit;
316 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit;
326 * More complex model: L1 Write-through, LL Write-back
415 switch( cachesim_ref_wb( &LL, Read, a, size) ) {
427 switch( cachesim_ref_wb( &LL, Read, a, size) ) {
440 * the write to the LL to make the LL line dirty.
443 cachesim_ref_wb( &LL, Write, a, size)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 619 // If this is a trivial offset, then we'll get something like
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/zxing/core/
core.jar 

Completed in 6087 milliseconds