Home
last modified time | relevance | path

Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dvbrender.c1160 int oldCount = VB->Count; in gl_reset_vb() local
1291 (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()
/reactos/drivers/storage/class/cdrom/
H A Dautorun.c2530 LONG oldCount; in _IRQL_requires_max_() local
2552 oldCount = --info->MediaChangeDetectionDisableCount; in _IRQL_requires_max_()
2554 NT_ASSERT(oldCount >= 0); in _IRQL_requires_max_()
2560 if (oldCount == 0) in _IRQL_requires_max_()
/reactos/drivers/storage/class/classpnp/
H A Dautorun.c3107 LONG oldCount; in _IRQL_requires_max_() local
3123 oldCount = --info->MediaChangeDetectionDisableCount; in _IRQL_requires_max_()
3125 NT_ASSERT(oldCount >= 0); in _IRQL_requires_max_()
3131 if(oldCount == 0) { in _IRQL_requires_max_()