Home
last modified time | relevance | path

Searched defs:Level (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-9-stable/sys/contrib/dev/acpica/disassembler/
Ddmresrcl.c144 UINT32 Level) in AcpiDmMemoryFields()
190 UINT32 Level) in AcpiDmAddressFields()
284 UINT32 Level) in AcpiDmAddressCommon()
581 UINT32 Level) in AcpiDmWordDescriptor()
626 UINT32 Level) in AcpiDmDwordDescriptor()
671 UINT32 Level) in AcpiDmQwordDescriptor()
716 UINT32 Level) in AcpiDmExtendedDescriptor()
763 UINT32 Level) in AcpiDmMemory24Descriptor()
802 UINT32 Level) in AcpiDmMemory32Descriptor()
841 UINT32 Level) in AcpiDmFixedMemory32Descriptor()
[all …]
Ddmresrcs.c74 UINT32 Level) in AcpiDmIrqDescriptor()
119 UINT32 Level) in AcpiDmDmaDescriptor()
156 UINT32 Level) in AcpiDmIoDescriptor()
201 UINT32 Level) in AcpiDmFixedIoDescriptor()
239 UINT32 Level) in AcpiDmStartDependentDescriptor()
278 UINT32 Level) in AcpiDmEndDependentDescriptor()
306 UINT32 Level) in AcpiDmVendorSmallDescriptor()
Ddmwalk.c394 UINT32 Level, in AcpiDmDescendingOp()
770 UINT32 Level, in AcpiDmAscendingOp()
/freebsd-9-stable/sys/contrib/dev/acpica/compiler/
Daslfold.c92 UINT32 Level, in OpcAmlEvaluationWalk1()
139 UINT32 Level, in OpcAmlEvaluationWalk2()
185 UINT32 Level, in OpcAmlCheckForConstant()
273 UINT32 Level, in OpcAmlConstantWalk()
Daslwalks.c73 UINT32 Level, in AnMethodAnalysisWalkBegin()
440 UINT32 Level, in AnMethodAnalysisWalkEnd()
643 UINT32 Level, in AnMethodTypingWalkEnd()
717 UINT32 Level, in AnOperandTypecheckWalkEnd()
1029 UINT32 Level, in AnOtherSemanticAnalysisWalkBegin()
Dasllookup.c132 UINT32 Level, in LsDoOneNamespaceObject()
394 UINT32 Level, in LsDoOnePathname()
483 UINT32 Level, in LsCompareOneNamespaceObject()
610 UINT32 Level, in LkIsObjectUsed()
812 UINT32 Level, in LkNamespaceLocateBegin()
1322 UINT32 Level, in LkNamespaceLocateEnd()
Dasllength.c91 UINT32 Level, in LnInitLengthsWalk()
124 UINT32 Level, in LnPackageLengthWalk()
Daslload.c345 UINT32 Level, in LdNamespace1Begin()
714 UINT32 Level, in LdNamespace2Begin()
846 UINT32 Level, in LdCommonNamespaceEnd()
Daslopcodes.c88 UINT32 Level, in OpcAmlOpcodeUpdateWalk()
128 UINT32 Level, in OpcAmlOpcodeWalk()
Daslerror.c430 UINT8 Level, in AslCommonError()
523 UINT8 Level, in AslError()
/freebsd-9-stable/contrib/llvm/lib/Support/
DCompression.cpp28 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel()
52 CompressionLevel Level) { in compress()
92 CompressionLevel Level) { in compress()
DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft()
98 void Path::moveRight(unsigned Level) { in moveRight()
/freebsd-9-stable/sys/contrib/dev/acpica/common/
Dadwalk.c352 UINT32 Level, in AcpiDmDumpDescending()
428 UINT32 Level, in AcpiDmFindOrphanDescending()
576 UINT32 Level, in AcpiDmLoadDescendingOp()
710 UINT32 Level, in AcpiDmXrefDescendingOp()
861 UINT32 Level, in AcpiDmResourceDescendingOp()
915 UINT32 Level, in AcpiDmCommonAscendingOp()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DDiagnosticRenderer.h105 DiagnosticsEngine::Level Level) {} in beginDiagnostic()
107 DiagnosticsEngine::Level Level) {} in endDiagnostic()
DTextDiagnostic.h93 DiagnosticsEngine::Level Level, in emitCodeContext()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp55 DiagnosticsEngine::Level Level, in printDiagnosticOptions()
108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DLogDiagnosticPrinter.cpp31 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName()
122 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp71 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
571 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
603 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
620 DiagnosticsEngine::Level Level) { in beginDiagnostic()
626 DiagnosticsEngine::Level Level) { in endDiagnostic()
662 DiagnosticsEngine::Level Level, in emitCodeContext()
DDiagnosticRenderer.cpp124 DiagnosticsEngine::Level Level, in emitDiagnostic()
206 DiagnosticsEngine::Level Level, in emitIncludeStack()
382 DiagnosticsEngine::Level Level, in emitCaret()
404 DiagnosticsEngine::Level Level, in emitMacroExpansions()
/freebsd-9-stable/sys/contrib/dev/acpica/namespace/
Dnsalloc.c389 UINT32 Level = 1; in AcpiNsDeleteNamespaceSubtree() local
489 UINT32 Level; in AcpiNsDeleteNamespaceByOwner() local
Dnsdump.c145 UINT32 Level, in AcpiNsDumpPathname()
186 UINT32 Level, in AcpiNsDumpOneObject()
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
157 virtual const SCEV *getDistance(unsigned Level) const { return NULL; } in getDistance()
161 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
165 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
169 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/freebsd-9-stable/sys/contrib/dev/acpica/executer/
Dexdebug.c81 UINT32 Level, in AcpiExDoDebugObject()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DIntervalMap.h791 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
794 unsigned size(unsigned Level) const { return path[Level].size; } in size()
795 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
796 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
818 NodeRef &subtree(unsigned Level) const { in subtree()
824 void reset(unsigned Level) { in reset()
844 void setSize(unsigned Level, unsigned Size) { in setSize()
904 bool atLastEntry(unsigned Level) const { in atLastEntry()
913 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1273 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()

1234