Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/external/skia/src/effects/gradients/
DSkGradientBitmapCache.cpp12 struct SkGradientBitmapCache::Entry { struct in SkGradientBitmapCache
13 Entry* fPrev;
14 Entry* fNext;
16 void* fBuffer;
17 size_t fSize;
18 SkBitmap fBitmap;
20 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() argument
29 ~Entry() { sk_free(fBuffer); } in ~Entry()
54 SkGradientBitmapCache::Entry* SkGradientBitmapCache::detach(Entry* entry) const { in detach()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h23 struct Entry { struct
38 SmallVector<Entry, 2> Entries; argument
60 struct Entry { struct
68 SmallVector<Entry, 2> Entries; argument
DDWARFDebugMacro.h24 struct Entry { struct
44 typedef SmallVector<Entry, 4> MacroList; argument
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD, in getArithmeticInstrCost() local
285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT)) in getArithmeticInstrCost() local
402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second)) in getArithmeticInstrCost() local
458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl, in getShuffleCost() local
[all …]
/external/libweave/src/
Daccess_black_list_manager.h16 struct Entry { struct
38 virtual std::vector<Entry> GetEntries() const = 0; argument
/external/clang/tools/diagtool/
DListWarnings.cpp31 struct Entry { struct
32 llvm::StringRef DiagName;
33 llvm::StringRef Flag;
35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() argument
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/external/webrtc/webrtc/base/
Ddiskcache.h63 struct Entry { struct
70 typedef std::map<std::string, Entry> EntryMap; argument
/external/google-breakpad/src/common/
Dstabs_reader.h120 struct Entry { struct
139 // Create a EntryIterator walking the entries in BUFFER. Treat the argument
159 // Dereferencing this iterator produces a reference to an Entry structure argument
Dsimple_string_dictionary.h67 struct Entry { struct
87 const Entry* Next() { in Next() argument
/external/llvm/lib/Support/
DSpecialCaseList.cpp34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList
35 Entry() {} in Entry() argument
36 Entry(Entry &&Other) in Entry() argument
39 StringSet<> Strings;
40 std::unique_ptr<Regex> RegEx;
42 bool match(StringRef Query) const { in match()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp65 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local
154 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local
184 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local
215 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local
234 if (const auto *Entry = ConvertCostTableLookup(ARMIntegerConversionTbl, ISD, in getCastInstrCost() local
285 if (const auto *Entry = ConvertCostTableLookup(NEONVectorSelectTbl, ISD, in getCmpSelInstrCost() local
354 if (const auto *Entry = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE, in getShuffleCost() local
379 if (const auto *Entry = CostTableLookup(NEONAltShuffleTbl, in getShuffleCost() local
439 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second)) in getArithmeticInstrCost() local
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h48 struct Entry { struct
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/external/regex-re2/re2/
Dprefilter_tree.h61 struct Entry { struct
74 IntMap* parents;
78 vector<int> regexps;
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
27 Entry() : fProgram(nullptr), fLRUStamp(0) {} in Entry() argument
29 SkAutoTUnref<GrGLProgram> fProgram;
30 unsigned int fLRUStamp;
/external/deqp/framework/common/
DtcuFunctionLibrary.hpp54 struct Entry struct in tcu::StaticFunctionLibrary
56 const char* name;
57 deFunctionPtr ptr;
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp26 auto &Entry = I.first->second; in getEntry() local
52 for (const auto &Entry : Entries) { in emit() local
71 for (const auto &Entry : Entries) in emit() local
DDebugLocStream.h41 struct Entry { struct
46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, in Entry() function
/external/skia/src/core/
DSkFlattenable.cpp53 struct Entry { struct
60 static Entry gEntries[MAX_ENTRY_COUNT]; argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
DTrickPlayBox.java38 public static class Entry { class in TrickPlayBox
40 public Entry() { in Entry() method in TrickPlayBox.Entry
43 public Entry(int value) { in Entry() method in TrickPlayBox.Entry
/external/v8/src/ic/
Dstub-cache.h35 struct Entry { struct
36 Name* key;
37 Code* value;
38 Map* map;
/external/skia/tests/
DDynamicHashTest.cpp13 struct Entry { struct
14 int key;
15 double value;
17 static const int& GetKey(const Entry& entry) { return entry.key; } in GetKey()
18 static uint32_t Hash(const int& key) { return key; } in Hash()
/external/dng_sdk/source/
Ddng_opcode_list.h94 dng_opcode & Entry (uint32 index) in Entry() function
102 const dng_opcode & Entry (uint32 index) const in Entry() function
/external/v8/src/
Dhashmap.h37 struct Entry { struct
46 Entry* Lookup(void* key, uint32_t hash) const; argument
/external/javassist/src/main/javassist/bytecode/analysis/
DIntQueue.java20 private static class Entry { class in IntQueue
23 private Entry(int value) { in Entry() method in IntQueue.Entry
/external/avahi/avahi-core/
Dhashmap.c36 typedef struct Entry Entry; typedef
37 struct Entry { struct
42 AVAHI_LLIST_FIELDS(Entry, bucket); argument

12345678910>>...13