Home
last modified time | relevance | path

Searched defs:Rand (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
DRandom.h9 struct Rand struct
16 Rand() in Rand() argument
21 Rand( uint32_t seed ) in Rand() function
26 void reseed ( uint32_t seed ) in reseed()
36 void reseed ( uint64_t seed ) in reseed()
48 void mix ( void ) in mix()
55 uint32_t rand_u32 ( void ) in rand_u32()
62 uint64_t rand_u64 ( void ) in rand_u64()
94 extern Rand g_rand1; argument
/external/openssl/crypto/bn/
Ddivtest.c4 static int Rand(n) in Rand() function
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
Dt1decode.c1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local
/external/freetype/src/psaux/
Dt1decode.c1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local
/external/chromium_org/third_party/freetype/src/psaux/
Dt1decode.c1009 FT_Fixed Rand; in t1_decoder_parse_charstrings() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp68 uint32_t Rand() { in Rand() function in __anon99910b4a0111::Random
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc100 float Random::Rand() { in Rand() function in webrtc::testing::bwe::Random
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffgload.c2065 FT_Fixed Rand; in cff_decoder_parse_charstrings() local
/external/freetype/src/cff/
Dcffgload.c2057 FT_Fixed Rand; in cff_decoder_parse_charstrings() local
/external/chromium_org/third_party/freetype/src/cff/
Dcffgload.c2061 FT_Fixed Rand; in cff_decoder_parse_charstrings() local
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Dcommon.go222 Rand io.Reader member