OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseCount
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
prmacros.c
285
UINT16
UseCount
= 0;
356
Args[i].
UseCount
= 0;
385
UseCount
= Args[i].
UseCount
;
387
Args[i].Offset[
UseCount
] =
392
"Macro Arg #%u: %s
UseCount
%u Offset %u\n",
394
UseCount
+1, Args[i].Offset[
UseCount
]);
396
Args[i].
UseCount
++;
398
if (Args[i].
UseCount
>= PR_MAX_ARG_INSTANCES
[
all
...]
preprocess.h
88
UINT16
UseCount
;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h
62
void IncUseCount() {
UseCount
++; }
64
size_t GetUseCount() const { return
UseCount
; }
77
size_t
UseCount
= 0;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
lmstats.d
115
DWORD
UseCount
;
/src/sys/external/bsd/acpica/dist/utilities/
utmutex.c
207
AcpiGbl_MutexInfo[MutexId].
UseCount
= 0;
321
AcpiGbl_MutexInfo[MutexId].
UseCount
++;
utinit.c
162
AcpiGbl_MutexInfo[i].
UseCount
= 0;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp
119
int
UseCount
= 0;
123
if (
UseCount
> MaxUses)
163
++
UseCount
;
167
return
UseCount
> 0;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
234
unsigned
UseCount
= 0;
236
I != E &&
UseCount
< 100; ++I, ++
UseCount
) {
258
// Reset
UseCount
to allow more matches.
259
UseCount
= 0;
/src/sys/external/bsd/acpica/dist/debugger/
dbstats.c
481
AcpiUtGetMutexName (i), AcpiGbl_MutexInfo[i].
UseCount
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
3539
// reachable uses for each value is stored in
UseCount
, and instructions that
3587
unsigned int
UseCount
= 0;
3616
++
UseCount
;
3624
if (
UseCount
== 0)
3627
UseCounts[Def] =
UseCount
;
4015
auto &
UseCount
= UseCounts[U->get()];
4016
if (--
UseCount
== 0) {
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
134
UINT32
UseCount
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
330
uint32_t
UseCount
= 0;
340
UE = N->use_end(); (UI != UE) && (
UseCount
< 2); ++UI) {
347
UseCount
++;
354
UseCount
++;
398
UseCount
++;
402
return (
UseCount
> 1);
Completed in 32 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026