Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtContinue.c58 static ULONG randULONG(void) in randULONG() function
68 return (ULONG64)randULONG() << 32 | randULONG(); in randULONG64()
199 continueContext.Edi = randULONG(); in START_TEST()
200 continueContext.Esi = randULONG(); in START_TEST()
201 continueContext.Ebx = randULONG(); in START_TEST()
202 continueContext.Edx = randULONG(); in START_TEST()
203 continueContext.Ecx = randULONG(); in START_TEST()
204 continueContext.Eax = randULONG(); in START_TEST()
205 continueContext.Ebp = randULONG(); in START_TEST()
208 continueContext.EFlags = randULONG() & 0x3C0CD5; in START_TEST()
[all …]