Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c85 char type_fmt[6] = " %x"; in lp_build_print_value() local
103 type_fmt[2] = '.'; in lp_build_print_value()
104 type_fmt[3] = '9'; in lp_build_print_value()
105 type_fmt[4] = 'g'; in lp_build_print_value()
106 type_fmt[5] = '\0'; in lp_build_print_value()
109 snprintf(type_fmt + 2, 3, "%s", PRId64); in lp_build_print_value()
111 type_fmt[2] = 'u'; in lp_build_print_value()
113 type_fmt[2] = 'i'; in lp_build_print_value()
116 type_fmt[2] = 'p'; in lp_build_print_value()
123 assert(strlen(format) + strlen(type_fmt) * length + 2 <= sizeof format); in lp_build_print_value()
[all …]
/external/pigweed/pw_assert/public/pw_assert/internal/
Dcheck_impl.h183 type_fmt, \ argument
191 type_fmt, \
201 type_fmt, \ argument
209 type_fmt, \
218 type_fmt, \ argument
225 type_fmt, \
234 type_fmt, \ argument
241 type_fmt, \
251 argument_a, comparison_op, argument_b, type_decl, type_fmt, ...) \ argument
261 type_fmt, \
/external/pigweed/pw_assert_basic/public/pw_assert_basic/
Dassert_basic.h50 type_fmt, \ argument
57 arg_a_str " (=" type_fmt ") " \
59 arg_b_str " (=" type_fmt ")" \
/external/pigweed/pw_assert_log/public/pw_assert_log/
Dassert_log.h64 type_fmt, \ argument
70 arg_a_str " (=" type_fmt ") " \
72 arg_b_str " (=" type_fmt ")" \
/external/pigweed/pw_assert/pw_assert_test/
Dfake_backend.h75 type_fmt, \ argument
81 arg_a_str " (=" type_fmt ") " \
83 arg_b_str " (=" type_fmt ")" \
/external/pigweed/pw_assert/
Ddocs.rst516 a_str, a_val, op_str, b_str, b_val, type_fmt, message, ...)
540 - ``type_fmt`` - The format code for the type. In the example: ``"%d"``.