Searched refs:Rand (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DRandom.cpp3 Rand g_rand1(1);
4 Rand g_rand2(2);
5 Rand g_rand3(3);
6 Rand g_rand4(4);
H A DRandom.h9 struct Rand struct
16 Rand() function in struct:Rand
21 Rand( uint32_t seed ) function in struct:Rand
94 extern Rand g_rand1;
H A DTypes.cpp67 Rand r(8350147);
H A DAvalancheTest.h28 void calcBias ( pfHash hash, std::vector<int> & counts, int reps, Rand & r )
71 Rand r(48273);
113 Rand r(11938);
247 Rand r(11938);
354 Rand r(11938);
H A DDifferentialTest.h142 Rand r(100);
248 Rand r(857374);
H A DKeysetTest.cpp78 Rand r(883741);
166 Rand r(173994);
H A DBitvec.cpp629 Rand r(1123);
671 Rand r(83874);
710 Rand r(48402);
H A DSpeedTest.cpp170 Rand r(seed);
H A DKeysetTest.h254 Rand r(483723);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
/external/openssl/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp66 uint32_t Rand() { function in class:Random
75 uint32_t Val = Rand();
77 return Val | (Rand() << 16);
86 /// Rand operator for STL algorithms.
145 return PT->at(Ran->Rand() % PT->size());
150 if (Ran->Rand() & 1)
154 if (Ran->Rand() & 1)
163 unsigned index = Ran->Rand();
172 if (Ran->Rand() & 1)
176 if (Ran->Rand()
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c1009 FT_Fixed Rand; local
1012 Rand = seed;
1013 if ( Rand >= 0x8000L )
1014 Rand++;
1016 top[0] = Rand;
/external/freetype/src/psaux/
H A Dt1decode.c1009 FT_Fixed Rand; local
1012 Rand = seed;
1013 if ( Rand >= 0x8000L )
1014 Rand++;
1016 top[0] = Rand;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c2061 FT_Fixed Rand; local
2066 Rand = seed;
2067 if ( Rand >= 0x8000L )
2068 Rand++;
2070 args[0] = Rand;
/external/freetype/src/cff/
H A Dcffgload.c2061 FT_Fixed Rand; local
2066 Rand = seed;
2067 if ( Rand >= 0x8000L )
2068 Rand++;
2070 args[0] = Rand;

Completed in 581 milliseconds