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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c87 char type_fmt[6] = " %x"; local in function:lp_build_print_value
105 type_fmt[2] = '.';
106 type_fmt[3] = '9';
107 type_fmt[4] = 'g';
108 type_fmt[5] = '\0';
111 util_snprintf(type_fmt + 2, 3, "%s", PRId64);
113 type_fmt[2] = 'u';
115 type_fmt[2] = 'i';
118 type_fmt[2] = 'p';
125 assert(strlen(format) + strlen(type_fmt) * lengt
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c86 char type_fmt[6] = " %x"; local in function:lp_build_print_value
104 type_fmt[2] = '.';
105 type_fmt[3] = '9';
106 type_fmt[4] = 'g';
107 type_fmt[5] = '\0';
110 snprintf(type_fmt + 2, 3, "%s", PRId64);
112 type_fmt[2] = 'u';
114 type_fmt[2] = 'i';
117 type_fmt[2] = 'p';
124 assert(strlen(format) + strlen(type_fmt) * lengt
[all...]

Completed in 5 milliseconds