HomeSort by: relevance | last modified time | path
    Searched defs:Count (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/compiler/
aslprune.c 180 UINT16 Count;
207 PruneObj.Count = 0;
236 AcpiOsPrintf ("\n%u Total Objects Removed\n", PruneObj.Count);
315 PruneObj->Count++;
323 PruneObj->Count++;
340 PruneObj->Count++;
aslprepkg.c 178 UINT32 Count);
184 UINT32 Count,
196 UINT32 Count,
229 UINT32 Count;
240 Count = (UINT32) Op->Asl.Value.Integer;
249 if (!Count)
291 * The package count is fixed and there are no subpackages
297 if (Count < ExpectedCount)
301 else if (Count > ExpectedCount)
304 Count, ExpectedCount)
    [all...]
aslpredef.c 236 * argument count against the ACPI specification.
843 UINT32 Count;
852 Count = 0;
857 Count++;
861 printf ("%u Predefined Names are recognized\n", Count);
868 Count = 0;
879 Count++;
883 printf ("%u Resource Descriptor Field Names are recognized\n", Count);
aslopcodes.c 592 UINT32 Count;
614 Count = strlen (InitializerOp->Asl.Value.String) + 1;
615 Length = Count * sizeof (UINT16);
620 for (i = 0; i < Count; i++)
dtfield.c 181 UINT32 *Count);
317 UINT32 Count;
325 Count = strlen (AsciiString) + 1;
329 for (i = 0; i < Count; i++)
482 * Count - Output the count of hex numbers in
495 UINT32 *Count)
541 *Count = BufferCount + 1;
555 * RETURN: Count of remaining data in the input list
571 UINT32 Count;
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
ascase.c 167 * string. Returns count of the strings replaced.
287 UINT32 Count;
331 Count = 0;
334 Count++;
336 (Count > 8192))
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
salpal.c 223 UINT16 Count;
239 for (Count = 0; Count < EntryCount ;Count++) {
  /src/sys/external/bsd/acpica/dist/executer/
exutils.c 445 /* Count the digits in the requested base */
533 UINT32 Count;
544 for (Count = DigitsNeeded; Count > 0; Count--)
547 OutString[Count-1] = (char) ('0' + Remainder);\
exconvrt.c 197 UINT32 Count;
218 Count = ObjDesc->Buffer.Length;
265 if (!Count)
272 if (Count > AcpiGbl_IntegerByteWidth)
274 Count = AcpiGbl_IntegerByteWidth;
281 for (i = 0; i < Count; i++)
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 169 UINT32 Count);
185 UINT32 Count);
198 * DESCRIPTION: Check a returned package object for the correct count and
213 UINT32 Count;
225 "%s Validating return Package of Type %X, Count %X\n",
227 ReturnObject->Package.Count));
235 /* Extract package count and elements array */
238 Count = ReturnObject->Package.Count;
244 if (!Count)
    [all...]
nsrepair.c 395 * The original object just had its reference count
415 /* Update reference count of new object */
571 /* Set the reference count according to the parent Package object */
611 UINT32 Count;
643 Count = ObjDesc->Package.Count;
644 NewCount = Count;
651 for (i = 0; i < Count; i++)
668 if (NewCount < Count)
672 Info->FullPathname, (Count - NewCount)))
    [all...]
nsconvert.c 349 UINT32 Count;
395 Count = OriginalObject->Package.Count;
397 for (i = 0; i < Count; i++)
409 NewObject = AcpiUtCreateBufferObject (ACPI_MUL_4 (Count));
420 for (i = 0; i < Count; i++)
  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 194 UINT8 Count;
225 Count = INIT_TABLE_LENGTH (Info);
226 while (Count)
381 * been previously initialized via a COUNT opcode
557 Count--;
598 UINT8 Count;
615 Count = INIT_TABLE_LENGTH (Info);
617 while (Count)
892 Count--;
rsdump.c 249 UINT32 Count = 0;
267 AcpiOsPrintf ("\n[%02X] ", Count);
268 Count++;
336 UINT8 Count;
353 for (Count = 0; PrtElement->Length; Count++)
355 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
385 UINT8 Count;
390 Count = Table->Offset;
392 while (Count)
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utids.c 373 UINT32 Count;
391 * Get the count and size of the returned _CIDs. _CID can return either
398 Count = ObjDesc->Package.Count;
403 Count = 1;
408 for (i = 0; i < Count; i++)
438 (Count * sizeof (ACPI_PNP_DEVICE_ID)) +
451 ((ACPI_SIZE) Count * sizeof (ACPI_PNP_DEVICE_ID));
455 for (i = 0; i < Count; i++)
480 CidList->Count = Count
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 188 UINT32 Count;
479 UINT32 Count,
  /src/games/robots/
extern.c 60 char Cnt_move; /* Command which has preceded the count */
68 int Count = 0; /* Command count */
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc 114 auto Count = 0;
120 Buffers.apply([&](const BufferQueue::Buffer &B) { ++Count; });
121 ASSERT_EQ(Count, 10);
segmented_array_test.cc 317 static constexpr size_t Count = 100;
318 std::vector<int> Integers(Count);
323 ASSERT_EQ(A.size(), Count);
334 static constexpr size_t Count = 1000;
335 std::vector<int> Integers(Count);
341 ASSERT_LT(A.size(), Count);
  /src/sys/external/bsd/acpica/dist/common/
acfileio.c 389 INT32 Count;
418 Count = fread (&TableHeader, 1, HeaderLength, File);
419 if (Count != (INT32) HeaderLength)
466 Count = fread (Table, 1, TableLength, File);
472 if (GetOnlyAmlTables && Count != (INT32) TableLength)
dmextern.c 571 Token = strtok (NULL, METHOD_SEPARATORS); /* Arg count */
577 /* Convert arg count string to an integer */
583 fprintf (stderr, "Invalid argument count (%s)\n", Token);
589 fprintf (stderr, "Invalid argument count (%u)\n", ArgCount);
630 * Value - Arg count if adding a Method object
813 * Value - Arg count if adding a Method object
881 * Value - Arg count if adding a Method object
959 * Value - Arg count if adding a Method object
1029 /* Update the argument count as necessary */
1184 /* For methods, we need to save the argument count */
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 36 /// ControlBlock has the reference count as the first member, sized according
65 size_t Count = 0;
160 // Count of buffers that have been handed out through 'getBuffer'.
225 /// size of buffers with |BS| along with the buffer count with |BC|.
  /src/sys/arch/amiga/dev/
msc.c 262 int Count;
301 for (Count = 0; Count < 8 && MSCSLOTUL(unit, Count) < MSCSLOTS; Count++) {
302 msc = &mscdev[MSCSLOTUL(unit, Count)];
304 msc->port = Count;
310 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count))] = NULL;
311 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count)) + 1] = NULL;
  /src/common/dist/zlib/contrib/ada/
zlib.ads 57 subtype Count is Ada.Streams.Stream_Element_Count;
191 function Total_In (Filter : in Filter_Type) return Count;
195 function Total_Out (Filter : in Filter_Type) return Count;
  /src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c 815 UINT32 Count = 0;
851 Count, ResourceType, Offset, Aml1Length, Aml2Length);
861 Count, ResourceType, Offset);
884 Count++;
1339 ArgList.Count = 1;

Completed in 32 milliseconds

1 2