OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instances
(Results
1 - 6
of
6
) 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
.
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)
acpixtract.h
96
unsigned int
Instances
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp
145
Instances
.clear();
304
MCLabel *&Label =
Instances
[LocalLabelVal];
311
MCLabel *&Label =
Instances
[LocalLabelVal];
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
145
///
Instances
of directional local labels.
146
DenseMap<unsigned, MCLabel *>
Instances
;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
ir.d
620
Instances
of this object are constructed via calls to `regex`.
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026