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

  /external/deqp/framework/delibs/decpp/
deArrayUtil.hpp 33 template <int LastElementIndex, int Size, typename Elem>
34 const Elem& getSizedArrayElement (const Elem (&array)[Size], typename de::meta::EnableIf<int, LastElementIndex==Size>::Type offset)
41 template <int Size, typename Elem>
42 const Elem& getArrayElement (const Elem (&array)[Size], int offset)
  /bionic/libc/bionic/
malloc_info.cpp 22 class __LIBC_HIDDEN__ Elem {
25 explicit Elem(FILE* fp, const char* name,
41 ~Elem() noexcept {
56 DISALLOW_COPY_AND_ASSIGN(Elem);
65 Elem root(fp, "malloc", "version=\"jemalloc-1\"");
71 Elem arena_elem(fp, "heap", "nr=\"%d\"", i);
73 Elem(fp, "allocated-large").contents("%zu", mi.ordblks);
74 Elem(fp, "allocated-huge").contents("%zu", mi.uordblks);
75 Elem(fp, "allocated-bins").contents("%zu", mi.fsmblks);
81 Elem bin_elem(fp, "bin", "nr=\"%d\"", j)
    [all...]
  /external/skia/include/xml/
SkXMLWriter.h 30 void startElement(const char elem[]);
31 void startElementLen(const char elem[], size_t length);
37 virtual void onStartElementLen(const char elem[], size_t length) = 0;
42 struct Elem {
43 Elem(const char name[], size_t len)
52 void doEnd(Elem* elem);
54 Elem* getEnd();
56 SkTDArray<Elem*> fElems;
72 void onStartElementLen(const char elem[], size_t length) override
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 116 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
135 returnValue = (((uint32)(Elem)) << 24) |
164 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
174 returnValue = (((uint16)(Elem)) << 8) |
200 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
212 returnValue = (((uint32)(Elem)) << 16) |
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 129 FoldingSetIterator<AttributeImpl> Elem = I++;
130 delete &*Elem;
136 FoldingSetIterator<AttributeSetImpl> Elem = I++;
137 delete &*Elem;
143 FoldingSetIterator<AttributeSetNode> Elem = I++;
144 delete &*Elem;
  /external/skia/include/effects/
SkColorMatrix.h 20 enum Elem {
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 116 Value *Elem = Init->getOperand(0);
117 ASSERT_TRUE(isa<BlockAddress>(Elem));
118 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
120 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
123 Elem = Init->getOperand(1);
124 ASSERT_TRUE(isa<BlockAddress>(Elem));
125 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
127 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
  /external/llvm/lib/Analysis/
Lint.cpp 534 Constant *Elem = C->getAggregateElement(I);
535 if (isa<UndefValue>(Elem))
539 computeKnownBits(Elem, KnownZero, KnownOne, DL);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 581 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
582 const Expr *RHS = cast<Expr>(Elem.getStmt());
    [all...]
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 262 // and index, where the index is element Elem of a vector.
265 bool selectBDVAddr12Only(SDValue Addr, SDValue Elem, SDValue &Base,
664 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem,
679 Index.getOperand(1) == Elem) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 208 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
209 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem));
214 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
216 llvm::Constant::getNullValue(CGF.ConvertType(Elem));
    [all...]
CGOpenMPRuntime.cpp 425 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
426 Elem.second.DebugLoc = AI.getPointer();
483 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
484 Elem.second.ThreadID = ThreadID;
499 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
500 Elem.second.ThreadID = ThreadID;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]

Completed in 347 milliseconds