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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Ddfid.pl50 * dfid(Goal, StartDepth, MaxDepth, Increment)
52 * depth StartDepth, up to the depth MaxDepth,
113 parms_in(From, To, Depth, MaxDepth, Limit, OV),
119 parms_out(Depth, MaxDepth, Limit, OV).
122 parms_in(0, DepthLimit, Depth, MaxDepth, Limit, OV),
128 parms_out(Depth, MaxDepth, Limit, OV).
138 parms_in(From, To, Depth, MaxDepth, Limit, OV) :-
142 getval(max_depth, MaxDepth),
147 parms_out(Depth, MaxDepth, Limit, OV) :-
149 setval(max_depth, MaxDepth),
[all...]
H A Dtracer.pl450 decode_range(Depth, MinDepth, MaxDepth),
460 trace_mode(7, MaxDepth),
H A Dlists.pl1045 template:"flatten(++MaxDepth, +NestedList, ?FlatList)",
1047 "++MaxDepth" : "Maximum depth to flatten.",
1052 Like flatten/2, but does not flatten beyond the specified depth MaxDepth.
H A Dtracer_tcl.pl973 /* display_matrix_dim(+Matrix, +MaxDepth, -Dim)
974 returns the dimensions of a display matrix Matrix. MaxDepth is the max.
H A Dio.pl494 % option_format(?Option, -BitsToClear, -BitsToSet, ?MaxDepth).
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Dutcache.c130 * MaxDepth - Maximum depth of the cache (in objects)
143 UINT16 MaxDepth,
170 Cache->MaxDepth = MaxDepth;
299 if (Cache->CurrentDepth >= Cache->MaxDepth)
140 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnswalk.c234 * MaxDepth - Depth to which search is to reach
265 UINT32 MaxDepth,
404 (Level < MaxDepth) &&
262 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.c741 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
758 UINT32 MaxDepth,
786 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
880 * MaxDepth - Maximum depth of dump. Use ACPI_UINT32_MAX
897 UINT32 MaxDepth,
923 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
929 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
976 * MaxDepth - Maximum depth of dump. Use INT_MAX
988 UINT32 MaxDepth)
1015 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, MaxDepth,
755 AcpiNsDumpObjects( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
894 AcpiNsDumpObjectPaths( ACPI_OBJECT_TYPE Type, UINT8 DisplayType, UINT32 MaxDepth, ACPI_OWNER_ID OwnerId, ACPI_HANDLE StartHandle) argument
986 AcpiNsDumpTables( ACPI_HANDLE SearchBase, UINT32 MaxDepth) argument
[all...]
H A Dnsxfeval.c657 * MaxDepth - Depth to which search is to reach
688 UINT32 MaxDepth,
703 (!MaxDepth) ||
746 Status = AcpiNsWalkNamespace (Type, StartObject, MaxDepth,
685 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
/barrelfish-2018-10-04/lib/acpica/source/components/debugger/
H A Ddbstats.c197 /* MaxDepth > 0 indicates a cache object */
199 if (List->MaxDepth > 0)
205 List->MaxDepth,
206 List->MaxDepth - List->CurrentDepth,
211 if (List->MaxDepth > 0)
H A Ddbnames.c317 UINT32 MaxDepth = ACPI_UINT32_MAX; local
334 MaxDepth = strtoul (DepthArg, NULL, 0);
345 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
401 UINT32 MaxDepth = ACPI_UINT32_MAX; local
411 MaxDepth = strtoul (DepthArg, NULL, 0);
420 AcpiNsDumpObjects (ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, MaxDepth,
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacnamesp.h192 UINT32 MaxDepth,
323 UINT32 MaxDepth);
353 UINT32 MaxDepth,
361 UINT32 MaxDepth,
H A Dacpiosxf.h352 UINT16 MaxDepth,
H A Dacpixf.h669 UINT32 MaxDepth,
H A Dactypes.h1403 UINT16 MaxDepth; member in struct:acpi_memory_list
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Doswinxf.c1486 UINT16 MaxDepth,
1501 NewCache->MaxDepth = MaxDepth;
1483 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_CACHE_T **ReturnCache) argument
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Demu.c4970 if ((i = DfidDepth->val.nint + 1) > MaxDepth) {
4976 Trail_Word(&MaxDepth, 0, TRAILED_WORD32);
4977 MaxDepth = i;
4995 if ((i = DfidDepth->val.nint + 1) > MaxDepth) {
5001 Trail_Word(&MaxDepth, 0, TRAILED_WORD32);
5002 MaxDepth = i;
H A Demu_export.h1332 #define MaxDepth (GLOBVAR[2].val.ptr->val.nint) macro

Completed in 217 milliseconds