Home
last modified time | relevance | path

Searched refs:tMap (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfAttribute.cpp93 static LockedTypeMap tMap; in typeMap() local
94 return tMap; in typeMap()
115 LockedTypeMap& tMap = typeMap(); in knownType() local
116 Lock lock (tMap.mutex); in knownType()
118 return tMap.find (typeName) != tMap.end(); in knownType()
127 Lock lock (tMap.mutex); in registerAttributeType()
129 if (tMap.find (typeName) != tMap.end()) in registerAttributeType()
142 Lock lock (tMap.mutex); in unRegisterAttributeType()
144 tMap.erase (typeName); in unRegisterAttributeType()
152 Lock lock (tMap.mutex); in newAttribute()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfAttribute.cpp61 static LockedTypeMap tMap; in typeMap() local
62 return tMap; in typeMap()
72 LockedTypeMap& tMap = typeMap(); in knownType() local
74 std::lock_guard<std::mutex> lock (tMap.mutex); in knownType()
76 return tMap.find (typeName) != tMap.end(); in knownType()
84 LockedTypeMap& tMap = typeMap(); in registerAttributeType() local
88 if (tMap.find (typeName) != tMap.end()) in registerAttributeType()
100 LockedTypeMap& tMap = typeMap(); in unRegisterAttributeType() local
104 tMap.erase (typeName); in unRegisterAttributeType()
111 LockedTypeMap& tMap = typeMap(); in newAttribute() local
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfAttribute.cpp109 LockedTypeMap& tMap = typeMap(); in knownType() local
110 Lock lock (tMap.mutex); in knownType()
112 return tMap.find (typeName) != tMap.end(); in knownType()
120 LockedTypeMap& tMap = typeMap(); in registerAttributeType() local
121 Lock lock (tMap.mutex); in registerAttributeType()
123 if (tMap.find (typeName) != tMap.end()) in registerAttributeType()
135 LockedTypeMap& tMap = typeMap(); in unRegisterAttributeType() local
136 Lock lock (tMap.mutex); in unRegisterAttributeType()
138 tMap.erase (typeName); in unRegisterAttributeType()
146 Lock lock (tMap.mutex); in newAttribute()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfAttribute.cpp109 LockedTypeMap& tMap = typeMap(); in knownType() local
110 Lock lock (tMap.mutex); in knownType()
112 return tMap.find (typeName) != tMap.end(); in knownType()
120 LockedTypeMap& tMap = typeMap(); in registerAttributeType() local
121 Lock lock (tMap.mutex); in registerAttributeType()
123 if (tMap.find (typeName) != tMap.end()) in registerAttributeType()
135 LockedTypeMap& tMap = typeMap(); in unRegisterAttributeType() local
136 Lock lock (tMap.mutex); in unRegisterAttributeType()
138 tMap.erase (typeName); in unRegisterAttributeType()
146 Lock lock (tMap.mutex); in newAttribute()
[all …]
/dports/devel/staf/src/staf/stafproc/
H A DSTAFTraceService.cpp674 STAFTracepointMap tMap; in fillSTAFTracepointMap() local
677 tMap[kSTAFTraceDebug] = "Debug"; in fillSTAFTracepointMap()
678 tMap[kSTAFTraceDeprecated] = "Deprecated"; in fillSTAFTracepointMap()
679 tMap[kSTAFTraceError] = "Error"; in fillSTAFTracepointMap()
680 tMap[kSTAFTraceInfo] = "Info"; in fillSTAFTracepointMap()
681 tMap[kSTAFTraceRegistration] = "Registration"; in fillSTAFTracepointMap()
682 tMap[kSTAFTraceRemoteRequests] = "RemoteRequests"; in fillSTAFTracepointMap()
684 tMap[kSTAFTraceServiceError] = "ServiceError"; in fillSTAFTracepointMap()
687 tMap[kSTAFTraceServiceResult] = "ServiceResult"; in fillSTAFTracepointMap()
688 tMap[kSTAFTraceWarning] = "Warning"; in fillSTAFTracepointMap()
[all …]
/dports/lang/maude/maude-2.7.1/src/Temporal/
H A DmodelChecker2.cc84 const BuchiAutomaton2::TransitionMap& tMap = in dfs1PropertyTransitions() local
86 BuchiAutomaton2::TransitionMap::const_iterator e = tMap.end(); in dfs1PropertyTransitions()
87 for (BuchiAutomaton2::TransitionMap::const_iterator i = tMap.begin(); i != e; ++i) in dfs1PropertyTransitions()
122 const BuchiAutomaton2::TransitionMap& tMap = in dfs2PropertyTransitions() local
124 BuchiAutomaton2::TransitionMap::const_iterator e = tMap.end(); in dfs2PropertyTransitions()
125 for (BuchiAutomaton2::TransitionMap::const_iterator i = tMap.begin(); i != e; ++i) in dfs2PropertyTransitions()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosdevice.cpp137 if (tMap.contains(i.key())) in deviceInformation()
138 res.append(DeviceInfoItem(tMap.value(i.key()), tMap.value(i.value(), i.value()))); in deviceInformation()
224 TranslationMap &tMap = *new TranslationMap; in translationMap() local
225 tMap[kDeviceName] = tr("Device name"); in translationMap()
228 tMap[QLatin1String("deviceConnected")] = tr("Connected"); in translationMap()
229 tMap[QLatin1String("YES")] = tr("yes"); in translationMap()
230 tMap[QLatin1String("NO")] = tr("no"); in translationMap()
231 tMap[QLatin1String("YES")] = tr("yes"); in translationMap()
232 tMap[QLatin1String("*unknown*")] = tr("unknown"); in translationMap()
234 translationMap = &tMap; in translationMap()
[all …]
/dports/games/opencity/opencity-0.0.6.5stable/src/mapgen/filter/
H A Dgaussblur.cpp49 Map* tMap = new Map( map->getW(), map->getL() ); in apply() local
61 tMap->setAt( x, y, sum ); in apply()
69 sum += _afConvulsion[i] * tMap->getAt( x, y+i-_uiLength ); in apply()
73 delete tMap; in apply()
/dports/chinese/fcitx/fcitx-4.2.9.7/tools/cli/
H A Dmb2org.c47 char *pyusrphrase_mb = NULL, *pybase_mb = NULL, *HZPY, tMap[3], tPY[10]; in main() local
109 memcpy(tMap, PYMB[i].UserPhrase[j].Map + 2 * k, 2); in main()
110 tMap[2] = '\0'; in main()
113 if (!MapToPY(tMap, tPY)) in main()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/u_search/
H A DHMMSearchQDActor.cpp212 QVariantMap tMap; in HMM2QDActorPrototype() local
213 tMap["decimals"] = (2); in HMM2QDActorPrototype()
214 tMap["minimum"] = 0.01; in HMM2QDActorPrototype()
215 tMap["maximum"] = 99.99; in HMM2QDActorPrototype()
216 tMap["singleStep"] = (1.0); in HMM2QDActorPrototype()
217 delegates[DOM_T_ATTR] = new DoubleSpinBoxDelegate(tMap); in HMM2QDActorPrototype()
H A DHMMSearchWorker.cpp119 QVariantMap tMap; in init() local
120 tMap["decimals"] = (1); in init()
121 tMap["minimum"] = (-1e+09); in init()
122 tMap["maximum"] = (1e+09); in init()
123 tMap["singleStep"] = (0.1); in init()
124 delegates[DOM_T_ATTR] = new DoubleSpinBoxDelegate(tMap); in init()
/dports/games/openlierox/OpenLieroX/include/
H A DCache.h95 MapItem_t() : CacheItem_t() { tMap = NULL; } in MapItem_t()
97 … map, const AbsTime& savetime, Uint64 timestamp) : CacheItem_t(savetime, timestamp) { tMap = map; } in MapItem_t()
98 … MapItem_t& oth) { CacheItem_t::operator =(oth); if (&oth != this) { tMap = oth.tMap; } return *th…
99 SmartPointer<CMap> tMap; variable
/dports/science/jdftx/jdftx-1.6.0/jdftx/commands/
H A DParamList.h71 void get(T& t, T tDefault, const EnumStringMap<T>& tMap, string paramName, bool required=false)
81 if(!tMap.getEnum(key.c_str(), t))
83 throw string("Parameter <"+paramName+"> must be one of "+tMap.optionList());
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DCheckModuleInstance.hs24 do tMap <- checkTyParams func inst
25 vMap <- checkValParams func tMap inst
26 (ctrs, m) <- instantiateModule func (mName inst) tMap vMap
133 checkValParams func tMap inst =
144 su = listParamSubst (Map.toList tMap)
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/hmmer/
H A DHmmerSearchWorker.cpp145 QVariantMap tMap; in init() local
146 tMap["decimals"] = (2); in init()
147 tMap["minimum"] = (-1e+09); in init()
148 tMap["maximum"] = (1e+09); in init()
149 tMap["singleStep"] = (0.1); in init()
150 delegates[DOM_T_ATTR] = new DoubleSpinBoxDelegate(tMap); in init()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dtexturevariant.cpp55 , tMap(0) in variantspecification_t()
72 , tMap(other.tMap) in variantspecification_t()
92 if(tMap != other.tMap) return 0; in operator ==()
258 + " tmap:" + String::number(spec.tMap) + ")"; in asText()
/dports/games/openlierox/OpenLieroX/src/client/
H A DCache.cpp223 item->second.tMap = NULL; in GetMap()
229 return item->second.tMap; in GetMap()
284 res += it->second.tMap.get()->GetMemorySize() + it->first.size(); in GetCacheSize()
328 if( it->second.tMap.getRefCount() <= 1 ) in ClearExtraEntries()
336 if( it1->second->second.tMap.tryDeleteData() ) in ClearExtraEntries()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Dvissprite.cpp72 dint tClass, dint tMap, world::BspLeaf *bspLeafAtOrigin, in VisSprite_SetupSprite() argument
77 MaterialVariantSpec const &spec = Rend_SpriteMaterialSpec(tClass, tMap); in VisSprite_SetupSprite()
80 DENG2_ASSERT((tClass == 0 && tMap == 0) || in VisSprite_SetupSprite()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/pointer/
H A Dreflect.go573 tMap, _ := tDyn.Underlying().(*types.Map)
574 if tMap == nil {
583 obj := a.makeTagged(tMap.Elem(), c.cgn, nil)
584 a.load(obj+1, m, a.sizeof(tMap.Key()), a.sizeof(tMap.Elem()))
629 tMap, _ := tDyn.Underlying().(*types.Map)
630 if tMap == nil {
640 a.load(kObj+1, m, 0, a.sizeof(tMap.Key()))
852 tMap, _ := tDyn.Underlying().(*types.Map)
853 if tMap == nil {
862 keysize := a.sizeof(tMap.Key())
[all …]

12345678910>>...13