Home
last modified time | relevance | path

Searched defs:CacheInfo (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_pagerendercache.cpp19 struct CacheInfo { struct
20 CacheInfo(uint32_t t, CPDF_Stream* stream) : time(t), pStream(stream) {} in CacheInfo() argument
22 uint32_t time;
23 CPDF_Stream* pStream;
25 bool operator<(const CacheInfo& other) const { return time < other.time; } in operator <()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1276 struct CacheInfo { struct
1277 std::string type;
1278 int level;
1279 int size;
1280 int num_sharing;
/external/google-benchmark/include/benchmark/
Dbenchmark.h1276 struct CacheInfo { struct
1277 std::string type;
1278 int level;
1279 int size;
1280 int num_sharing;
/external/ImageMagick/MagickCore/
Dcache-private.h229 } CacheInfo; typedef
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp892 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1111 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1065 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local