Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c91 char type_fmt[6] = " %x"; in lp_build_print_value() local
109 type_fmt[2] = '.'; in lp_build_print_value()
110 type_fmt[3] = '9'; in lp_build_print_value()
111 type_fmt[4] = 'g'; in lp_build_print_value()
112 type_fmt[5] = '\0'; in lp_build_print_value()
115 snprintf(type_fmt + 2, 3, "%s", PRId64); in lp_build_print_value()
117 type_fmt[2] = 'u'; in lp_build_print_value()
119 type_fmt[2] = 'i'; in lp_build_print_value()
122 type_fmt[2] = 'p'; in lp_build_print_value()
129 assert(strlen(format) + strlen(type_fmt) * lengt in lp_build_print_value()
[all...]

Completed in 1 milliseconds