HomeSort by relevance Sort by last modified time
    Searched refs:Rand (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bn/
divtest.c 2 #include <openssl/rand.h>
4 static int Rand(n)
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 66 uint32_t Rand() {
75 uint32_t Val = Rand();
77 return Val | (Rand() << 16);
86 /// Rand operator for STL algorithms.
141 return PT->at(Ran->Rand() % PT->size());
146 if (Ran->Rand() & 1)
150 if (Ran->Rand() & 1)
159 unsigned index = Ran->Rand();
168 if (Ran->Rand() & 1)
172 if (Ran->Rand() & 1
    [all...]
  /external/freetype/src/psaux/
t1decode.c     [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 1066 char Rand[2048];
1105 Rand[i] = char_dist[rand() & 0xff];
1118 char *Ref = Rand + (rand() & 0xff);
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 171 milliseconds