Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/utils/
Dmap_test.cc34 TEST(GetOrCreateTest, NewKey) { in TEST() argument
/third_party/giflib/
Degif_lib.c913 unsigned long NewKey = (((uint32_t) CrntCode) << 8) + Pixel; in EGifCompressLine() local
914 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) { in EGifCompressLine()
945 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp517 VModuleKey NewKey) { in delegate() argument
519 if (NewKey == VModuleKey()) in delegate()
520 NewKey = K; in delegate()
535 std::move(NewKey)); in delegate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h523 VModuleKey NewKey = VModuleKey());