Searched refs:vTemp (Results 1 – 2 of 2) sorted by relevance
275 AString vTemp; in QueryValue() local276 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()277 value = GetUnicodeString(vTemp); in QueryValue()
71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.72 vec_ste(&destloc,0,vTemp);