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

1 2

  /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/src/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;
71 void onStartElementLen(const char elem[], size_t length) override
    [all...]
  /external/skqp/src/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;
71 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 110 FoldingSetIterator<AttributeImpl> Elem = I++;
111 delete &*Elem;
117 FoldingSetIterator<AttributeSetImpl> Elem = I++;
118 delete &*Elem;
124 FoldingSetIterator<AttributeSetNode> Elem = I++;
125 delete &*Elem;
  /external/skia/include/effects/
SkColorMatrix.h 20 enum Elem {
  /external/skqp/include/effects/
SkColorMatrix.h 20 enum Elem {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 143 Constant *Elem[2] = {
166 dtors.push_back(ConstantStruct::get(GlobalDtorElemTy, Elem));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 200 auto &Elem = V[KeyInt];
204 Elem.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndexYAML.h 206 auto &Elem = V[KeyInt];
208 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndexYAML.h 206 auto &Elem = V[KeyInt];
208 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 200 auto &Elem = V[KeyInt];
204 Elem.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndexYAML.h 206 auto &Elem = V[KeyInt];
208 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndexYAML.h 206 auto &Elem = V[KeyInt];
208 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndexYAML.h 209 auto &Elem = V[KeyInt];
211 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
RunQueue.h 56 Elem* e = &array_[front & kMask];
71 Elem* e = &array_[(front - 1) & kMask];
88 Elem* e = &array_[(back - 1) & kMask];
107 Elem* e = &array_[back & kMask];
131 Elem* e = &array_[mid & kMask];
183 struct Elem {
202 Elem array_[kSize];
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h 125 tree_.ForEachElement([&fn](const ShapeIndex& index, const Elem& elem) {
126 fn(index, elem.buffers);
131 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) {
132 fn(index, &elem->buffers);
138 [&fn](const ShapeIndex& index, const Elem& elem) {
139 return fn(index, elem.buffers);
144 struct Elem {
    [all...]

Completed in 938 milliseconds

1 2