Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/gcclibs/libdecnumber/
HDdecUtility.c84 const Unit *inu = dn->lsu; /* -> current input unit */ in decDensePackCoeff()
85 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDensePackCoeff()
87 Unit in; /* current input unit */ in decDensePackCoeff()
95 Unit *target, *first; /* work */ in decDensePackCoeff()
96 const Unit *source; /* work */ in decDensePackCoeff()
110 *target = (Unit) next; /* write to target iff valid */ in decDensePackCoeff()
116 *target = (Unit) next; in decDensePackCoeff()
141 Unit dig; /* current digit */ in decDensePackCoeff()
146 Unit temp = (Unit) ((uInt) (in * 6554) >> 16); in decDensePackCoeff()
147 dig = (Unit) (in - X10 (temp)); in decDensePackCoeff()
[all …]
HDdecNumber.c192 static Unit one[] = { 1 }; /* Unit array of 1, used for incrementing */
230 static Int decGetDigits (const Unit *, Int);
241 static void decSetCoeff (decNumber *, decContext *, const Unit *,
245 static Int decShiftToLeast (Unit *, Int, Int);
246 static Int decShiftToMost (Unit *, Int, Int);
251 static Int decUnitAddSub (const Unit *, Int, const Unit *, Int, Int, Unit *, Int);
252 static Int decUnitCompare (const Unit *, Int, const Unit *, Int, Int);
296 static void decDumpAr (char, const Unit *, Int);
356 Unit *res; /* where result will be built */ in decNumberFromString()
357 Unit resbuff[D2U (DECBUFFER + 1)]; /* local buffer in case need temporary */ in decNumberFromString()
[all …]
HDdecNumberLocal.h51 #define Unit decNumberUnit macro
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveRegMatrix.cpp80 unsigned Unit = (*Units).first; in foreachUnit() local
84 if (Func(Unit, S)) in foreachUnit()
106 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in assign()
108 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range); in assign()
109 Matrix[Unit].unify(VirtReg, Range); in assign()
123 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in unassign() argument
125 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI)); in unassign()
126 Matrix[Unit].extract(VirtReg, Range); in unassign()
135 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in isPhysRegUsed() local
136 if (!Matrix[*Unit].empty()) in isPhysRegUsed()
[all …]
HDTargetRegisterInfo.cpp59 OS << "Unit~" << Unit; in print()
64 if (Unit >= TRI->getNumRegUnits()) { in print()
65 OS << "BadUnit~" << Unit; in print()
70 MCRegUnitRootIterator Roots(Unit, TRI); in print()
78 if (TRI && TRI->isVirtualRegister(Unit)) { in print()
79 OS << "%vreg" << TargetRegisterInfo::virtReg2Index(Unit); in print()
HDLiveIntervalAnalysis.cpp251 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() argument
260 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { in computeRegUnitRange()
270 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { in computeRegUnitRange()
311 unsigned Unit = *Units; in computeLiveInRegUnits() local
312 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits()
315 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs); in computeLiveInRegUnits()
316 NewRanges.push_back(Unit); in computeLiveInRegUnits()
320 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id); in computeLiveInRegUnits()
329 unsigned Unit = NewRanges[i]; in computeLiveInRegUnits() local
330 computeRegUnitRange(*RegUnitRanges[Unit], Unit); in computeLiveInRegUnits()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp524 llvm::DIFile *Unit) { in CreateQualifiedType() argument
547 return getOrCreateType(QualType(T, 0), Unit); in CreateQualifiedType()
550 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); in CreateQualifiedType()
558 llvm::DIFile *Unit) { in CreateType() argument
564 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit); in CreateType()
567 Ty->getPointeeType(), Unit); in CreateType()
571 llvm::DIFile *Unit) { in CreateType() argument
573 Ty->getPointeeType(), Unit); in CreateType()
660 llvm::DIFile *Unit) { in CreatePointerLikeType() argument
663 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit)); in CreatePointerLikeType()
[all …]
HDCGDebugInfo.h75 llvm::DIFile *Unit; member
77 llvm::DIFile *Unit) in ObjCInterfaceCacheEntry()
78 : Type(Type), Decl(Decl), Unit(Unit) {} in ObjCInterfaceCacheEntry()
152 llvm::DIType *CreateType(const RValueReferenceType *Ty, llvm::DIFile *Unit);
178 llvm::DIFile *Unit);
215 llvm::DIFile *Unit);
219 llvm::DIFile *Unit);
402 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
437 CollectAnonRecordDecls(const RecordDecl *RD, llvm::DIFile *Unit,
471 void collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit,
[all …]
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveIntervalAnalysis.h379 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit() argument
380 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit()
384 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in getRegUnit()
385 computeRegUnitRange(*LR, Unit); in getRegUnit()
392 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() argument
393 return RegUnitRanges[Unit]; in getCachedRegUnit()
396 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() argument
397 return RegUnitRanges[Unit]; in getCachedRegUnit()
432 void computeRegUnitRange(LiveRange&, unsigned Unit);
HDDIE.h263 const DwarfTypeUnit *Unit; variable
268 explicit DIETypeSignature(const DwarfTypeUnit &Unit) : Unit(&Unit) {} in DIETypeSignature() argument
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDARCMT.cpp267 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in checkForManualIssues() local
269 if (!Unit) { in checkForManualIssues()
277 ASTContext &Ctx = Unit->getASTContext(); in checkForManualIssues()
281 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
290 Unit->getPreprocessor()); in checkForManualIssues()
305 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
311 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in checkForManualIssues()
312 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags, in checkForManualIssues()
543 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in applyTransform() local
545 if (!Unit) { in applyTransform()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTMerge.cpp48 std::unique_ptr<ASTUnit> Unit = in ExecuteAction() local
52 if (!Unit) in ExecuteAction()
57 Unit->getASTContext(), in ExecuteAction()
58 Unit->getFileManager(), in ExecuteAction()
61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction()
HDASTUnit.cpp819 ASTUnit &Unit; member in __anon6f0221ca0311::TopLevelDeclTrackerConsumer
824 : Unit(_Unit), Hash(Hash) { in TopLevelDeclTrackerConsumer()
840 Unit.addTopLevelDecl(D); in handleTopLevelDecl()
846 Unit.addFileLevelDecl(D); in handleFileLevelDecl()
868 return Unit.getASTMutationListener(); in GetASTMutationListener()
872 return Unit.getDeserializationListener(); in GetASTDeserializationListener()
878 ASTUnit &Unit; member in __anon6f0221ca0311::TopLevelDeclTrackerAction
884 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
886 Unit, Unit.getCurrentTopLevelHashValue()); in CreateASTConsumer()
890 TopLevelDeclTrackerAction(ASTUnit &_Unit) : Unit(_Unit) {} in TopLevelDeclTrackerAction()
[all …]
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_history.txt141 * 06-04-07 02.00.01 Added defines for SAS IO Unit Page 2 PhyFlags.
160 * 12-18-07 02.00.05 Modified IO Unit Page 0 to use 32-bit version fields for
187 * drives in IO Unit Page 1.
188 * Added new bit to AdditionalControlFlags of SAS IO Unit
199 * Added three new DiscoveryStatus bits for SAS IO Unit
201 * Removed multiplexing information from SAS IO Unit pages.
202 * Added BootDeviceWaitTime field to SAS IO Unit Page 4.
208 * 01-19-09 02.00.10 Fixed defines for GPIOVal field of IO Unit Page 3.
214 * Added a new DiscoveryStatus bit for SAS IO Unit Page 0
218 * fields of SAS IO Unit Page 0 and SAS Expander Page 0.
[all …]
/NextBSD/sys/dev/mps/mpi/
HDmpi2_history.txt119 * 06-04-07 02.00.01 Added defines for SAS IO Unit Page 2 PhyFlags.
138 * 12-18-07 02.00.05 Modified IO Unit Page 0 to use 32-bit version fields for
165 * drives in IO Unit Page 1.
166 * Added new bit to AdditionalControlFlags of SAS IO Unit
177 * Added three new DiscoveryStatus bits for SAS IO Unit
179 * Removed multiplexing information from SAS IO Unit pages.
180 * Added BootDeviceWaitTime field to SAS IO Unit Page 4.
186 * 01-19-09 02.00.10 Fixed defines for GPIOVal field of IO Unit Page 3.
192 * Added a new DiscoveryStatus bit for SAS IO Unit Page 0
196 * fields of SAS IO Unit Page 0 and SAS Expander Page 0.
[all …]
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.cpp30 const DWARFUnit *Unit, in findUnitAndExtractFast() argument
32 Unit = Unit->getUnitSection().getUnitForOffset(*Offset); in findUnitAndExtractFast()
33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr; in findUnitAndExtractFast()
/NextBSD/sys/powerpc/conf/
HDNOTES67 device fcu # Apple Fan Control Unit
69 device pmu # Apple Power Management Unit
70 device smu # Apple System Management Unit
/NextBSD/contrib/libxo/tests/core/saved/
HDtest_01.HIPx.out20 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> G…
27 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
34 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
41 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
48 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> G…
84 …a-xpath="/top/data2/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">GRO…
116 …a-xpath="/top/data2/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
148 …a-xpath="/top/data2/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
180 …a-xpath="/top/data2/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
212 …a-xpath="/top/data2/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">GRO…
[all …]
HDtest_10.HIPx.out33 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> G…
40 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
47 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
54 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> H…
61 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key"> G…
97 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">GRO…
129 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
161 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
193 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">HRD…
225 …ta-xpath="/top/data/item/sku" data-type="string" data-help="Stock Keeping Unit" data-key="key">GRO…
[all …]
/NextBSD/contrib/openpam/
HDRELNOTES20 - Unit tests for limited portions of the libraries.
/NextBSD/share/misc/
HDusb_hid_usages403 0xB4 Currency Unit
1694 0x50 Weight Unit
1695 0x51 Weight Unit Milligram
1696 0x52 Weight Unit Gram
1697 0x53 Weight Unit Kilogram
1698 0x54 Weight Unit Carats
1699 0x55 Weight Unit Taels
1700 0x56 Weight Unit Grains
1701 0x57 Weight Unit Pennyweights
1702 0x58 Weight Unit Metric Ton
[all …]
/NextBSD/contrib/netbsd-tests/crypto/libcrypto/conf/
HDd_conf_ssleay.cnf70 Attribute_text_5 = Organizational Unit Name (eg, section)
/NextBSD/crypto/openssl/crypto/conf/
HDssleay.cnf70 Attribute_text_5 = Organizational Unit Name (eg, section)
/NextBSD/sys/arm/freescale/imx/
HDfiles.imx547 # IPU - Image Processing Unit (frame buffer also)
/NextBSD/sys/cam/
HDREADME.quirks103 o NO_TEST_UNIT_READY - The drive does not support Test Unit Ready.
104 Convert to Start Unit. This command is a simple no-op for most
107 o RS_NO_CLEAR_UA - The drive does not reset the Unit Attention state

1234