Searched refs:Count (Results 26 - 50 of 112) sorted by relevance

12345

/barrelfish-master/lib/acpica/source/common/
H A Dacfileio.c315 INT32 Count; local
324 Count = fread (&TableHeader, 1, sizeof (ACPI_TABLE_HEADER), File);
325 if (Count != sizeof (ACPI_TABLE_HEADER))
365 Count = fread (Table, 1, TableHeader.Length, File);
366 if (Count != (INT32) TableHeader.Length)
H A Dacgetline.c167 /* Backup cursor by Count positions */
169 #define ACPI_BACKUP_CURSOR(i, Count) \
170 for (i = 0; i < (Count); i++) \
/barrelfish-master/lib/acpica/source/components/events/
H A Devgpeinit.c332 WalkInfo.Count = 0;
365 if (WalkInfo.Count)
367 ACPI_INFO (("Enabled %u new GPEs", WalkInfo.Count));
/barrelfish-master/tools/demo/Aquarium/
H A DEvents.cs181 if (this.Count == 0)
187 for (int i = 0; i < this.Count; i++)
214 for (int i = 0; i < this.Count; i++)
/barrelfish-master/lib/acpica/source/components/resources/
H A Drsmisc.c158 UINT8 Count; local
189 Count = INIT_TABLE_LENGTH (Info);
190 while (Count)
508 Count--;
549 UINT8 Count; local
566 Count = INIT_TABLE_LENGTH (Info);
568 while (Count)
838 Count--;
H A Drscreate.c354 NumberOfElements = PackageObject->Package.Count;
378 if ((*TopObjectList)->Package.Count != 4)
382 Index, (*TopObjectList)->Package.Count));
/barrelfish-master/lib/acpica/source/tools/acpixtract/
H A Daxutils.c123 * PARAMETERS: Name - Ascii string, at least as long as Count
124 * Count - Number of characters to check
136 int Count)
141 for (i = 0; i < Count; i++)
323 * DESCRIPTION: Count the instances of tables with the given signature within
344 /* Count the number of instances of this signature */
134 AxCheckAscii( char *Name, int Count) argument
H A Dacpixtract.h226 int Count);
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dascase.c251 UINT32 Count; local
295 Count = 0;
298 Count++;
300 (Count > 8192))
/barrelfish-master/lib/acpica/source/compiler/
H A Dasllistsup.c129 * Count - Number of bytes to convert
141 UINT32 Count,
149 for (i = 0; i < Count; i++)
173 * Count - Number of bytes to convert
185 UINT32 Count,
194 for (i = 0; i < Count; i++)
139 LsDumpAscii( UINT32 FileId, UINT32 Count, UINT8 *Buffer) argument
183 LsDumpAsciiInComment( UINT32 FileId, UINT32 Count, UINT8 *Buffer) argument
H A Daslsupport.l416 UINT32 Count = 1;
431 Count = ASL_SPACES_PER_TAB -
435 for (i = 0; i < Count; i++)
484 * DESCRIPTION: Count keywords and put them into the line buffer
H A Daslopcodes.c552 UINT32 Count; local
574 Count = strlen (InitializerOp->Asl.Value.String) + 1;
575 Length = Count * sizeof (UINT16);
580 for (i = 0; i < Count; i++)
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbtest.c916 ParamObjects.Count = 1;
1004 ParamObjects.Count = 2;
1041 Info.Count = 0;
1056 "Evaluated %u predefined names in the namespace\n", Info.Count);
1124 ParamObjects.Count = 0;
1169 ThisParam->Package.Count = 0;
1182 ParamObjects.Count = ArgCount;
1207 Info->Count++;
1208 if (Info->Count >= Info->MaxCount)
H A Ddbexec.c159 * PARAMETERS: Count - Count of objects in the list
171 UINT32 Count,
177 for (i = 0; i < Count; i++)
190 AcpiDbDeleteObjects (Objects[i].Package.Count,
238 ParamObjects.Count = 0;
261 ParamObjects.Count = i;
294 AcpiDbDeleteObjects (ParamObjects.Count, Params);
170 AcpiDbDeleteObjects( UINT32 Count, ACPI_OBJECT *Objects) argument
H A Ddbinput.c716 * RETURN: Count of arguments to the command
728 UINT32 Count; local
759 Count = i;
760 if (Count)
762 Count--; /* Number of args only */
765 return (Count);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dfrequency.pl198 count_subsets(DX, ListWithoutX, Size, 1, Count, Others),
199 ( Count == Size ->
213 count_subsets(DX,ListWithoutX,Size,1,Count,Others),
216 ( Count == Size ->
231 Count is Sofar + 1,
232 Count =< Dom_Size,
233 count_subsets(Dom,T,Dom_Size,Count,N,Others)
/barrelfish-master/lib/acpica/source/include/
H A Dacdebug.h151 UINT32 Count; member in struct:acpi_db_execute_walk
426 UINT32 Count,
H A Dacutils.h277 UINT32 Count);
513 UINT32 Count,
520 UINT32 Count,
529 UINT32 Count,
684 UINT32 Count);
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexdebug.c289 SourceDesc->Package.Count);
293 for (i = 0; i < SourceDesc->Package.Count; i++)
H A Dexdump.c196 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Package.Count), "Elements"},
219 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
223 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"},
370 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Common.ReferenceCount), "Reference Count"},
456 UINT8 Count; local
473 Count = Info->Offset;
475 while (Count)
677 Count--;
832 ObjDesc->Package.Count, ObjDesc->Package.Elements);
838 if (ObjDesc->Package.Count
[all...]
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutprint.c137 ACPI_SIZE Count);
168 * Count - Boundary of the string
170 * RETURN: Length of the string. Less than or equal to Count.
179 ACPI_SIZE Count)
184 while (*String && Count)
188 Count--;
177 AcpiUtBoundStringLength( const char *String, ACPI_SIZE Count) argument
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwesleep.c153 ArgList.Count = 1;
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsxfname.c565 NextIdString += ((ACPI_SIZE) CidList->Count * sizeof (ACPI_PNP_DEVICE_ID));
593 Info->CompatibleIdList.Count = CidList->Count;
598 for (i = 0; i < CidList->Count; i++)
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dforeign.pl222 local_variables(1, Args, 0, Count, M),
234 write_unification(1, Args, Count, M),
235 (Count > 1 ->
238 Count = 0 ->
283 local_variables(I, [-user(Type)|Args], C, Count, M) :-
288 local_variables(I1, Args, C, Count, M).
289 local_variables(I, [OArg|Args], C, Count, M) :-
308 local_variables(I1, Args, C1, Count, M).
309 local_variables(I, [+string(_)|Args], C, Count, M) :-
313 local_variables(I1, Args, C, Count,
[all...]
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daeexec.c198 ArgList.Count = 1;
324 Params.Count = 1;
348 PkgArg.Package.Count = 4;
365 PkgElements[3].Package.Count = 2;
379 Params.Count = 1;
425 ArgList.Count = 1;

Completed in 113 milliseconds

12345