Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dutility-private.h212 type_wide[5]; in popen_utf8()
215 length=MultiByteToWideChar(CP_UTF8,0,type,-1,type_wide,5); in popen_utf8()
226 file=_wpopen(command_wide,type_wide); in popen_utf8()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1086 struct lp_type type_wide = lp_wider_type(bld->type); in lp_build_mul_32_lohi_cpu() local
1087 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu()
1126 struct lp_type type_wide_half = type_wide; in lp_build_mul_32_lohi_cpu()