Home
last modified time | relevance | path

Searched refs:Unit (Results 1 – 25 of 30) sorted by relevance

12

/qemu/libdecnumber/
H A DdecNumber.c202 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 Ddecimal64.c625 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 Dqemu-pr-helper.socket1 [Unit] section
H A Dqemu-vmsr-helper.socket1 [Unit] section
H A Dqemu-pr-helper.service1 [Unit] section
H A Dqemu-guest-agent.service1 [Unit] section
H A Dqemu-vmsr-helper.service1 [Unit] section
/qemu/tests/data/
H A Dtest-qga-os-release6 VARIANT="Unit test \"\'\$\`\\ and \\\\ etc."
/qemu/docs/system/openrisc/
H A Dcpu-features.rst14 the contents of the Unit Presence Register (``UPR``) and CPU Configuration
/qemu/docs/system/
H A Dtarget-rx.rst12 - Interrupt Control Unit (ICUa)
/qemu/docs/system/arm/
H A Dstm32.rst50 * Flash Interface Unit
H A Dnuvoton.rst49 * Flash Interface Unit (FIU; no protection features)
H A Daspeed.rst49 * System Control Unit (SCU)
266 * System Control Unit (SCU)
439 * System Control Unit (SCU)
H A Dbananapi_m2u.rst24 * Clock Control Unit
H A Demulation.rst188 - MPU (Memory Protection Unit Extension)
H A Dorangepi.rst25 * Clock Control Unit
/qemu/include/libdecnumber/
H A DdecNumberLocal.h84 #define Unit decNumberUnit macro
258 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/qemu/rust/qemu-api-macros/src/
H A Dlib.rs186 if let Some(v) = e.variants.iter().find(|v| v.fields != Fields::Unit) { in get_variants()
/qemu/docs/system/devices/
H A Dnvme.rst249 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 Dqpl-compression.rst130 IAA Unit Test
/qemu/docs/system/ppc/
H A Dpowernv.rst169 define a Sensor Data Record repository and a Field Replaceable Unit
/qemu/docs/
H A Dglossary.rst146 The Memory Management Unit is responsible for translating virtual addresses to
/qemu/hw/ide/
H A Dtrace-events99 …, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use Force Unit Access"
/qemu/docs/devel/
H A Dcodebase.rst208 QEMU `Unit tests <unit-tests>`.
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21591 0b01010: 'Power Unit',
1695 0b01010: 'Power Unit',
1754 0b01010: 'Power Unit',

12