HomeSort by: relevance | last modified time | path
    Searched defs:Instances (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
acpixtract.c 55 * MinimumInstances - Min instances that are acceptable
74 unsigned int Instances = 0;
103 /* Are there enough instances of the table to continue? */
106 Instances = AxCountTableInstances (InputPathname, UpperSignature);
108 if (Instances < MinimumInstances ||
109 (Instances == 0 && MinimumInstances == AX_OPTIONAL_TABLES))
117 if (Instances == 0)
124 /* Convert all instances of the table to binary */
172 * SSDT and PSDT tables can have multiple instances.
acpixtract.h 96 unsigned int Instances;
axutils.c 389 * RETURN: The number of instances of the signature
391 * DESCRIPTION: Count the instances of tables with the given signature within
402 unsigned int Instances = 0;
412 /* Count the number of instances of this signature */
427 Instances++;
432 return (Instances);
449 * instances.
485 Info->Instances = AxCountTableInstances (InputPathname, Signature);
491 if (Info->Instances > 1)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 145 /// Instances of directional local labels.
146 DenseMap<unsigned, MCLabel *> Instances;

Completed in 17 milliseconds