Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance
1160 int oldCount = VB->Count; in gl_reset_vb() local1291 (oldCount - VB->Start) * sizeof(VB->ClipMask[0]) ); in gl_reset_vb()1297 (oldCount - VB->Start) * sizeof(VB->MaterialMask[0]) ); in gl_reset_vb()1305 n = oldCount - VB->Start; in gl_reset_vb()
2530 LONG oldCount; in _IRQL_requires_max_() local2552 oldCount = --info->MediaChangeDetectionDisableCount; in _IRQL_requires_max_()2554 NT_ASSERT(oldCount >= 0); in _IRQL_requires_max_()2560 if (oldCount == 0) in _IRQL_requires_max_()
3107 LONG oldCount; in _IRQL_requires_max_() local3123 oldCount = --info->MediaChangeDetectionDisableCount; in _IRQL_requires_max_()3125 NT_ASSERT(oldCount >= 0); in _IRQL_requires_max_()3131 if(oldCount == 0) { in _IRQL_requires_max_()