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

12 3 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
mnkytst.cpp 80 int32_t s = checkValue(rand() % source.length());
81 int32_t t = checkValue(rand() % source.length());
82 int32_t slen = checkValue((rand() - source.length()) % source.length());
83 int32_t tlen = checkValue((rand() - source.length()) % source.length());
155 int32_t s = checkValue(rand() % source.length());
156 int32_t t = checkValue(rand() % source.length());
157 int32_t slen = checkValue((rand() - source.length()) % source.length());
158 int32_t tlen = checkValue((rand() - source.length()) % source.length());
winnmtst.cpp 70 /* Assume rand has at least 12 bits of precision */
72 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
92 /* Assume rand has at least 12 bits of precision */
94 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
124 /* Assume rand has at least 12 bits of precision */
126 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-fasta.js 8 function rand(max) { function
66 var r = rand(1);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-fasta.js 8 function rand(max) { function
66 var r = rand(1);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 41 u8 rand[3][GSM_RAND_LEN]; member in struct:eap_sim_data
156 if (scard_gsm_auth(sm->scard_ctx, data->rand[0],
158 scard_gsm_auth(sm->scard_ctx, data->rand[1],
161 scard_gsm_auth(sm->scard_ctx, data->rand[2],
194 if (gsm_milenage(opc, k, data->rand[i],
201 wpa_hexdump(MSG_DEBUG, "EAP-SIM: RAND",
202 data->rand[i], GSM_RAND_LEN);
213 /* These hardcoded Kc and SRES values are used for testing. RAND to
224 if (data->rand[i][0] == 0xaa) {
230 } else if (data->rand[i][0] == 0xbb)
    [all...]
  /external/opencore/doc/oscl_html/
classOsclRand.html 18 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclRand.html#a1">Rand</a> ()</td></tr>
21 <a name="a1" doxytag="OsclRand::Rand"></a><p>
27 <td class="md" nowrap valign="top"> OSCL_COND_IMPORT_REF int32 OsclRand::Rand </td>
  /external/skia/bench/
TextBench.cpp 69 SkRandom rand; local
81 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
82 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
  /external/skia/tests/
UtilsTest.cpp 11 SkRandom rand; local
14 array[i] = rand.nextS();
32 int value = rand.nextS();
  /external/openssl/apps/
rand.c 1 /* apps/rand.c */
64 #include <openssl/rand.h>
70 * -rand file:file - PRNG seed files
124 else if (strcmp(argv[i], "-rand") == 0)
168 BIO_printf(bio_err, "Usage: rand [options] num\n");
174 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
Android.mk 12 ciphers.c nseq.c pkcs12.c pkcs8.c spkac.c smime.c rand.c engine.c \
  /external/opencore/oscl/oscl/osclutil/src/
oscl_rand.inl 31 OSCL_COND_EXPORT_REF OSCL_INLINE int32 OsclRand::Rand()
33 return rand();
  /external/openssl/crypto/rand/
randfile.c 1 /* crypto/rand/randfile.c */
69 #include <openssl/rand.h>
212 * version of the rand file for each call into this routine, then
218 * version of the rand file. Note that there may still be
219 * conditions where the top-level rand file is locked. If so, this
220 * code will then create a new version of the rand file. Without
224 * application to avoid concurrent use of the rand file, or
226 * whether or not you NEED a persistent rand file in a concurrent
Makefile 2 # OpenSSL/crypto/rand/Makefile
5 DIR= rand
27 EXHEADER= rand.h
86 md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
91 rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
104 rand_eng.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
114 rand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
128 rand_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
141 rand_nw.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
153 rand_os2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.
    [all...]
  /external/skia/src/core/
SkGraphics.cpp 229 SkRandom rand; local
231 SkFixed a = rand.nextS() >> 8;
232 SkFixed b = rand.nextS() >> 8;
255 SkRandom rand; local
257 SkFixed a = rand.nextS() >> 1;
258 SkFixed b = rand.nextS() >> 1;
281 SkRandom rand; local
283 uint32_t a = rand.nextU();
  /external/wpa_supplicant/
eap_sim.c 39 u8 rand[3][GSM_RAND_LEN]; member in struct:eap_sim_data
112 if (scard_gsm_auth(sm->scard_ctx, data->rand[0],
114 scard_gsm_auth(sm->scard_ctx, data->rand[1],
117 scard_gsm_auth(sm->scard_ctx, data->rand[2],
124 /* These hardcoded Kc and SRES values are used for testing. RAND to
131 if (data->rand[i][0] == 0xaa) {
137 } else if (data->rand[i][0] == 0xbb) {
491 if (!attr->mac || !attr->rand) {
495 !attr->rand ? " AT_RAND" : "");
516 if (os_memcmp(attr->rand, attr->rand + GSM_RAND_LEN
    [all...]
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 254 GRand *rand; local
258 rand = g_rand_new ();
265 while (! x) x = (guchar)g_rand_int (rand);
276 g_rand_free (rand);
  /external/clearsilver/util/test/
hdf_sort_test.c 32 value = rand()/(RAND_MAX+1.0);
  /external/dropbear/
random.h 34 void gen_random_mpint(mp_int *max, mp_int *rand);
  /external/openssl/crypto/conf/
ssleay.cnf 48 RANDFILE = $HOME/.rand
  /external/openssl/patches/
apps_Android.mk 12 ciphers.c nseq.c pkcs12.c pkcs8.c spkac.c smime.c rand.c engine.c \
crypto_Android.mk 317 rand/md_rand.c \
318 rand/randfile.c \
319 rand/rand_lib.c \
320 rand/rand_err.c \
321 rand/rand_egd.c \
322 rand/rand_unix.c \
  /external/bluetooth/glib/tests/
gio-test.c 409 for (i = 0; i < 20 + rand() % 20; i++)
411 g_usleep (100 + (rand() % 10) * 5000);
412 buflen = rand() % BUFSIZE;
424 if (rand() % 100 < 5)
426 int msg = WM_USER + (rand() % 100);
427 WPARAM wparam = rand ();
428 LPARAM lparam = rand ();
  /external/openssl/crypto/
Android.mk 317 rand/md_rand.c \
318 rand/randfile.c \
319 rand/rand_lib.c \
320 rand/rand_err.c \
321 rand/rand_egd.c \
322 rand/rand_unix.c \
  /external/iproute2/doc/actions/
gact-usage 2 gact <ACTION> [RAND] [INDEX]
6 RAND := random <RANDTYPE> <ACTION> <VAL>
  /external/stlport/test/unit/
rope_test.cpp 14 // #include <stdlib.h> // for rand etc
140 // char c = 'a' + rand() % ('z' - 'a');

Completed in 1274 milliseconds

12 3 4 5 6 7 8 91011>>