HomeSort by relevance Sort by last modified time
    Searched full:rand (Results 276 - 300 of 403) sorted by null

<<11121314151617

  /external/icu4c/test/intltest/
restsnew.cpp 126 // Assume rand has at least 12 bits of precision
129 ((char*)&l)[i] = (char)((rand() & 0x0FF0) >> 4);
    [all...]
numfmtst.cpp     [all...]
  /external/netperf/
nettest_sctp.c 707 /* the rand() call with something from a table to reduce our call */
711 *message_int_ptr = rand();
    [all...]
nettest_unix.c 486 /* the rand() call with something from a table to reduce our call */
490 *message_int_ptr = rand();
948 *message_int_ptr = rand();
973 *message_int_ptr = rand();
    [all...]
  /external/openssl/apps/
cms.c 334 else if (!strcmp(*args,"-rand"))
634 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
    [all...]
enc.c 68 #include <openssl/rand.h>
s_cb.c 120 #include <openssl/rand.h>
  /external/openssl/crypto/engine/
eng_padlock.c 77 #include <openssl/rand.h>
1213 padlock_rand_status, /* rand status */
Makefile 209 eng_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
241 eng_openssl.o: ../../include/openssl/rand.h ../../include/openssl/rc4.h
258 eng_padlock.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 328 float r = (float)rand();
334 float r = (float)rand();
    [all...]
  /external/quake/quake/src/QW/progs/
weapons.qc 774 local float rand;
820 local float rand;
  /external/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
531 return rand() % __n;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 732 r = rand ();
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 294 uint32 n = iRandGen.Rand() % 1000;
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 58 #include <openssl/rand.h>
  /external/openssl/crypto/bio/
Makefile 122 bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
  /external/openssl/crypto/des/
VERSION 198 Changed des_locl.h so RAND is always defined.
des.c 90 #include <openssl/rand.h>
  /external/openssl/crypto/evp/
bio_ok.c 127 #include <openssl/rand.h>
evp_pkey.c 63 #include <openssl/rand.h>
  /external/openssl/crypto/pem/
pem_lib.c 64 #include <openssl/rand.h>
  /external/openssl/crypto/pkcs7/
pk7_doit.c 61 #include <openssl/rand.h>
  /external/openssl/crypto/rsa/
rsa_eay.c 116 #include <openssl/rand.h>
  /external/openssl/crypto/threads/
mttest.c 93 #include <openssl/rand.h>
  /external/openssl/ssl/
s23_srvr.c 115 #include <openssl/rand.h>

Completed in 1091 milliseconds

<<11121314151617