Searched refs:Count (Results 51 - 75 of 112) sorted by relevance

12345

/barrelfish-master/lib/acpica/source/components/resources/
H A Drscalc.c150 * DESCRIPTION: Count the number of bits set in a resource field. Used for
723 NumberOfElements = PackageObject->Package.Count;
762 TableIndex < PackageElement->Package.Count && !NameFound;
H A Drsutils.c133 * RETURN: Count of bits set (length of list)
173 * Count - Length of list
184 UINT8 Count)
195 for (i = 0, Mask = 0; i < Count; i++)
182 AcpiRsEncodeBitmask( UINT8 *List, UINT8 Count) argument
/barrelfish-master/lib/acpica/source/include/
H A Dacpiosxf.h649 ACPI_SIZE Count);
658 ACPI_SIZE Count);
H A Daclocal.h338 UINT32 *Count; member in struct:acpi_find_context
481 UINT8 Count; member in struct:acpi_package_info2
492 UINT8 Count; member in struct:acpi_package_info3
682 UINT16 Count; member in struct:acpi_gpe_walk_info
H A Dacstruct.h290 UINT16 ParamCount; /* Count of the input argument list */
326 UINT32 Count; member in struct:acpi_walk_info
H A Dactypes.h1030 UINT32 Count; /* # of elements in package */ member in struct:acpi_object::__anon491
1064 UINT32 Count; member in struct:acpi_object_list
1319 UINT32 Count; /* Number of IDs in Ids array */ member in struct:acpi_pnp_device_id_list
/barrelfish-master/lib/acpica/source/tools/examples/
H A Dexamples.c521 ArgList.Count = 1;
588 ArgList.Count = 1;
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbutils.c288 ObjDesc->Package.Count);
290 for (i = 0; i < ObjDesc->Package.Count; i++)
H A Ddbdisply.c787 for (i = 0; i < Info->CompatibleIdList.Count; i++)
904 UINT32 Count; local
1042 Count = 0;
1046 Count++;
1051 Count);
H A Ddbcmds.c777 UINT32 Count = 0; local
813 Count, ResourceType, Offset, Aml1Length, Aml2Length);
823 Count, ResourceType, Offset);
846 Count++;
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexoparg2.c510 if (Index >= Operand[0]->Package.Count)
512 Length = Operand[0]->Package.Count;
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c1439 INT32 Count; local
1456 Count = fread (&Header, 1, sizeof (ACPI_TABLE_HEADER), TableFile);
1457 if (Count != sizeof (ACPI_TABLE_HEADER))
1507 Count = fread (LocalTable, 1, TableLength, TableFile);
1508 if (Count != TableLength)
H A Doswinxf.c544 INT32 Count = 0; local
557 Count = vfprintf (AcpiGbl_DebugFile, Fmt, Args);
569 Count = vfprintf (AcpiGbl_OutputFile, Fmt, Args);
/barrelfish-master/lib/acpica/source/compiler/
H A Ddttable1.c490 /* Process all Device Information subtables (Count = InfoCount) */
773 UINT32 Count; local
814 Count = 0;
829 Count++;
832 DrtmVtl->ValidatedTableCount = Count;
850 Count = 0;
867 Count++;
870 DrtmRl->ResourceCount = Count;
H A Ddttable2.c478 /* Subtable: Count of Memory Power State Characteristic structures */
590 UINT32 Count; local
685 Count = 0;
704 Count++;
707 Interleave->LineCount = Count;
731 Count = 0;
750 Count++;
753 Hint->HintCount = (UINT16) Count;
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsxfeval.c337 if (ExternalParams && ExternalParams->Count)
339 Info->ParamCount = (UINT16) ExternalParams->Count;
859 for (i = 0; i < Cid->Count; i++)
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutmisc.c387 State->Pkg.SourceObject->Package.Count)
H A Dutdelete.c210 Object->Package.Count));
519 "Obj %p, Reference Count was zero before increment\n",
543 "Obj %p, Reference Count is already zero, cannot decrement\n",
562 ACPI_ERROR ((AE_INFO, "Unknown Reference Count action (0x%X)",
574 "Large Reference Count (0x%X) in object %p, Type=0x%.2X",
659 for (i = 0; i < Object->Package.Count; i++)
/barrelfish-master/lib/octopus/parser/
H A Dparse.c387 # define YYCOPY(To, From, Count) \
388 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
390 # define YYCOPY(To, From, Count) \
394 for (yyi = 0; yyi < (Count); yyi++) \
1457 /* Count tokens shifted since error; after three, turn off error
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmwalk.c628 Info->Count = 0;
637 Info->Count++;
638 if (Info->Count /* +Info->LastLevel */ > 12)
640 Info->Count = 0;
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwxfsleep.c427 ArgList.Count = 1;
/barrelfish-master/usr/acpi/
H A Dacpica_osglue.c419 INT32 Count = 0; local
433 Count = vfprintf (AcpiGbl_DebugFile, Fmt, Args);
448 Count = vfprintf (AcpiGbl_OutputFile, Fmt, Args);
453 Count = 0;
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Drepairtut.tex425 length(List,Count),
426 ( Count = 0 ->
428 ; try_move(List,NewCount), NewCount < Count ->
431 write('local optimum: '), writeln(Count)
499 write('local optimum: '), writeln(Count)
799 \verb0min_conflicts(Vars,Count)0
803 \item Count - a variable, with a tentative integer value
806 The specification of \verb0min_conflicts(Vars,Count)0 is as follows:
839 Count tent_is sum(Bools),
840 min_conflicts(Vars,Count)
[all...]
/barrelfish-master/lib/acpica/source/common/
H A Dadwalk.c207 Info.Count = 0;
446 Info->Count++;
447 AcpiOsPrintf ("% 5d [%2.2d] ", Info->Count, Level);
H A Ddmextern.c1069 UINT32 Count = 0; local
1076 Count++;
1082 return (Count);

Completed in 126 milliseconds

12345