HomeSort by relevance Sort by last modified time
    Searched refs:fMap (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGenCXX/
2006-03-01-GimplifyCrash.cpp 9 PrefMapElem* fMap;
10 if (fMap[0].fPrefId == 1)
  /external/skia/src/core/
SkLRUCache.h 46 Entry** value = fMap.find(key);
60 fMap.set(entry);
62 while (fMap.count() > fMaxCount) {
69 return fMap.count();
82 fMap.reset();
101 Entry** value = fMap.find(key);
105 fMap.remove(key);
111 SkTHashTable<Entry*, K, Traits> fMap;
  /external/skia/src/gpu/vk/
GrVkPipelineStateCache.cpp 40 : fMap(kMaxEntries)
49 SkASSERT(0 == fMap.count());
65 fMap.foreach([](std::unique_ptr<Entry>* e) {
69 fMap.reset();
73 fMap.reset();
102 std::unique_ptr<Entry>* entry = fMap.find(desc);
108 entry = fMap.find(desc);
125 entry = fMap.insert(desc, std::unique_ptr<Entry>(new Entry(fGpu,
GrVkResourceProvider.h 193 SkLRUCache<const GrVkPipelineState::Desc, std::unique_ptr<Entry>, DescHash> fMap;
  /external/icu/icu4c/source/i18n/
casetrn.h 88 UCaseMapFull *fMap;
casetrn.cpp 96 fMap(map)
113 fCsp(o.fCsp), fMap(o.fMap)
123 fMap = o.fMap;
161 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
164 // fMap() tried to look beyond the context limit
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 33 : fMap(kMaxEntries)
82 std::unique_ptr<Entry>* entry = fMap.find(desc);
88 entry = fMap.find(desc);
99 entry = fMap.insert(desc, std::unique_ptr<Entry>(new Entry(sk_sp<GrGLProgram>(program))));
GrGLGpu.h 330 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
  /external/dng_sdk/source/
dng_gain_map.cpp 33 const dng_gain_map &fMap;
101 : fMap (map)
125 fMap.Origin ().v) / fMap.Spacing ().v;
140 if (fMap.Points ().v < 1)
144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1);
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) +
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract);
191 fMap.Origin ().h) / fMap.Spacing ().h
    [all...]
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 79 func fMap(a map[int]int) map[int]int { return a }
187 reportError("fMap", CheckEqual(fMap, fMap, nil), t)
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 79 func fMap(a map[int]int) map[int]int { return a }
187 reportError("fMap", CheckEqual(fMap, fMap, nil), t)
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 318 /// fMap - The slot map for the function level data.
319 ValueMap fMap;
529 fMap.clear(); // Simply discard the function level map
563 ValueMap::iterator FI = fMap.find(V);
564 return FI == fMap.end() ? -1 : (int)FI->second;
590 fMap[V] = DestSlot;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 598 /// fMap - The slot map for the function level data.
599 ValueMap fMap;
926 fMap.clear(); // Simply discard the function level map
960 ValueMap::iterator FI = fMap.find(V);
961 return FI == fMap.end() ? -1 : (int)FI->second;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 718 milliseconds