Searched refs:Count (Results 76 - 100 of 112) sorted by relevance

12345

/barrelfish-master/lib/acpica/barrelfish/
H A Dosbfxf.c1008 * Count - Number of data blocks
1021 ACPI_SIZE Count)
1025 Length = fwrite (Buffer, Size, Count, File);
1017 AcpiOsWriteFile( ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dtest_util.pl482 shelf_create(count(0), Count),
485 shelf_inc(Count, 1),
486 ( var(K) -> shelf_get(Count, 1, K) ; true ),
496 shelf_get(Count, 1, K),
H A Dtoplevel.pl722 shelf_create(count(0), Count),
732 shelf_get(Count, 1, NSol0),
734 shelf_set(Count, 1, NSol),
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h234 UINT32 Count; /* # of elements in package */ member in struct:acpi_object_package
H A Dacresrc.h400 UINT8 Count);
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dacpisrc.h474 UINT32 Count,
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbstats.c291 /* Count the sub-objects */
297 for (i = 0; i < ObjDesc->Package.Count; i++)
430 * DESCRIPTION: Count and classify the entire namespace, including all
H A Ddbconvert.c341 Object->Package.Count = i;
/barrelfish-master/lib/acpica/source/components/events/
H A Devrgnini.c493 for (i = 0; i < Cid->Count; i++)
H A Devregion.c972 Args.Count = 2;
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwxface.c680 switch (Info->ReturnObject->Package.Count)
/barrelfish-master/lib/acpica/source/common/
H A Ddmtbdump.c1157 UINT32 Count; local
1189 Count = 0;
1191 (DrtmVtl->ValidatedTableCount > Count))
1202 Count++;
1221 Count = 0;
1223 (DrtmRl->ResourceCount > Count))
1234 Count++;
2538 /* Subtable: Count of Memory Power State Characteristic structures */
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs1780 get { return _children.Count; }
1785 if (index < 0 || index > _children.Count)
1835 if (oldshapes.Count > 0 || oldblocks.Count > 0)
1868 for (int i = 0; i < oldshapes.Count; i++)
1877 for (int i = 0; i < oldblocks.Count; i++)
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Ddatabase-lst.tex53 \item[cardinality(+RelationName, ?Count)]{Get the number of tuples in a relation.}
H A Dkernel-lst.tex42 \item[bang_cardinality(+RelationName, ?Count)]{Get the number of tuples in a relation.}
/barrelfish-master/lib/acpica/source/compiler/
H A Daslcompiler.h464 UINT32 Count,
470 UINT32 Count,
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dbags.pl114 % checkbag(Pred, Bag) - applies Pred(Element, Count)
116 % Note that mapbag does NOT give the Count to Pred, but preserves it.
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h1398 const StringView Count; member in class:UnnamedTypeName
1401 UnnamedTypeName(StringView Count_) : Node(KUnnamedTypeName), Count(Count_) {}
1403 template<typename Fn> void match(Fn F) const { F(Count); }
1407 S += Count;
1414 StringView Count; member in class:ClosureTypeName
1418 : Node(KClosureTypeName), Params(Params_), Count(Count_) {}
1420 template<typename Fn> void match(Fn F) const { F(Params, Count); }
1424 S += Count;
2475 StringView Count = parseNumber();
2478 return make<UnnamedTypeName>(Count);
[all...]
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daehandlers.c446 ArgList.Count = 3;
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsobject.c522 ObjDesc->Package.Count = ElementCount;
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexoparg1.c874 Value = TempDesc->Package.Count;
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsdump.c421 ObjDesc->Package.Count);
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp1499 int Count = 0; local
1503 --Count;
1505 ++Count;
1507 return Count;
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Ddbi.tex576 cursor_next_tuple(OverdraftCheck,c(Count)),
577 Count = 0.
668 cursor_next_tuple(Check,c(Count)),
669 Count = 0.
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probing_for_scheduling.pl168 get_probect(Count),
169 writeln(log_output,probes(Count)).

Completed in 211 milliseconds

12345