Lines Matching refs:random32
896 n = random32() % (premax+1);
919 n = random32() % 5;
920 f = random32(); /* some random bits */
921 bits = random32() % 22 + 1; /* 1-22 */
939 f |= (random32() & 0xFF800000);/* FIXME - do better */
1060 n = (uint32) random32() % (uint32) (premax+1);
1087 n = random32() % 5;
1088 f = random32(); /* some random bits */
1089 g = random32(); /* some random bits */
1090 bits = random32() % 51 + 1; /* 1-51 */
1132 g |= (random32() & 0xFFF00000);/* FIXME - do better */