Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dutility-private.h207 *type_wide, in popen_utf8()
213 type_wide=create_wchar_path(type); in popen_utf8()
214 if (type_wide == (wchar_t *) NULL) in popen_utf8()
219 file=_wpopen(command_wide,type_wide); in popen_utf8()
220 type_wide=(wchar_t *) RelinquishMagickMemory(type_wide); in popen_utf8()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1132 struct lp_type type_wide = lp_wider_type(bld->type); in lp_build_mul_32_lohi_cpu() local
1133 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu()
1172 struct lp_type type_wide_half = type_wide; in lp_build_mul_32_lohi_cpu()