Searched defs:fMap (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2006-03-01-GimplifyCrash.cpp9 PrefMapElem* fMap; local
10 if (fMap[0].fPrefId == 1)
/external/icu/icu4c/source/i18n/
H A Dcasetrn.h88 UCaseMapFull *fMap; member in class:CaseMapTransliterator
/external/skia/src/core/
H A DSkLRUCache.h46 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; member in class:SkLRUCache
/external/skia/src/gpu/vk/
H A DGrVkResourceProvider.h192 SkLRUCache<const GrVkPipelineState::Desc, std::unique_ptr<Entry>, DescHash> fMap; member in class:GrVkResourceProvider::PipelineStateCache
/external/dng_sdk/source/
H A Ddng_gain_map.cpp33 const dng_gain_map &fMap; member in class:dng_gain_map_interpolator
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
[all...]
/external/skia/src/gpu/gl/
H A DGrGLGpu.h299 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap; member in class:final::ProgramCache
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp318 /// fMap - The slot map for the function level data.
319 ValueMap fMap; member in class:__anon19006::SlotTracker
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;
/external/llvm/lib/IR/
H A DAsmWriter.cpp598 /// fMap - The slot map for the function level data.
599 ValueMap fMap; member in class:llvm::SlotTracker
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;
996 fMap[V] = DestSlot;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 590 milliseconds