Searched refs:UseCount (Results 1 – 12 of 12) sorted by relevance
393 UINT16 UseCount = 0; in PrAddMacro() local464 Args[i].UseCount = 0; in PrAddMacro()493 UseCount = Args[i].UseCount; in PrAddMacro()495 Args[i].Offset[UseCount] = in PrAddMacro()502 UseCount+1, Args[i].Offset[UseCount]); in PrAddMacro()504 Args[i].UseCount++; in PrAddMacro()506 if (Args[i].UseCount >= PR_MAX_ARG_INSTANCES) in PrAddMacro()652 for (i = 0; i < Args->UseCount; i++) in PrDoMacroInvocation()
196 UINT16 UseCount; member
68 void IncUseCount() { UseCount++; } in IncUseCount()70 size_t GetUseCount() const { return UseCount; } in GetUseCount()83 size_t UseCount = 0; variable
315 AcpiGbl_MutexInfo[MutexId].UseCount = 0; in AcpiUtCreateMutex()429 AcpiGbl_MutexInfo[MutexId].UseCount++; in AcpiUtAcquireMutex()
270 AcpiGbl_MutexInfo[i].UseCount = 0; in AcpiUtInitGlobals()
115 int UseCount = 0; in getStoredType() local130 if (UseCount++ > MaxUses) in getStoredType()
147 unsigned UseCount = count(Ops, &EVL); in verifyEVLRecipe() local148 if (UseCount != 1 || Ops[ExpectedIdx] != &EVL) { in verifyEVLRecipe()
238 unsigned UseCount = 0; in ClusterNeighboringLoads() local240 I != E && UseCount < 100; ++I, ++UseCount) { in ClusterNeighboringLoads()263 UseCount = 0; in ClusterNeighboringLoads()
589 AcpiUtGetMutexName (i), AcpiGbl_MutexInfo[i].UseCount); in AcpiDbDisplayStatistics()
3659 unsigned int UseCount = 0; in convertClassToDFSOrdered() local3688 ++UseCount; in convertClassToDFSOrdered()3696 if (UseCount == 0) in convertClassToDFSOrdered()3699 UseCounts[Def] = UseCount; in convertClassToDFSOrdered()4098 auto &UseCount = UseCounts[U->get()]; in eliminateInstructions() local4099 if (--UseCount == 0) { in eliminateInstructions()
242 UINT32 UseCount; member
376 uint32_t UseCount = 0; in shouldAvoidImmediateInstFormsForSize() local386 if (UseCount >= 2) in shouldAvoidImmediateInstFormsForSize()392 UseCount++; in shouldAvoidImmediateInstFormsForSize()399 UseCount++; in shouldAvoidImmediateInstFormsForSize()443 UseCount++; in shouldAvoidImmediateInstFormsForSize()447 return (UseCount > 1); in shouldAvoidImmediateInstFormsForSize()