Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 3053) sorted by relevance

12345678910>>...123

/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Dd-demangle-expected16 --format=dlang
20 --format=dlang
24 --format=dlang
28 --format=dlang
32 --format=dlang
36 --format=dlang
40 --format=dlang
44 --format=dlang
48 --format=dlang
52 --format=dlang
[all …]
Drust-demangle-expected18 --format=rust
22 --format=gnu-v3
26 --format=auto
30 --format=auto
34 --format=auto
38 --format=auto
42 --format=auto
47 --format=rust
51 --format=rust
55 --format=rust
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_fourcc.c143 const char *drm_get_format_name(uint32_t format, struct drm_format_name_buf *buf) in drm_get_format_name() argument
147 printable_char(format & 0xff), in drm_get_format_name()
148 printable_char((format >> 8) & 0xff), in drm_get_format_name()
149 printable_char((format >> 16) & 0xff), in drm_get_format_name()
150 printable_char((format >> 24) & 0x7f), in drm_get_format_name()
151 format & DRM_FORMAT_BIG_ENDIAN ? "big" : "little", in drm_get_format_name()
152 format); in drm_get_format_name()
162 const struct drm_format_info *__drm_format_info(u32 format) in __drm_format_info() argument
165 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = … in __drm_format_info()
166 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }… in __drm_format_info()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Dbinutils.pot21 #, c-format
26 #, c-format
31 #, c-format
38 #, c-format
43 " -b --target=<bfdname> Set the binary file format\n"
63 #, c-format
73 #, c-format
84 #, c-format
89 #, c-format
94 #, c-format
[all …]
Dhr.po23 #, c-format
28 #, c-format
33 #, c-format
38 #, fuzzy, c-format
43 " -b --target=<bfdname> Set the binary file format\n"
74 #, c-format
84 #, c-format
95 #, c-format
100 #, c-format
105 #, c-format
[all …]
Dbg.po24 #, c-format
29 #, c-format
34 #, c-format
39 #, c-format
44 " -b --target=<bfdname> Set the binary file format\n"
79 #, c-format
89 #, c-format
100 #, c-format
105 #, c-format
110 #, c-format
[all …]
Dzh_TW.po25 #, c-format
30 #, c-format
35 #, c-format
40 #, fuzzy, c-format
45 " -b --target=<bfdname> Set the binary file format\n"
69 #, c-format
79 #, c-format
90 #, c-format
95 #, c-format
100 #, c-format
[all …]
Dzh_CN.po25 #, c-format
30 #, c-format
35 #, c-format
40 #, c-format
45 " -b --target=<bfdname> Set the binary file format\n"
74 #, c-format
84 #, c-format
95 #, c-format
100 #, c-format
105 #, c-format
[all …]
/netbsd/src/external/gpl3/binutils/dist/gold/
Derrors.cc79 Errors::fatal(const char* format, va_list args) in fatal() argument
82 vfprintf(stderr, format, args); in fatal()
90 Errors::fallback(const char* format, va_list args) in fallback() argument
93 vfprintf(stderr, format, args); in fallback()
101 Errors::error(const char* format, va_list args) in error() argument
104 vfprintf(stderr, format, args); in error()
113 Errors::warning(const char* format, va_list args) in warning() argument
116 vfprintf(stderr, format, args); in warning()
125 Errors::info(const char* format, va_list args) in info() argument
127 vfprintf(stderr, format, args); in info()
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dloongarch-coder.c168 loongarch_parse_format (const char *format, char *esc1s, char *esc2s, in loongarch_parse_format() argument
173 if (*format == '\0') in loongarch_parse_format()
180 if (('a' <= *format && *format <= 'z') in loongarch_parse_format()
181 || ('A' <= *format && *format <= 'Z')) in loongarch_parse_format()
183 *esc1s++ = *format++; in loongarch_parse_format()
184 if (('a' <= *format && *format <= 'z') in loongarch_parse_format()
185 || ('A' <= *format && *format <= 'Z')) in loongarch_parse_format()
186 *esc2s++ = *format++; in loongarch_parse_format()
198 *bit_fields++ = format; in loongarch_parse_format()
200 if ('0' <= *format && *format <= '9') in loongarch_parse_format()
[all …]
Dm68hc11-dis.c227 long format, pos, i; in print_insn() local
238 format = 0; in print_insn()
250 format = opcode->format; in print_insn()
251 if (format & (M68XG_OP_NONE)) in print_insn()
255 else if (format & M68XG_OP_IMM3) in print_insn()
257 else if (format & M68XG_OP_R_R) in print_insn()
260 else if (format & M68XG_OP_R_R_R) in print_insn()
263 else if (format & M68XG_OP_RD_RB_RI) in print_insn()
266 else if (format & M68XG_OP_RD_RB_RIp) in print_insn()
269 else if (format & M68XG_OP_RD_RB_mRI) in print_insn()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dloongarch-coder.c168 loongarch_parse_format (const char *format, char *esc1s, char *esc2s, in loongarch_parse_format() argument
173 if (*format == '\0') in loongarch_parse_format()
180 if (('a' <= *format && *format <= 'z') in loongarch_parse_format()
181 || ('A' <= *format && *format <= 'Z')) in loongarch_parse_format()
183 *esc1s++ = *format++; in loongarch_parse_format()
184 if (('a' <= *format && *format <= 'z') in loongarch_parse_format()
185 || ('A' <= *format && *format <= 'Z')) in loongarch_parse_format()
186 *esc2s++ = *format++; in loongarch_parse_format()
198 *bit_fields++ = format; in loongarch_parse_format()
200 if ('0' <= *format && *format <= '9') in loongarch_parse_format()
[all …]
Dm68hc11-dis.c227 long format, pos, i; in print_insn() local
238 format = 0; in print_insn()
250 format = opcode->format; in print_insn()
251 if (format & (M68XG_OP_NONE)) in print_insn()
255 else if (format & M68XG_OP_IMM3) in print_insn()
257 else if (format & M68XG_OP_R_R) in print_insn()
260 else if (format & M68XG_OP_R_R_R) in print_insn()
263 else if (format & M68XG_OP_RD_RB_RI) in print_insn()
266 else if (format & M68XG_OP_RD_RB_RIp) in print_insn()
269 else if (format & M68XG_OP_RD_RB_mRI) in print_insn()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/po/
Dbfd.pot21 #, c-format
26 #, c-format
31 #, c-format
36 #, c-format
37 msgid "%pB: can not represent section `%pA' in a.out object file format"
41 #, c-format
43 "%pB: can not represent section for symbol `%s' in a.out object file format"
51 #, c-format
56 #, c-format
61 #, c-format
[all …]
Dka.po23 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
39 msgid "%pB: can not represent section `%pA' in a.out object file format"
43 #, c-format
44 msgid "%pB: can not represent section for symbol `%s' in a.out object file format"
52 #, c-format
57 #, c-format
62 #, c-format
[all …]
Duk.po23 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
39 msgid "%pB: can not represent section `%pA' in a.out object file format"
43 #, c-format
44 msgid "%pB: can not represent section for symbol `%s' in a.out object file format"
52 #, c-format
57 #, c-format
62 #, c-format
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/po/
Dbfd.pot21 #, c-format
26 #, c-format
31 #, c-format
36 #, c-format
37 msgid "%pB: can not represent section `%pA' in a.out object file format"
41 #, c-format
43 "%pB: can not represent section for symbol `%s' in a.out object file format"
51 #, c-format
56 #, c-format
61 #, c-format
[all …]
Dka.po23 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
39 msgid "%pB: can not represent section `%pA' in a.out object file format"
43 #, c-format
44 msgid "%pB: can not represent section for symbol `%s' in a.out object file format"
52 #, c-format
57 #, c-format
62 #, c-format
[all …]
Duk.po23 #, c-format
28 #, c-format
33 #, c-format
38 #, c-format
39 msgid "%pB: can not represent section `%pA' in a.out object file format"
43 #, c-format
44 msgid "%pB: can not represent section for symbol `%s' in a.out object file format"
52 #, c-format
57 #, c-format
62 #, c-format
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const-call.cc89 const real_format *format) in do_mpfr_ckconv() argument
101 real_from_mpfr (&tmp, m, format, MPFR_RNDN); in do_mpfr_ckconv()
110 real_convert (result, format, &tmp); in do_mpfr_ckconv()
124 const real_value *arg, const real_format *format) in do_mpfr_arg1() argument
128 if (format->b != 2 || !real_isfinite (arg)) in do_mpfr_arg1()
131 int prec = format->p; in do_mpfr_arg1()
132 mpfr_rnd_t rnd = format->round_towards_zero ? MPFR_RNDZ : MPFR_RNDN; in do_mpfr_arg1()
139 bool ok = do_mpfr_ckconv (result, m, inexact, format); in do_mpfr_arg1()
154 const real_value *arg, const real_format *format) in do_mpfr_sincos() argument
158 if (format->b != 2 || !real_isfinite (arg)) in do_mpfr_sincos()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gprof/po/
Dgprof.pot24 #, c-format
29 #, c-format
34 #, c-format
39 #, c-format
44 #, c-format
50 #, c-format
59 #, c-format
70 #, c-format
78 #, c-format
83 #, c-format
[all …]
Dja.po28 #, fuzzy, c-format
33 #, c-format
38 #, c-format
43 #, c-format
48 #, c-format
54 #, fuzzy, c-format
63 #, fuzzy, c-format
74 #, c-format
85 #, c-format
90 #, c-format
[all …]
/netbsd/src/external/gpl2/lvm2/dist/po/
Dlvm2.po195 #: format_text/format-text.c:158 format_text/format-text.c:161
196 #: format_text/format-text.c:195 format_text/format-text.c:199
197 #: format_text/format-text.c:238 format_text/format-text.c:295
198 #: format_text/format-text.c:346 format_text/format-text.c:378
199 #: format_text/format-text.c:420 format_text/format-text.c:425
200 #: format_text/format-text.c:433 format_text/format-text.c:451
201 #: format_text/format-text.c:456 format_text/format-text.c:481
202 #: format_text/format-text.c:494 format_text/format-text.c:542
203 #: format_text/format-text.c:547 format_text/format-text.c:587
204 #: format_text/format-text.c:601 format_text/format-text.c:619
[all …]
/netbsd/src/external/bsd/kyua-cli/dist/utils/format/
Dformatter.cpp40 namespace format = utils::format;
65 find_next_placeholder(const std::string& format, in find_next_placeholder() argument
75 throw format::bad_format_error(format, "Trailing %"); in find_next_placeholder()
83 throw format::bad_format_error(format, "Unterminated placeholder '" + in find_next_placeholder()
98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() argument
103 throw format::bad_format_error(format, "Invalid " + std::string(what) + in to_int()
119 new_ostringstream(const std::string& format) in new_ostringstream() argument
123 if (format.length() <= 2) { in new_ostringstream()
132 std::string partial = format.substr(1, format.length() - 2); in new_ostringstream()
140 output->width(to_int(format, partial.substr(0, dot), "width")); in new_ostringstream()
[all …]
/netbsd/src/external/bsd/ntp/dist/libparse/
Dclk_meinberg.c187 static struct format meinberg_fmt[] =
275 struct format *unused, in cvt_meinberg()
280 struct format *format; in cvt_meinberg() local
287 format = &meinberg_fmt[0]; in cvt_meinberg()
293 format = &meinberg_fmt[1]; in cvt_meinberg()
304 if (Stoi(&buffer[format->field_offsets[O_DAY].offset], &clock_time->day, in cvt_meinberg()
305 format->field_offsets[O_DAY].length) || in cvt_meinberg()
306 Stoi(&buffer[format->field_offsets[O_MONTH].offset], &clock_time->month, in cvt_meinberg()
307 format->field_offsets[O_MONTH].length) || in cvt_meinberg()
308 Stoi(&buffer[format->field_offsets[O_YEAR].offset], &clock_time->year, in cvt_meinberg()
[all …]

12345678910>>...123