Searched refs:tmpsrc (Results 1 – 2 of 2) sorted by relevance
2656 TCHAR_T *tmpsrc; in VASNPRINTF() local2757 tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T)); in VASNPRINTF()2758 if (tmpsrc == NULL) in VASNPRINTF()2761 TCHAR_T *tmpptr = tmpsrc; in VASNPRINTF()2795 tmpsrc, characters, in VASNPRINTF()2801 free (tmpsrc); in VASNPRINTF()2810 free (tmpsrc); in VASNPRINTF()5322 const TCHAR_T *tmpsrc; in VASNPRINTF() local5328 tmpsrc = (TCHAR_T *) (result + length); in VASNPRINTF()5330 tmpsrc = tmp; in VASNPRINTF()[all …]
1262 LLVMValueRef tmpsrc[4]; in convert_to_blend_type() local1286 tmpsrc[i] = src[i]; in convert_to_blend_type()1290 LLVMValueRef tmps = tmpsrc[i]; in convert_to_blend_type()1295 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2); in convert_to_blend_type()