Home
last modified time | relevance | path

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

/external/giflib/
Degif_lib.c886 unsigned long NewKey; in EGifCompressLine() local
903 NewKey = (((uint32_t) CrntCode) << 8) + Pixel; in EGifCompressLine()
904 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) { in EGifCompressLine()
935 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h523 VModuleKey NewKey = VModuleKey());