Searched refs:type_fmt (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c86 char type_fmt[6] = " %x"; local
104 type_fmt[2] = '.';
105 type_fmt[3] = '9';
106 type_fmt[4] = 'g';
107 type_fmt[5] = '\0';
110 type_fmt[2] = 'u';
112 type_fmt[2] = 'i';
120 assert(strlen(format) + strlen(type_fmt) * length + 2 <= sizeof format);
124 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1);
128 util_strncat(format, type_fmt, sizeo
[all...]

Completed in 92 milliseconds