Lines Matching defs:format
3276 /* xgettext:no-c-format */
3310 /* This function handles the traditional System V-style hash table format. */
3374 format some 64-bit architectures use. */
3439 /* This function handles the GNU-style hash table format. */
4504 /* addr is a DIE offset, so format it as one. */
8652 /* Next the maximum operations per instruction, in version 4 format. */
11741 __attribute__ ((format (printf, 6, 7)))
11743 size_t name_width, const char *name, const char *format, ...)
11751 va_start (ap, format);
11752 int out_len = vasprintf (&out, format, ap);
11844 if (*repeated_size > size && (item->format == 'b' || item->format == 'B'))
11851 else if (item->count != 0 || item->format != '\n')
11861 switch (item->format)
11903 const unsigned int bias = item->format == 'b';
11984 if (unlikely (item->format == (char) ('T'|0x80)))
12046 error (0, 0, "XXX not handling format '%c' for %s",
12047 item->format, item->name);
12097 if (nitems == 1 && (items[0].format == '\n' || items[0].format == 'b'
12098 || items[0].format == 'B'))
12108 assert (items[i].format != '\n');