/qemu/libdecnumber/ |
H A D | decNumber.c | 202 static Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */ 241 static Int decGetDigits(Unit *, Int); 253 static void decReverse(Unit *, Unit *); 254 static void decSetCoeff(decNumber *, decContext *, const Unit *, 259 static Int decShiftToLeast(Unit *, Int, Int); 260 static Int decShiftToMost(Unit *, Int, Int); 264 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int, 265 Unit *, Int); 266 static Int decUnitCompare(const Unit *, Int, const Unit *, Int, Int); 322 static void decDumpAr(char, const Unit *, Int); [all …]
|
/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 625 const Unit *inu=dn->lsu; /* -> current input unit */ in decDigitsToDPD() 626 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD() 628 Unit in; /* current unit */ in decDigitsToDPD() 635 const Unit *source; /* .. */ in decDigitsToDPD() 636 Unit *target, *first; /* .. */ in decDigitsToDPD() 657 if (target<=first) *target=(Unit)next; /* write to target iff valid */ in decDigitsToDPD() 663 *target=(Unit)next; in decDigitsToDPD() 685 Unit dig; /* current digit */ in decDigitsToDPD() 689 Unit temp=(Unit)((uInt)(in*6554)>>16); in decDigitsToDPD() 690 dig=(Unit)(in-X10(temp)); in decDigitsToDPD() [all …]
|
/qemu/contrib/systemd/ |
H A D | qemu-pr-helper.socket | 1 [Unit] section
|
H A D | qemu-vmsr-helper.socket | 1 [Unit] section
|
H A D | qemu-pr-helper.service | 1 [Unit] section
|
H A D | qemu-guest-agent.service | 1 [Unit] section
|
H A D | qemu-vmsr-helper.service | 1 [Unit] section
|
/qemu/tests/data/ |
H A D | test-qga-os-release | 6 VARIANT="Unit test \"\'\$\`\\ and \\\\ etc."
|
/qemu/docs/system/openrisc/ |
H A D | cpu-features.rst | 14 the contents of the Unit Presence Register (``UPR``) and CPU Configuration
|
/qemu/docs/system/ |
H A D | target-rx.rst | 12 - Interrupt Control Unit (ICUa)
|
/qemu/docs/system/arm/ |
H A D | stm32.rst | 50 * Flash Interface Unit
|
H A D | nuvoton.rst | 49 * Flash Interface Unit (FIU; no protection features)
|
H A D | aspeed.rst | 49 * System Control Unit (SCU) 266 * System Control Unit (SCU) 439 * System Control Unit (SCU)
|
H A D | bananapi_m2u.rst | 24 * Clock Control Unit
|
H A D | emulation.rst | 188 - MPU (Memory Protection Unit Extension)
|
H A D | orangepi.rst | 25 * Clock Control Unit
|
/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 84 #define Unit decNumberUnit macro 258 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
|
/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 186 if let Some(v) = e.variants.iter().find(|v| v.fields != Fields::Unit) { in get_variants()
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 249 Set the number of Reclaim Unit Handles. This is a mandatory parameter and 253 Set the Reclaim Unit Nominal Size. Defaults to 96 MiB. 255 Namespaces within this subsystem may requests Reclaim Unit Handles::
|
/qemu/docs/devel/migration/ |
H A D | qpl-compression.rst | 130 IAA Unit Test
|
/qemu/docs/system/ppc/ |
H A D | powernv.rst | 169 define a Sensor Data Record repository and a Field Replaceable Unit
|
/qemu/docs/ |
H A D | glossary.rst | 146 The Memory Management Unit is responsible for translating virtual addresses to
|
/qemu/hw/ide/ |
H A D | trace-events | 99 …, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use Force Unit Access"
|
/qemu/docs/devel/ |
H A D | codebase.rst | 208 QEMU `Unit tests <unit-tests>`.
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 1591 0b01010: 'Power Unit', 1695 0b01010: 'Power Unit', 1754 0b01010: 'Power Unit',
|