Home
last modified time | relevance | path

Searched refs:vTemp (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DRegistry.cpp275 AString vTemp; in QueryValue() local
276 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
277 value = GetUnicodeString(vTemp); in QueryValue()
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.
72 vec_ste(&destloc,0,vTemp);