Searched refs:format_letter (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionGroupFormat.cpp | 189 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 D | atof-tahoe.c | 69 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 D | atof-vax.c | 40 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 D | tc-pdp11.c | 36 extern int flonum_gen2vax PARAMS ((char format_letter, FLONUM_TYPE * f,
|
H A D | tc-vax.c | 265 int flonum_gen2vax PARAMS ((char format_letter, FLONUM_TYPE * f,
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | atof-vax.c | 242 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 D | OptionGroupFormat.h | 73 char format_letter, lldb::Format &format,
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9899 | 463 * config/atof-vax.c (flonum_gen2vax): Change format_letter to
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9899 | 463 * config/atof-vax.c (flonum_gen2vax): Change format_letter to
|