Home | History | Annotate | Download | only in rand

Lines Matching full:hentry

462 		HEAPENTRY32 hentry;
519 ZeroMemory(&hentry, sizeof(HEAPENTRY32));
520 hentry.dwSize = sizeof(HEAPENTRY32);
521 if (heap_first(&hentry,
527 RAND_add(&hentry,
528 hentry.dwSize, 5);
529 while (heap_next(&hentry)
550 hentry.dwSize = sizeof(HEAPENTRY32);
551 if (heap_first(&hentry,
557 RAND_add(&hentry,
558 hentry.dwSize, 5);
559 while (heap_next(&hentry)