Home
last modified time | relevance | path

Searched refs:NewMap (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h317 HashTable NewMap(NewCapacity); in grow()
320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()
324 Buckets.swap(NewMap.Buckets); in grow()
325 std::swap(Present, NewMap.Present); in grow()
326 std::swap(Deleted, NewMap.Deleted); in grow()
/third_party/giflib/
Dgifclrmp.c313 ColorMapObject *NewMap; in ModifyColorMap() local
328 if ((NewMap = GifMakeMapObject(1 << GifBitSize(Max+1), NULL)) == NULL) in ModifyColorMap()
333 NewMap->Colors[i] = ColorMap->Colors[Translation[i]]; in ModifyColorMap()
336 return(NewMap); in ModifyColorMap()
Dgifbuild.c263 ColorMapObject *NewMap; in Icon2Gif() local
265 NewMap = GifMakeMapObject(1 << GifBitSize(ColorMapSize), ColorMap); in Icon2Gif()
266 if (NewMap == (ColorMapObject *)NULL) in Icon2Gif()
272 NewMap->SortFlag = SortFlag; in Icon2Gif()
275 NewImage->ImageDesc.ColorMap = NewMap; in Icon2Gif()
277 GifFileOut->SColorMap = NewMap; in Icon2Gif()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp326 DenseMap<BBOrMBB, BBOrMBB> NewMap; in set() local
330 NewMap[MBBMap[Src]] = MBBMap[Dst]; in set()
332 EHInfo.EHPadUnwindMap = std::move(NewMap); in set()