OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rand
(Results
326 - 350
of
403
) sorted by null
<<
11
12
13
14
15
16
17
/external/quake/quake/src/QW/client/
menu.c
965
msgNumber =
rand
()&7;
snd_dma.c
511
skip =
rand
() % (int)(0.1*shm->speed);
/external/quake/quake/src/WinQuake/
net_dgrm.cpp
334
// if ((
rand
() & 255) > 220)
[
all
...]
snd_dma.cpp
515
skip =
rand
() % (int)(0.1*shm->speed);
/external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c
938
/* IMSI:Kc:SRES:
RAND
*/
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c
549
attr->
rand
= apos;
/external/bluetooth/glib/
ChangeLog.pre-2-18
130
Bug 550040 - Move GString,
rand
and printf tests to the unit test
134
* tests/
rand
-test.c:
139
* glib/tests/
rand
.c:
[
all
...]
/external/netperf/
nettest_dlpi.c
456
*message_int_ptr =
rand
();
911
*message_int_ptr =
rand
();
944
*message_int_ptr =
rand
();
[
all
...]
/external/openssl/crypto/asn1/
Makefile
378
asn_mime.o: ../../include/openssl/pkcs7.h ../../include/openssl/
rand
.h
516
p5_pbe.o: ../../include/openssl/
rand
.h ../../include/openssl/safestack.h
530
p5_pbev2.o: ../../include/openssl/pkcs7.h ../../include/openssl/
rand
.h
[
all
...]
/dalvik/vm/interp/
Jit.c
[
all
...]
/external/icu4c/test/cintltst/
cnormtst.c
709
data[size] = datachar[(
rand
() * 50) / RAND_MAX];
[
all
...]
creststn.c
59
/* Assume
rand
has at least 12 bits of precision */
62
((char*)&l)[i] = (char)((
rand
() & 0x0FF0) >> 4);
[
all
...]
/external/ipsec-tools/src/racoon/
isakmp_inf.c
[
all
...]
/external/openssl/crypto/bn/
bntest.c
86
#include <openssl/
rand
.h>
[
all
...]
/external/openssl/crypto/
crypto-lib.com
88
"BUFFER,BIO,STACK,LHASH,
RAND
,ERR,"+ -
[
all
...]
/external/openssl/crypto/ec/
ectest.c
95
#include <openssl/
rand
.h>
[
all
...]
/external/openssl/ssl/
d1_both.c
121
#include <openssl/
rand
.h>
[
all
...]
d1_srvr.c
119
#include <openssl/
rand
.h>
[
all
...]
/external/quake/quake/src/QW/server/
pr_cmds.c
411
num = (
rand
()&0x7fff) / ((float)0x7fff);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c
961
id =
rand
() & 0xff;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java
[
all
...]
/external/bluetooth/glib/po/
hu.po
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c
[
all
...]
Completed in 624 milliseconds
<<
11
12
13
14
15
16
17