Home
last modified time | relevance | path

Searched refs:format_letter (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp189 switch (format_letter) { in ParserGDBFormatLetter()
192 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
196 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
200 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
204 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
208 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
212 m_prev_gdb_format = format_letter; in ParserGDBFormatLetter()
254 if (format_letter == 'b') in ParserGDBFormatLetter()
256 else if (format_letter == 'h') in ParserGDBFormatLetter()
258 else if (format_letter == 'w') in ParserGDBFormatLetter()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Datof-tahoe.c69 int flonum_gen2tahoe (int format_letter, FLONUM_TYPE * f,
207 flonum_gen2tahoe (format_letter, f, words) in flonum_gen2tahoe() argument
208 char format_letter; /* One of 'd' 'f'. */ in flonum_gen2tahoe()
218 what_kind_of_float (format_letter, &precision, &exponent_bits);
H A Datof-vax.c40 int flonum_gen2vax PARAMS ((int format_letter, FLONUM_TYPE * f,
263 flonum_gen2vax (format_letter, f, words) in flonum_gen2vax() argument
264 int format_letter; /* One of 'd' 'f' 'g' 'h'. */ in flonum_gen2vax()
273 return_value = what_kind_of_float (format_letter, &precision, &exponent_bits);
H A Dtc-pdp11.c36 extern int flonum_gen2vax PARAMS ((char format_letter, FLONUM_TYPE * f,
H A Dtc-vax.c265 int flonum_gen2vax PARAMS ((char format_letter, FLONUM_TYPE * f,
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Datof-vax.c242 flonum_gen2vax (int format_letter, /* One of 'd' 'f' 'g' 'h'. */ in flonum_gen2vax() argument
251 return_value = what_kind_of_float (format_letter, &precision, &exponent_bits); in flonum_gen2vax()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h73 char format_letter, lldb::Format &format,
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-9899463 * config/atof-vax.c (flonum_gen2vax): Change format_letter to
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-9899463 * config/atof-vax.c (flonum_gen2vax): Change format_letter to