| /src/sys/arch/amiga/dev/ |
| zz9k.c | 133 uint16_t tcore = ZZREG_R(ZZ9K_TEMPERATURE); local 138 "<Tcore: %i.%i C, Vcore: %i.%i V, Vaux: %i.%i V>\n", 139 tcore/10, tcore%10, vcore/100, vcore%100, vaux/100, vaux%100);
|
| zz9k.c | 133 uint16_t tcore = ZZREG_R(ZZ9K_TEMPERATURE); local 138 "<Tcore: %i.%i C, Vcore: %i.%i V, Vaux: %i.%i V>\n", 139 tcore/10, tcore%10, vcore/100, vcore%100, vaux/100, vaux%100);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-main.c | 758 const std::string *tcore = get_osdata_column (child, "core"); local 761 if (tcore) 762 uiout->field_string ("core", *tcore);
|
| mi-main.c | 758 const std::string *tcore = get_osdata_column (child, "core"); local 761 if (tcore) 762 uiout->field_string ("core", *tcore);
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-main.c | 761 const std::string *tcore = get_osdata_column (child, "core"); local 764 if (tcore) 765 uiout->field_string ("core", *tcore);
|
| mi-main.c | 761 const std::string *tcore = get_osdata_column (child, "core"); local 764 if (tcore) 765 uiout->field_string ("core", *tcore);
|