Searched refs:MaxDepth (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c58 * MaxDepth - Maximum depth of the cache (in objects)
71 UINT16 MaxDepth,
98 Cache->MaxDepth = MaxDepth;
227 if (Cache->CurrentDepth >= Cache->MaxDepth)
68 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/namespace/
H A Dnswalk.c162 * MaxDepth - Depth to which search is to reach
193 UINT32 MaxDepth,
332 (Level < MaxDepth) &&
190 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
H A Dnsdump.c659 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
676 UINT32 MaxDepth,
704 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
798 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
815 UINT32 MaxDepth,
841 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
847 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
894 * MaxDepth - Maximum depth of dump. Use INT_MAX
906 UINT32 MaxDepth)
932 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth,
673 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
812 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
904 AcpiNsDumpTables( ACPI_HANDLE SearchBase, UINT32 MaxDepth) argument
[all...]
H A Dnsxfeval.c581 * MaxDepth - Depth to which search is to reach
612 UINT32 MaxDepth,
627 (!MaxDepth) ||
670 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth,
609 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c125 /* MaxDepth > 0 indicates a cache object */
127 if (List->MaxDepth > 0)
132 List->MaxDepth,
133 List->MaxDepth - List->CurrentDepth,
138 if (List->MaxDepth > 0)
H A Ddbnames.c234 UINT32 MaxDepth = ACPI_UINT32_MAX; local
251 MaxDepth = ACPI_STRTOUL (DepthArg, NULL, 0);
262 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
318 UINT32 MaxDepth = ACPI_UINT32_MAX; local
328 MaxDepth = ACPI_STRTOUL (DepthArg, NULL, 0);
337 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth, OwnerId,
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacnamesp.h118 UINT32 MaxDepth,
241 UINT32 MaxDepth);
271 UINT32 MaxDepth,
279 UINT32 MaxDepth,
H A Dacpiosxf.h279 UINT16 MaxDepth,
H A Dacpixf.h548 UINT32 MaxDepth,
H A Dactypes.h1326 UINT16 MaxDepth; member in struct:acpi_memory_list
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp720 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth; local
725 if (CondDepth > MaxDepth) {
726 unsigned Extra = CondDepth - MaxDepth;
736 if (TDepth > MaxDepth) {
737 unsigned Extra = TDepth - MaxDepth;
747 if (FDepth > MaxDepth) {
748 unsigned Extra = FDepth - MaxDepth;
H A DScheduleDAG.cpp303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp89 int MaxDepth,
96 MaxDepth(MaxDepth),
242 // 0 < CurrentDepth <= MaxDepth.
248 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
287 const int MaxDepth; member in class:clang::ast_matchers::internal::__anon3170::MatchChildASTVisitor
375 BoundNodesTreeBuilder *Builder, int MaxDepth,
379 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
397 MaxDepth, Traversal, Bind);
406 BoundNodesTreeBuilder *Builder, int MaxDepth,
86 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
373 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
404 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp36 const unsigned MaxDepth = 6; variable
232 assert(Depth <= MaxDepth && "Limit Search Depth");
332 if (Depth == MaxDepth)
718 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
734 MaxDepth-1);
841 if (Depth++ == MaxDepth)
966 if (Depth++ >= MaxDepth)
992 if (Depth++ >= MaxDepth)
1306 const unsigned MaxDepth = 6; local
1309 assert(Depth <= MaxDepth
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h374 enum { MaxDepth = 256 }; enumerator in enum:clang::BalancedDelimiterTracker::__anon3335
H A DParser.cpp2005 if (getDepth() < MaxDepth)
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1775 size_t MaxDepth = DAG.lookup(IJ); local
1779 MaxDepth << " and size " << DAG.size() << "\n");
2094 MaxDepth << " and size " << PrunedDAG.size() <<
2097 MaxDepth >= Config.ReqChainDepth) &&
2099 BestMaxDepth = MaxDepth;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp739 const unsigned MaxDepth = 6; member in namespace:__anon2733
833 if (Depth++ == MaxDepth)

Completed in 116 milliseconds